phpwkhtmltopdf
phpwkhtmltopdf copied to clipboard
A slim PHP wrapper around wkhtmltopdf with an easy to use and clean OOP interface
Hello there I have found that if I run the following code: ```php $pdf->send("This-is_a_lovely__filename.pdf", true); ``` Then the PDF is automatically downloaded, with the correct filename. this is great However,...
Most of the time this works (often for months) without any issues. However, once in a while pdf fails to download and when I check the server , ps aux...
On ubuntu its working fine but on centos 7 its not working. My Settings are ```` $pdf = new mikehaertl\wkhtmlto\Pdf(array( 'no-outline', // Make Chrome not complain 'orientation' => 'Landscape', //'binary'...