Wkhtmltopdf
Wkhtmltopdf copied to clipboard
Wkhtmltopdf integration with PHP
Useful for sending metrics about each call, for instance
Hi there, i'm trying to use your classe, but when o use it i do have this error, it create me a html file with my content but say that...
I am trying the header with this code. ```php $wkhtmltopdf->setHeaderHtml('This is header'); ``` but it generates error like below ``` WKHTMLTOPDF didn't return any data ``` can you help me?
Suppose i create a session -> session_1 in browser_1 window(on my pc) and second session -> session_2 in ,other, browser_2 window(on my pc) . so when i try to execute...
When I try to generate the PDF using Wkhtmltopdf class. It ignores CSS. And if i try to generate the PDF via terminal then only it generates PDF properly. So,...