在PHP中使用wkhtmltopdf可以通过以下方法:
exec('wkhtmltopdf input.html output.pdf');
shell_exec('wkhtmltopdf input.html output.pdf');
#!/bin/bash
wkhtmltopdf input.html output.pdf
然后在PHP中执行该脚本文件:
shell_exec('./convert.sh');
无论使用哪种方法,都需要确保服务器上已安装了wkhtmltopdf,并且PHP有权限执行该命令。