系统:Centos 7.
用root用户安装了Libreoffice服务,切换到普通用户abc调用API时提示。
javaldx failed!
Warning: failed to read path from javaldx
调用命令: /usr/bin/libreoffice7.0 --headless --convert-to pdf a.xlsx --outdir a.pdf
本来打算用php exec来执行Libreoffice API转换PDF文档的命令。 那么有什么解决办法,可以使用普通用户(包括www)调用Libreoffice API?
答案 0 :(得分:0)
正确答案:
/usr/bin/libreoffice7 -env:UserInstallation=file:///$HOME/.libreoffice-headless/ --convert-to pdf '.$infile_path.' --outdir '.$outfile_path
重点是 -env:UserInstallation=file:///$HOME/.libreoffice-headless/