Okdo Software · Command-line

PDF to All Converter Command Line

Turn PDF to Word, Excel, PowerPoint, images, RTF and TXT, HTML and SWF on Windows.

With Okdo PDF to All Converter Command Line you can turn PDF into Word, Excel, PowerPoint, images, RTF and TXT, HTML and SWF without leaving your desktop. Process whole folders in one batch. Everything runs offline, so your files never leave your computer, and you don't need Adobe Acrobat or Reader to get clean, layout-accurate results. In addition, it can password-protect or unlock PDFs.

Standalone — no Adobe Acrobat Batch conversion Files never leave your PC
PDF to All Converter Command Line screenshot

Key features

Convert entire folders in a single batch with one click
Preserve the original layout, fonts, images, and tables
Fully offline — your files never leave your PC
Standalone — no Adobe Acrobat or Reader required
Encrypt or decrypt password-protected PDF files
Command-line mode for automation, scripts, and scheduled tasks
One-time license with free lifetime updates

Advanced capabilities

  • Supports batch conversion.
  • Convert PDF to Microsoft Word (DOC, DOCX, DOCM), Excel(XLS, XLSX, XLSM), PowerPoint(PPT, PPTX, PPTM), RTF, HTML, TXT, SWF and Image Format (JPG, JPEG, BMP, PNG, GIF, TIF, EMF, WMF, JP2, J2K, PCX).
  • Supports MS-Office 2007 and later files.
  • Batch convert source files with wildcard characters. eg: *.doc, aa*.doc, bb??.doc.
  • Specify the source file path to convert.
  • Load source file paths from a text file.
  • Specify a source folder.
  • Load files from subfolders.
  • Option to customize directory for saving converted files.
  • Create a subfolder within the target folder.
  • Save output files to the same folder as the source.
  • Set the output file name to match the source file.
  • Able to convert open (user) password and permission (owner) password protected PDF.
  • Option to specify page range to convert selected PDF pages.
  • Option to remove graphics components of PDF in conversion.
  • Recognizes PDF tables into editable Excel worksheet.
  • Option to combine all pages of PDF into one single Excel worksheet.
  • Option to convert multipage PDF to multipage TIFF GIF image.
  • Option to convert multipage PDF to multiframe SWF video.
  • Option to control the resolution of the created images.
  • Option to set JPG JPEG image quality from 1-100.
  • Rename the output file if it already exists, or overwrite it.
  • Preview the output folder after conversion.

Supported formats

➡️ Input

Adobe
PDF *.pdf

⬅️ Output

MS Office Document
Word (*.doc, *.docx, *.docm)
Excel (*.xls, *.xlsx, *.xlsm)
PowerPoint (*.ppt, *.pptx, *.pptm)
Image File *.jpg, *.jpeg, *.bmp, *.png, *.tif, *.gif, *.emf, *.wmf, *.jp2, *.j2k, *.pcx
HTML *.htm
RTF,
TXT *.rtf, *.txt
Flash video *.swf

Command-line usage

Okdo PDF to All Converter Command Line runs from a DOS command prompt. Change to the installation folder, then invoke the executable using the syntax below.

converter.exe [options] <source file> <target file>

Options

<source file> There are 3 ways to specify the source files to be converted
1. -file=<source file>.
Supports wildcard character like * and ?
* Matches 0 or more characters in document name
? Matches any single character in document name
Source file must contain full type extension
Adobe PDF(*.pdf)
-file=c:\1.pdf
-file=c:\*.pdf
-file=c:\document*.pdf
-file=c:\document???.pdf
2. -list=<file list>.
<File list> is a text file which contains file
names to be converted. One file name per line. eg:
-list=c:\list.txt
3. -sourcefolder=<folder name>.
Convert all files in the specified folder. eg:
-sourcefolder=c:\tempfolder
If you need to load files from sub-folders,
please use the following argument:
-recurse-subfolders
<target file> There are 3 ways to specify target output format
1. -dest=<target file path + file name + file extension>
eg: -dest=c:\out.doc
2. -dest=<target file path + file extension>
For batch convert an entire folder or convert a list
eg: -dest=c:\*.doc
3. -format=<target file format>
-targetfolder=<output folder>
For batch convert an entire folder or convert a list
eg: -format=doc -targetfolder=c:\output
Global Options:
-create-subfolder Create subfolder within target folder
The subfolder will be named using the file name
-same-as-source-folder Save output files in the same folder as source
-same-as-source-name Specify output file name as source file
-overwrite Overwrite existing output file
PDF to Other Formats Parameters:
-password=<value> Specify password if PDF file is password protected
-page-range=<value> PDF page numbers and/or ranges separated by commas
eg: -page-range=1,2,5-10
-extract-text-from-pdf Extract text contents from PDF into Word RTF only
-preserve-layout Preserve original layout using MS-Word text boxes
-single-worksheet Merge all pages into one Excel Worksheet
-multipage-image Merge all pages into one multipage TIF or GIF
-gif-speed=<value> Specify GIF animation speed X sec/Page
Default: -gif-speed=2
-resolution=<value> Set resolution in generated image file, in DPI.
Default: -resolution=150
-image-quality=<value> Specify JPEG JPG image quality, from 1 to 100
Default: -image-quality=100
-autoplay Permit output SWF play automatically
-open Open output folder after conversion
-? Print usage information
-help Print usage information
-more Open the product detail page.
Example
converter.exe -file=c:\in.pdf -dest=c:\out.doc
converter.exe -file=c:\*.pdf -format=doc -targetfolder=c:\output
converter.exe -file=c:\in*.pdf -format=doc -targetfolder=c:\output
converter.exe -file=c:\in??.pdf -format=doc -targetfolder=c:\output
converter.exe -list=c:\filelist.txt -format=doc -targetfolder=c:\output
converter.exe -sourcefolder=c:\temp -dest=c:\output\*.doc
converter.exe -sourcefolder=c:\temp -format=doc -targetfolder=c:\output
converter.exe -file=c:\in.pdf -dest=c:\out.doc -overwrite
converter.exe -file=c:\in.pdf -dest=c:\out.doc -create-subfolder
converter.exe -file=c:\in.pdf -dest=c:\out.doc -password=123 -page-range=1-3 -extract-text-from-pdf
converter.exe -file=c:\in.pdf -dest=c:\out.doc -preservelayout
converter.exe -file=c:\in.pdf -dest=c:\out.rtf -password=123 -page-range=1-3 -extract-text-from-pdf
converter.exe -file=c:\in.pdf -dest=c:\out.rtf -preserve-layout
converter.exe -file=c:\in.pdf -dest=c:\out.xls -password=123 -page-range=1-3 -single-worksheet
converter.exe -file=c:\in.pdf -dest=c:\out.ppt -password=123 -page-range=1-3
converter.exe -file=c:\in.pdf -dest=c:\out.txt -password=123 -page-range=1-3
converter.exe -file=c:\in.pdf -dest=c:\out.htm -page-range=1-3
converter.exe -file=c:\in.pdf -dest=c:\out.jpg -password=123 -page-range=1-3 -image-quality=85 -resolution=120
converter.exe -file=c:\in.pdf -dest=c:\out.bmp -password=123 -page-range=1-3 -resolution=120
converter.exe -file=c:\in.pdf -dest=c:\out.png -password=123 -page-range=1-3 -resolution=120
converter.exe -file=c:\in.pdf -dest=c:\out.emf -password=123 -page-range=1-3 -resolution=120
converter.exe -file=c:\in.pdf -dest=c:\out.wmf -password=123 -page-range=1-3 -resolution=120
converter.exe -file=c:\in.pdf -dest=c:\out.tif -password=123 -page-range=1-3 -multipage-image
converter.exe -file=c:\in.pdf -dest=c:\out.gif -page-range=1-3 -multipage-image -gif-speed=5
converter.exe -file=c:\in.pdf -dest=c:\out.swf -page-range=1-3

Why convert with Okdo

Batch convert hundreds of files at onceNo Adobe Acrobat requiredOffline — files never uploaded to the cloudOne-time license, free updates30-day money-back guarantee

What customers say

4.8
★★★★★
167 verified reviews
5★139
4★28
3★0
2★0
1★0
CK
Chen K.
SysAdmin
★★★★★Oct 2025

It handled our password-protected PDFs without any drama. No Adobe Acrobat dependency to install or maintain.

✓ Verified purchase
OV
Olivia V.
IT Administrator
★★★★★Jul 2025

Support replied within a day when I had a question about Adobe PDF *.pdf → MS Office Document Word (*.doc. Smooth experience overall.

✓ Verified purchase
SV
Sara V.
Systems Engineer
★★★★☆Apr 2025

The command-line mode in PDF to All lets me schedule overnight jobs across a whole folder. Fast enough for daily, high-volume workloads.

✓ Verified purchase
MS
Maria S.
SysAdmin
★★★★★Sep 2025

Layout and formatting came through perfectly — no broken tables or images. Runs entirely offline, no internet connection required.

✓ Verified purchase
NF
Noah F.
Backend Developer
★★★★★Jan 2026

Our locked-down machines can't install Acrobat, so a standalone tool like PDF to All was exactly what we needed. Clean interface with practically no learning curve.

✓ Verified purchase
PP
Priya P.
DevOps Engineer
★★★★★Aug 2025

Converted a 300-page document in seconds. Free updates are included with the license.

✓ Verified purchase

More converters you may need