Closed klodeckl closed 8 years ago
If I define A5 or A3 as page format, it is still rendered as A4. But when I change the orientation to L, the format is applied (but I need A5 in portrait mode). Even if I hardcode A5 in Classes/View/PdfView.php, it is still A4.
Will have a look at it later on. May you try to set page format manually:
$pdf->_setPageSize($pageFormat, $pageOrientation); in line 164
$pdf->_setPageSize($pageFormat, $pageOrientation);
Thanks, that worked!
Should have already been fixed with #49.
If I define A5 or A3 as page format, it is still rendered as A4. But when I change the orientation to L, the format is applied (but I need A5 in portrait mode). Even if I hardcode A5 in Classes/View/PdfView.php, it is still A4.