AryaRicky / toPdfUtils

word转pdf的方式
42 stars 41 forks source link

window下使用libreoffice 转pdf报错 #1

Open arrowks opened 7 years ago

arrowks commented 7 years ago

java.io.IOException: Cannot run program "soffice": CreateProcess error=2, 系统找不到指定的文件。 at java.lang.ProcessBuilder.start(Unknown Source) at java.lang.Runtime.exec(Unknown Source) at java.lang.Runtime.exec(Unknown Source) at java.lang.Runtime.exec(Unknown Source) at CommandExecute.CommandExecute.executeCommand(CommandExecute.java:31) at pdf2swf.Doc2Pdf.wordConverterToPdf(Doc2Pdf.java:19) at pdf2swf.Doc2Pdf.main(Doc2Pdf.java:33) Caused by: java.io.IOException: CreateProcess error=2, 系统找不到指定的文件。 at java.lang.ProcessImpl.create(Native Method) at java.lang.ProcessImpl.(Unknown Source) at java.lang.ProcessImpl.start(Unknown Source) ... 7 more 这个错误是不是没找到我安装libreoffice 的路径啊

AryaRicky commented 6 years ago

你的环境是windows吧?需要配置一下环境变量。soffice配置到path里面去,对应libreoffice的program路径