Introduzione tempDir per mpdf

This commit is contained in:
Luca 2022-11-08 17:07:05 +01:00
parent a1f1ba2eed
commit acaee33b9d
2 changed files with 3 additions and 1 deletions

View File

@ -43,7 +43,7 @@
"league/oauth2-google": "^3.0",
"maximebf/debugbar": "^1.15",
"monolog/monolog": "^1.22",
"mpdf/mpdf": "^v8.0.7",
"mpdf/mpdf": "^v8.0.10",
"mpociot/vat-calculator": "^2.3",
"owasp/csrf-protector-php": "^1.0",
"phpmailer/phpmailer": "^6.0",

View File

@ -523,6 +523,8 @@ class Prints
'default_font' => 'dejavusanscondensed',
'tempDir' => base_dir() . '/files/temp',
// Abilitazione per lo standard PDF/A
//'PDFA' => true,
//'PDFAauto' => true,