{ "opencollection": "1.0.0", "info": { "name": "Adobe PDF Services Export PDF API", "version": "4.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Export PDF", "type": "folder" }, "items": [ { "info": { "name": "Adobe Export a Pdf", "type": "http" }, "http": { "method": "POST", "url": "https://pdf-services-ue1.adobe.io/operation/exportpdf", "body": { "type": "json", "data": "{}" } }, "docs": "Convert a PDF document to a supported output format. Supported output formats include DOCX, DOC, PPTX, XLSX, RTF, and image formats (JPEG, PNG). For image output, each page is converted to a separate image file." } ] } ], "bundled": true }