-
-
Notifications
You must be signed in to change notification settings - Fork 61
Converting a Word Document to PDF
Toby Allen edited this page Jan 12, 2020
·
1 revision
One of the main uses of DocTo is often to bulk convert .doc and .docx files to .pdf.
To convert a single file to pdf
docto -f "c:\path\docs\mydocfile.doc" -O "C:\path\docs\mydocfile.pdf" -t wdFormatPDF
To convert a directory of files and all subdirectories to pdf
docto -f "C:\Path\Docs\" -O "C:\Path\PDFs" -t wdFormatPDF
Please Note this will only work if the installed version of word allows saveas PDF