Convert DOC to PDF from Command Line

user489041 picture user489041 · Sep 26, 2011 · Viewed 21k times · Source

Anyone recommend a DOC to PDF converter that can be run from the command line? It seems like an easy requirement, but I have been coming up short on free solutions.

Answer

Ptofanelli picture Ptofanelli · Jan 9, 2015

I recommend the OfficeToPDF command line application.

C:\>OfficeToPDF.exe /bookmarks /print /verbose test.docx test.pdf
Converting test.docx to test.pdf
Converting with Word converter
Completed Conversion
C:\>

I used this solution to automate the PDF generating using ANT.