更新LibreOffice路径
This commit is contained in:
parent
a28e6b065a
commit
0cf3e615ec
@ -27,7 +27,7 @@ public class WordToPDFUtil {
|
||||
logger.info("============ת»»pdf¿ªÊ¼============");
|
||||
try{
|
||||
String path = QuartzPropertiesUtil.get("libreOffice_path");
|
||||
String cmd = path+"\\soffice --headless -invisible --convert-to pdf "+srcPath+" --outdir "+desPath;
|
||||
String cmd = path+"soffice --headless -invisible --convert-to pdf "+srcPath+" --outdir "+desPath;
|
||||
logger.info("python:"+cmd);
|
||||
process = Runtime.getRuntime().exec(cmd);
|
||||
String cmdMsg = "";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user