mittwald / typo3-web2pdf

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

pdfPageOrientation setting is ignored after typo3 11 update #133

Closed AnnikaSchuster closed 1 year ago

AnnikaSchuster commented 1 year ago

after version update from 2.0.1 to 3.0.1, the pdfPageOrientation setting is ignored, the pdfs always rendered in landscape orientation, but i need the portrait orientation

derhansen commented 1 year ago

Please check the breaking changes related to version 3.0.0 - see https://github.com/mittwald/typo3-web2pdf/releases/tag/v3.0.0

You must ensure to reference to the new constants.typoscript and setup.typoscript in your sitepackage, if you included the extensions TypoScript using @import or <INCLUDE_TYPOSCRIPT: source="">. If the TypoScript settings are missing, plugin.tx_web2pdf.settings.pdfPageOrientation defaults to L (landscape) which might explain, why your settings are ignored.