Added mpdf permission

This commit is contained in:
dhanabalan
2025-07-01 14:04:34 +05:30
parent 6904a03e1f
commit 789bc6a173

View File

@@ -66,6 +66,7 @@ public function downloadQrPdf($palletNo)
'margin_right' => 0, 'margin_right' => 0,
'margin_top' => 0, 'margin_top' => 0,
'margin_bottom' => 0, 'margin_bottom' => 0,
'tempDir' => '/var/www/storage/mpdf-tmp',
]); ]);
$mpdf->WriteHTML($html); $mpdf->WriteHTML($html);