We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
One of the main uses of DocTo is often to bulk convert .doc and .docx files to .pdf.
DocTo
.doc
.docx
.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
Convert