如何在 Linux (centos) 上安装带有 PHP 绑定的 wkhtmltopdf
如何在 Linux (centos 5+) 上安装带有 PHP 绑定的 wkhtmltopdf?
我的问题与其他问题略有不同,因为我还需要帮助设置 php 绑定。
谢谢杰森
How do I install wkhtmltopdf with the PHP bindings on Linux (centos 5+)?
My question is slightly different to the other questions because I need help setting up the php bindings as well.
Thanks
Jason
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
以下是一种以编程方式调用 wkhtmltopdf 的更简单方法:
http://code.google.com/p/wkhtmltopdf/wiki/IntegrationWithPhp
PHP 绑定对于这个应用程序来说确实是大材小用。在大多数情况下,您只需执行它就可以逃脱:
Here is a simpler method to programmatically invoke wkhtmltopdf:
http://code.google.com/p/wkhtmltopdf/wiki/IntegrationWithPhp
PHP bindings are really overkill for this applicaiton. In the majority of cases you can get away with just executing it: