Skip to main content

How to change orientation from Portrait to Landscape

Updated over 12 months ago

How to change orientation from Portrait to Landscape

For Zapier, Integromat and others plugins insert custom profiles into profiles field. For API calls please set value as string in profiles parameter as string.

To set landscape output for output PDF, please set profiles parameter to the following string:

{ "orientation": "landscape"}
Did this answer your question?