2017-09-07 16:51:14 +02:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
2017-09-15 16:37:19 +02:00
|
|
|
'orientation' => 'P',
|
2017-09-15 12:50:59 +02:00
|
|
|
'format' => 'A4',
|
2017-09-12 17:04:38 +02:00
|
|
|
'font-size' => 10,
|
2017-09-08 13:24:48 +02:00
|
|
|
'margins' => [
|
2017-09-08 17:03:47 +02:00
|
|
|
'top' => 10,
|
|
|
|
'bottom' => 10,
|
2017-09-08 13:24:48 +02:00
|
|
|
'left' => 12,
|
|
|
|
'right' => 12,
|
|
|
|
],
|
2017-09-08 18:19:39 +02:00
|
|
|
'header-height' => 35,
|
2017-09-08 13:24:48 +02:00
|
|
|
'footer-height' => 5,
|
2017-09-07 16:51:14 +02:00
|
|
|
];
|