mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-01-14 16:36:51 +01:00
Fix issue devcode-it/openstamanager #759
This commit is contained in:
parent
a7d1feabf3
commit
f4d9e030a7
@ -443,7 +443,6 @@ class Prints
|
|||||||
|
|
||||||
// Instanziamento dell'oggetto mPDF
|
// Instanziamento dell'oggetto mPDF
|
||||||
$mpdf = new \Mpdf\Mpdf([
|
$mpdf = new \Mpdf\Mpdf([
|
||||||
'mode' => 'c',
|
|
||||||
'format' => $settings['format'],
|
'format' => $settings['format'],
|
||||||
'orientation' => strtoupper($settings['orientation']) == 'L' ? 'L' : 'P',
|
'orientation' => strtoupper($settings['orientation']) == 'L' ? 'L' : 'P',
|
||||||
'font-size' => $settings['font-size'],
|
'font-size' => $settings['font-size'],
|
||||||
@ -451,7 +450,7 @@ class Prints
|
|||||||
'margin_right' => $settings['margins']['right'],
|
'margin_right' => $settings['margins']['right'],
|
||||||
'setAutoBottomMargin' => 'stretch',
|
'setAutoBottomMargin' => 'stretch',
|
||||||
'setAutoTopMargin' => 'stretch',
|
'setAutoTopMargin' => 'stretch',
|
||||||
'default_font' => 'helvetica',
|
'default_font' => 'dejavusanscondensed',
|
||||||
|
|
||||||
// Abilitazione per lo standard PDF/A
|
// Abilitazione per lo standard PDF/A
|
||||||
//'PDFA' => true,
|
//'PDFA' => true,
|
||||||
|
Loading…
Reference in New Issue
Block a user