Okdo Office Document to PDF Converter Command Line
Okdo Office Document to PDF Converter Command Line is the all-in-one PDF creator for you to convert MS Word, Excel, PowerPoint, RTF, TXT, HTML and URL webpage to ediable PDF document with super high conversion speed and professional-quality. After the conversion, you can easily enjoy or edit the PDF files.
The text, images, fonts and layouts of the original document files will be exactly preserved in the converted PDF documents. It does NOT require Adobe Acrobat, Acrobat Reader or any other third-party PDF reader or maker. It is fully compatible with Microsoft Windows Vista, Windows 7, Windows 8, Windows 10, Windows 11.
Price: $349.95 |
Advanced Features
Convert multiple documents from MS Word, Excel, PowerPoint, RTF, TXT, HTML and URL webpage to PDF one time.
Supports MS-Office 2007/2010/2013/2016/2019/2021/Office365 files like *.docx, *.docx, *.xlsx, *.xlsm, *.pptx, *.pptm.
Support MS-DOS command line operations.
Do not need third-part PDF related software.
Accurately retain text, graphics, fonts and layouts of original document.
Allows to set PDF properties like Title, Author, Subject and Keywords.
Set open and owner password to protect created PDF.
Set PDF document security like permit to print,permit to copy,permit to fill out form,content modification etc.
Preserve hyperlinks from HTML webpage to PDF.
Option to set page property in conversion from HTML, URL webpage to PDF.
Option to convert Excel to multipage PDF.
Wildcard characters like *.doc or aa*.doc are supported.
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.
Supported Formats
Input Formats | |
---|---|
MS Office Document |
Word (*.doc, *.docx, *.docm) Excel (*.xls, *.xlsx, *.xlsm) PowerPoint (*.ppt, *.pptx, *.pptm) |
HTM, HTML |
*.htm, *.html, website URLs |
RTF, TXT |
*.rtf, *.txt |
Output Formats | |
Adobe PDF |
*.pdf |
Okdo Office Document to PDF Converter Command Line Options
Okdo Office Document 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 Office Document 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)
-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"
FREE customer support
If you face any problem while installing or using the Okdo Office Document 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.