我使用 KnpSnappyBundle 在我的 Symfony2 应用程序中生成 PDF。它在我的本地 wamp 上运行良好,配置如下:
binary: "\"C:\\Program Files\\wkhtmltopdf\\bin\\wkhtmltopdf.exe\""
我尝试使用该应用程序,但在根目录下使用 wkhtmltox 的文件夹,其配置为:
binary: %kernel.root_dir%/../wkhtmltox/bin/wkhtmltopdf
它不起作用。它收到以下消息:
The exit status code '127' says something went wrong:
stderr: "sh: wkhtmltox/bin/wkhtmltopdf: No such file or directory
"
stdout: ""
command: wkhtmltox/bin/wkhtmltopdf --lowquality
'/tmp/knp_snappy595a4fa89a6676.24945632.html'
'/tmp/knp_snappy595a4fa89a6a59.72414975.pdf'.
我正在使用 OVH 的虚拟主机服务器。