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.
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