Change Orientation

The changeorientation tag allows to change the orientation of the page in PDF export

If you wish to change the orientation in the PDF export you can use the
{% changeorientation “orientation of choice” %} tag.

Keep in mind that the function will apply to everything below and will not close. Once you have selected "landscape" all the following will appear as landscape. To revert back to portrait you would need to apply the tag again.

You can use it as in the sample with the following two options:

{% changeorientation “landscape” %}

LANDSCAPE

{% changeorientation “portrait” %}

PORTRAIT
Output