LibreOffice exe file to convert word to pdf in windows

只谈情不闲聊 提交于 2020-01-02 06:58:10

问题


In Ubuntu terminal libreoffice --headless --convert-to pdf test.docx I convert document file to pdf file is work fine.

*My doubt is in windows system without install libreoffice to need to convert docuemnt to pdf (i.e) without install libreoffice software only libreoffice exe or bat file convert word to pdf is possible? *Or In java code to execute command prompt to using microsoft office to convert word to pdf is possible?


回答1:


You can try with Libreoffice portable with the cli :

LibreOfficePortable.exe -headless -convert-to pdf untitled.odt

I haven't tested it, please let me know if it works on your machine.



来源:https://stackoverflow.com/questions/36335881/libreoffice-exe-file-to-convert-word-to-pdf-in-windows

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!