Landscape Print Format

I found an easy workaround checking wkhtmltopdf docs. You only have to add a custom HTML field to your Print Format, and add this tag to it.

<meta name="pdfkit-orientation" content="Landscape"/>

It will create the pdf in landscape orientation!

16 Likes