Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在 PHP 中配置 WkHtmlToPdf?
我通过composer从GitHub的以下链接下载文件,但无法在php中配置
请帮我在 php 中配置 WkHtmlToPdf
这是我正在使用的库 https://github.com/mikehaertl/phpwkhtmltopdf
在你的添加变量声明行config.php:
config.php
$path_htmltopdf = 'C:\wkhtmltopdf\bin\wkhtmltopdf.exe';