I have a small issue with mPDF (version 5.7.1).
This code should generate PDF with image file:
$mpdf = new mPDF(); $html = \'
It's enough The solve is :
$mpdf->curlAllowUnsafeSslRequests = true;
It's all