简体   繁体   English

如何在 xampp 上安装 wkhtmltopdf?

[英]how to install wkhtmltopdf on xampp?

i'd like to install wkhtmltopdf on my xampp system and use it under php.我想在我的 xampp 系统上安装 wkhtmltopdf 并在 php 下使用它。 any ideas how to do it - is there any tutorial?任何想法如何做到这一点 - 有没有教程? :/ i've run the wkhtmltox-0.10.0_rc2-installer.exe but it seems like it didn't change anything on my local xampp system. :/我已经运行了 wkhtmltox-0.10.0_rc2-installer.exe,但它似乎没有改变我本地 xampp 系统上的任何内容。

thanks谢谢

The installer extracts the executable under C:\Program Files\wkhtmltopdf\ per default - or whatever you specified.安装程序默认提取C:\Program Files\wkhtmltopdf\下的可执行文件 - 或您指定的任何内容。

To use it from within PHP just supply the absolute path:要在 PHP 中使用它,只需提供绝对路径:

exec("c:/programs/wkhtmltopdf/wkhtmltopdf.exe www.site.com pdf.pdf");

Or move the.exe where it's easier accessible.或者将 .exe 移到更容易访问的地方。 (Should you care about making things simpler.) (您是否应该关心让事情变得更简单。)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM