Trusted brand in PDF Converter & Creator, PDF Tools, Office Document Converter, Image Converter, etc.

Home > Products

Okdo All to PDF Converter Command Line


Okdo All to PDF Converter Command Line is a professional PDF document creator that can be used to create high-quality editable and searchable PDF files from MS Word, Excel, PowerPoint, RTF, HTML, TXT, URL and image format like JPEG, JPG, BMP, PNG, GIF, TIFF, EMF, WMF, JP2, J2K, PCX etc.
When you use it to generate PDF files, you can set PDF subject, title, author, keywords and protect created PDF files by setting file permissions to restrict printing, copying, and future modifications. You can creat your PDF Files without Adobe Acrobat or Adobe Reader and preserving the original text, tables, image, layout of your source file. It is fully compatible with Microsoft Windows Vista, Windows 7, Windows 8, Windows 10, Windows 11.

 

Price: $399.95

 

 

 

Advanced Features

Creates standard PDF from many files, such as Word, Excel, PowerPoint, RTF, HTML, TXT, URL webpage, and images like JPG, JPEG, BMP, PNG, GIF, TIFF, EMF, WMF, JP2, J2K, PCX etc.
Supports MS-Office 2007/2010/2013/2016/2019/2021/Office365 files.
Without installing any other 3rd party applications.
Preserve hyperlinks from HTML webpage to PDF.
Insert the Meta Data information, such as Author, Title, Subject and Keywords.
Set password to protect created PDF.
Wildcard characters like *.doc or aa*.doc are supported.
Option to merge images into one single PDF.
Option to fit image to PDF sizes.
Option to set page property in conversion from HTML, URL webpage to PDF.
Option to convert Excel to multipage PDF.
Option to load source file path from a text file.
Option to specify a source folder.
Option to load files from sub-folders.
Option to save output files in the same folder as source.
Option to rename output file if file exist or overwrite the file.
Batch conversion and fast processing help you save the time.
Option to preview output folder after conversion.

Supported Formats

Input Formats

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

HTM, HTML

*.htm, *.html, website URLs

RTF, TXT

*.rtf, *.txt

Output Formats

Adobe PDF

*.pdf

Okdo All to PDF Converter Command Line Options

Okdo All to PDF Converter Command Line is based on command line interface, and you have to open a DOS command prompt window to run it. Change the current directory to the one where Okdo All to PDF Converter Command Line is installed, and then you can run the application referring to the following usage:

 

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

<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
MS Word(*.doc, *.docx, *.docm, )
MS Excel(*.xls, *.xlsx, *.xlsm, )
MS PowerPoint(*.ppt, *.pptx, *.pptm, )
RTF(*.rtf)
Text Document(*.txt)
HTML Document(*.htm)
Image(*.jpg, *.jpeg, *.bmp, *.gif, *.tif, *.wmf, *.emf, *.png, *.jp2, *.j2k, *.pcx, )
-file=c:\1.doc
-file=c:\*.doc
-file=c:\document*.doc
-file=c:\document???.doc
-url=http://www.okdosoft.com

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

2. -dest=<target file path + file extension>
For batch convert an entire folder or convert a list
eg: -dest=c:\*.pdf

3. -format=<target file format>
-targetfolder=<output folder>
For batch convert an entire folder or convert a list
eg: -format=pdf -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 Information:
-subject=<string> Set subject of PDF
-title=<string> Set title of PDF
-author=<string> Set author of PDF
-keywords=<string> Set keywords of PDF

PDF Permission:
-openpwd=<string> Set open password of PDF
-ownerpwd=<string> Set owner password of PDF
-printing Enable top quality printing
-degraded-printing Enable lower quality printing
-modify-contents Enable modify contents also allow documentassembly
-document-assembly Enable assemble contents
-modify-annotations Enable modify annotations also allow fillin
-fill-in Enable fill in form
-content-copying Enable copy contents, also allow screenreader
-screen-reader Enable read contents with screenreaders

MS Excel HTML Webpage to PDF Parameters:
-merge-worksheet Merge all worksheets from each workbook into one PDF
-pdf-page-width=<value> Set PDF page width. Default unit millimeter
-pdf-page-height=<value> Set PDF page width. Default unit millimeter
-landscape Set PDF orientation to Landscape. default Portrait
-grayscale PDF will be generated in grayscale
-dis-external-links Do not make links to remote web pages
-dis-forms Do not turn HTML form fields into pdf form fields
-dis-internal-links Do not make local links
-dis-javascript Do not allow web pages to run javascript
-no-images Do not load or print images
-print-mediatype Use print media-type instead of screen
-zoom=<value> Use this zoom factor (default 1)

Image to PDF Parameters:
-merge-image-to-pdf Merge multiple images into a single PDF
-adjust-image-to-pdf Adjusting image size to PDF
-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.doc -dest=c:\out.pdf
converter.exe -file=c:\*.doc -format=pdf -targetfolder=c:\output
converter.exe -file=c:\in*.doc -format=pdf -targetfolder=c:\output
converter.exe -file=c:\in??.doc -format=pdf -targetfolder=c:\output
converter.exe -list=c:\filelist.txt -format=pdf -targetfolder=c:\output
converter.exe -sourcefolder=c:\temp -dest=c:\output\*.pdf
converter.exe -sourcefolder=c:\temp -format=pdf -targetfolder=c:\output
converter.exe -file=c:\in.doc -dest=c:\out.pdf -overwrite
converter.exe -file=c:\in.doc -dest=c:\out.pdf -create-subfolder
converter.exe -file=c:\in.doc -dest=c:\out.pdf -ownerpwd=owner -openpwd=user -fill-in -author="okdo soft"
converter.exe -file=c:\in.xls -dest=c:\out.pdf -ownerpwd=owner -merge-worksheet -fillin -author="okdo soft"
converter.exe -file=c:\in.ppt -dest=c:\out.pdf -ownerpwd=owner -modify-contents -title="okdo soft"
converter.exe -file=c:\in.txt -dest=c:\out.pdf -ownerpwd=owner openpwd=user -printing -author="okdo soft"
converter.exe -file=c:\in.htm -dest=c:\out.pdf -no-images -ownerpwd=owner -printing -author="okdo soft"
converter.exe -url=http://www.msn.com -dest=c:\out.pdf -no-images -ownerpwd=owner -printing -title=okdosoft -author="okdo soft"
converter.exe -file=c:\in1.jpg -file=c:\in2.jpg -dest=c:\out.pdf -mergeimagetopdf -ownerpwd=owner -fill-in -author="okdo soft"
converter.exe -file=c:\in.gif -dest=c:\out.pdf -merge-image-to-pdf -openpwd=user -author="okdo soft"
converter.exe -file=c:\in.tif -dest=c:\out.pdf -merge-image-to-pdf -openpwd=user -author="okdo soft"

FREE customer support

If you face any problem while installing or using the Okdo All to PDF Converter Command Line, we are there to provide guidance and technical support. All you need to do is to send us your queries at support@okdosoft.com.

Free Download Okdo All to PDF Converter Command Line
Purchase Okdo All to PDF Converter Command Line (Price: $399.95)

Awards

Software Awards

Free PDF Tools
Okdo PDF Tools Platinum Free
Okdo PDF Splitter Free
Okdo PDF Merger Free
Okdo PDF Encrypter Free
Okdo Split and Merge PDF Free
Office Document Merger
Okdo PowerPoint Merger
Okdo PowerPoint Merger CMD
Okdo Word Merger
Okdo Word Merger CMD
Okdo Excel Merger
Okdo Excel Merger CMD
All-in-One Conversion Toolkit
Okdo Document Converter
PDF to All File
PDF to All Converter
PDF to PowerPoint Converter
PDF to Word Converter
PDF to Excel Converter
PDF to RTF TXT Converter
PDF to SWF Converter
PDF to Image Converter
PDF to HTML Converter
PDF to Website Converter
More...
All File to PDF
All to PDF Converter
Word to PDF Converter
Excel to PDF Converter
PowerPoint to PDF Converter
RTF to PDF Converter
Image to PDF Converter
Website to PDF Converter
More...
All File to PowerPoint
All to PowerPoint Converter
Word to PowerPoint Converter
Excel to PowerPoint Converter
TXT RTF to PowerPoint Converter
Image to PowerPoint Converter
Website HTML to PowerPoint Converter
More...
All File to SWF
All to SWF Converter
Word to SWF Converter
Excel to SWF Converter
PowerPoint to SWF Converter
DOC DOCX to SWF Converter
XLS XLSX to SWF Converter
PPT PPTX to SWF Converter
Image to SWF Converter
More...
All File to Image
All to Image Converter
All to JPEG Converter
Word to Image Converter
Excel to Image Converter
PowerPoint to Image Converter
Word to JPEG Converter
Excel to JPEG Converter
PowerPoint to JPEG Converter
HTML to Image Converter
Website to Image Converter
More...
All File to Word
All to Word Converter
PowerPoint to Word RTF Converter
Excel to Word Converter
DOCX DOCM to DOC Converter
DOC to DOCX DOCM Converter
Image to Word RTF Converter
Image to DOC Converter
GIF to DOC Converter
TIF to DOC Converter
More...
All File to Text HTML Excel
All to Text Converter
All to HTML Converter
Website HTML to Text Converter
HTML to TXT Converter
PowerPoint to HTML Converter
Word RTF to Excel Converter
PowerPoint to Excel Converter
More...