Image to PDF - Set custom paper size and page orientation
The paperSize
and orientation
properties will allow you to set custom paper size and page orientation.
Here's a sample request if you are using the API directly:
[https://api.pdf.co/v1/pdf/convert/from/image](https://api.pdf.co/v1/pdf/convert/from/image)
{
"profiles": "{ 'paperSize': 'A4', 'orientation': 'Landscape' }",
"url": "YOUR_URL"
}
If you are using PDF.co through Zapier or integromat, add the following string to "Custom Profiles" field:
{ 'paperSize': 'A4', 'orientation': 'Landscape' }