gpt4 book ai didi

php - 如何在 Linux (centos) 上安装带有 PHP 绑定(bind)的 wkhtmltopdf

转载 作者:太空宇宙 更新时间:2023-11-04 09:55:20 25 4
gpt4 key购买 nike

如何在 Linux (centos 5+) 上安装带有 PHP 绑定(bind)的 wkhtmltopdf?

我的问题与其他问题略有不同,因为我也需要帮助设置 php 绑定(bind)。

谢谢

杰森

最佳答案

这里有一个更简单的方法来以编程方式调用 wkhtmltopdf:
http://code.google.com/p/wkhtmltopdf/wiki/IntegrationWithPhp

PHP 绑定(bind)对于这个应用程序来说实在是太过分了。在大多数情况下,您只需执行它就可以逃脱:

exec("wkhtmltopdf http://example.org/ pdf1.pdf");
$pdf = file_get_contents("pdf1.pdf");

关于php - 如何在 Linux (centos) 上安装带有 PHP 绑定(bind)的 wkhtmltopdf,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5630335/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com