https://github.com/tobya/DocTo
https://superuser.com/questions/393118/how-to-convert-word-doc-to-pdf-from-windows-command-line#1224939
-
if you have Microsoft Word installed, you can use DocTo:
https://github.com/tobya/DocTo
batch operation is supported, all files in directory can be converted from doc to pdf:
docto -f "C:\Dir with Spaces\FilesToConvert\" -O "C:\DirToOutput" -T wdFormatPDF -OX .pdf
-
another option is to use the following powershell script: https://gallery.technet.microsoft.com/office/Script-to-convert-Word-f702844d