Tailor PDF content by extracting specific page ranges from documents.
pageRanges
curl --request POST 'https://api.doczilla.app/v1/pdf' \ --header 'Authorization: Bearer <your token>' \ --header 'Content-Type: application/json' \ --output 'doczilla.pdf' \ --data '{ "page": { "url": "https://en.wikipedia.org/wiki/PDF" }, "pdf": { "pageRanges": 1,2,18-19 } }'
Was this page helpful?