Frank
Results
1
comments of
Frank
I had the same problem. Then i try this: `$mpdf = new mPDF();` `$html= "img src='http://google.de/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png' alt=''>";` `$mpdf->WriteHTML($html);` `$mpdf->debug = true;` `$output = $mpdf->Output();` `die(__FILE__.':'.__LINE__);` WTF... This works! Why??? The...