DocTo convert doc(x) to pdf

profesor發表於2024-09-22

https://github.com/tobya/DocTo

https://superuser.com/questions/393118/how-to-convert-word-doc-to-pdf-from-windows-command-line#1224939

  1. 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
    
  2. another option is to use the following powershell script: https://gallery.technet.microsoft.com/office/Script-to-convert-Word-f702844d

相關文章