mittwald / typo3-web2pdf

A TYPO3 extension for rendering content as PDF
GNU General Public License v2.0
18 stars 20 forks source link

Page format change does not work #48

Closed klodeckl closed 8 years ago

klodeckl commented 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.

kpurrmann commented 8 years ago

Will have a look at it later on. May you try to set page format manually:

$pdf->_setPageSize($pageFormat, $pageOrientation); in line 164

klodeckl commented 8 years ago

Thanks, that worked!

martin-helmich commented 8 years ago

Should have already been fixed with #49.