有谁知道为什么这在 phpCLI 上效果很好,但在 apache 上却失败了?
$cmd = "soffice --headless --nofirststartwizard -convert-to pdf:writer_pdf_Export file.doc -outdir converted/";
exec($cmd, $dump, $ret);
有谁知道为什么这在 phpCLI 上效果很好,但在 apache 上却失败了?
$cmd = "soffice --headless --nofirststartwizard -convert-to pdf:writer_pdf_Export file.doc -outdir converted/";
exec($cmd, $dump, $ret);
我在这几个小时里苦苦挣扎,但最后我在这里找到了解决方案 http://geekswithblogs.net/robertphyatt/archive/2011/11/19/converting-.docx-to-pdf-or-.doc-to -pdf-或-.doc.aspx
我希望这可以帮助别人
在运行 OpenOffice 之前尝试使用“export HOME=/tmp”。
例子:
export HOME=/tmp
soffice --headless --convert-to pdf --outdir /var/www/public/uploads/ /var/www/public/uploads/artcl.ppt