VOOZH about

URL: https://apify.com/moving_beacon-owner1/my-actor-70

⇱ Document Converter Β· Apify


Pricing

from $10.00 / 1,000 results

Go to Apify Store

Document Converter

A tool that that converts documents between different formats. Upload files via URL and retrieve converted results from the key-value store.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ Jamshaid Arif

Jamshaid Arif

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

1

Monthly active users

23 days ago

Last modified

Share

πŸ“„ Document Converter β€” Apify Actor

A serverless Apify actor that converts documents between formats. Upload files via URL, get converted results from the key-value store.

Supported Conversions

OperationInputOutput
PDF β†’ Word.pdf.docx
Word β†’ PDF.docx.pdf
PDF β†’ Text.pdf.txt
Merge PDFsMultiple .pdfSingle .pdf
Split PDF.pdfMultiple .pdf
PDF β†’ Images.pdf.png / .jpg / .tiff per page

Input Schema

{
"conversionType":"pdf_to_word",
"fileUrls":[
"https://example.com/document.pdf"
],
"splitMode":"single_pages",
"splitRanges":"1-3, 4-6",
"imageFormat":"png",
"imageDpi":200,
"outputFileName":"my_converted_file"
}

Parameters

FieldTypeRequiredDefaultDescription
conversionTypestringβœ…pdf_to_wordOne of: pdf_to_word, word_to_pdf, pdf_to_text, merge_pdfs, split_pdf, pdf_to_images
fileUrlsstring[]βœ…β€”Direct download URLs. Merge uses all; others use the first.
splitModestringβ€”single_pagessingle_pages or custom_ranges
splitRangesstringβ€”""Page ranges like 1-3, 4-6, 7-10
imageFormatstringβ€”pngpng, jpg, or tiff
imageDpiintegerβ€”200DPI resolution (72–600)
outputFileNamestringβ€”autoCustom base name for outputs
proxyConfigurationobjectβ€”β€”Apify proxy settings

Output

Converted files are saved to the default key-value store. Metadata is pushed to the default dataset:

{
"conversionType":"pdf_to_word",
"sourceFiles":["report.pdf"],
"outputFile":"report_converted.docx",
"outputUrl":"https://api.apify.com/v2/key-value-stores/.../records/report_converted.docx",
"fileSizeBytes":234567
}

You might also like

Zip Extractor

fallenstars/zip-extractor

A lightweight, high-performance Actor to download and extract ZIP files directly into the Apify Key-Value Store. Perfect for No-Code workflows (Zapier/Make) or data pipelines. Input - ZIP URL Output - All extracted files are stored in the Key-Value Store associated with the Actor run.

πŸ‘ User avatar

Abhishek Pratap Singh

3

File Converter All-in-one

tufantoksoz/file-converter

Convert files between popular formats at scale on Apify. Transform documents, spreadsheets, and images with professional-grade quality and performance. Convert word to pdf, jpeg to png and more

πŸ‘ User avatar

Tufan ToksΓΆz

12

Universal Data Structure Converter

moving_beacon-owner1/my-actor-63

A production-grade Apify actor that converts between HTML, XML, CSV, YAML, and JSON formats. Supports 9+ conversion types with smart auto-detection, nested JSON flattening, HTML table scraping, batch URL processing, and full customization.

2

Document AI - Extract, Summarize & Classify Files

ntriqpro/document-intelligence-mcp

Automatically read PDFs and documents. Extract text, create summaries, and categorize documents by type.

Image Converter

moving_beacon-owner1/my-actor-69

A 6-in-1 image processing actor that converts, compresses, and exports images at scale.

4

Data Format Converter - CSV, JSON, XML Transformation

ntriqpro/data-format-converter

Convert data between common formats: CSV, JSON, and XML. Bulk transform files without manual work.

Example Image Download

lukaskrivka/download-image

Download a single image from a URL and store it into a key-value store.

πŸ‘ User avatar

LukΓ‘Ε‘ KΕ™ivka

197