You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.
Hi,
here is my code
$mpdf = new Mpdf();
$html = view($quoteTemplate, $payload)->render();
$lastPageFooter = view($lastPageFooterTemplate, $payload)->render();
Hi,
here is my code
$mpdf = new Mpdf();
$html = view($quoteTemplate, $payload)->render();
$lastPageFooter = view($lastPageFooterTemplate, $payload)->render();
and I get this message error, can you give me a hint to solve this problem.
file: "/vendor/mpdf/mpdf/src/Image/ImageProcessor.php"
line: 230
Below is my config/pdf.php
'utf-8', 'format' => 'Letter', 'author' => 'oneApp', 'subject' => '', 'keywords' => '', 'creator' => 'Laravel Pdf', 'display_mode' => 'fullpage', 'tempDir' => base_path('storage/app/mpdf'), 'orientation' => 'P', 'margin_left' => 0, 'margin_right' => 0, 'margin_top' => 0, 'margin_bottom' => 0, ]; Please help. Thanks in advanceThe text was updated successfully, but these errors were encountered: