1
0
forked from poc/pds

Added mpdf temp storage code

This commit is contained in:
dhanabalan
2025-07-02 17:24:19 +05:30
parent 102d9af638
commit 231b65ff7a
2 changed files with 116 additions and 1 deletions

View File

@@ -57,7 +57,7 @@ class PalletController extends Controller
'margin_right' => 0,
'margin_top' => 0,
'margin_bottom' => 0,
//'tempDir' => '/var/www/storage/mpdf-tmp',
'tempDir' => '/var/www/storage/mpdf-tmp',
]);
$mpdf->WriteHTML($html);