Adobe · Arazzo Workflow
Adobe Export PDF To Another Format
Version 1.0.0
Upload a PDF, export it to DOCX/PPTX/XLSX/RTF/image, poll the job, and fetch the result.
View Spec
View on GitHub
Fortune 1000AnalyticsCreative CloudDigital Asset ManagementDocument ServicesE-CommerceE-SignaturesExperience CloudGenerative AIMarketingPDFWork ManagementArazzoWorkflows
Provider
Workflows
export-pdf
Convert an uploaded PDF into a target document or image format.
Requests an upload slot for the source PDF, submits an exportPDF job to the chosen target format, polls job status until conversion finishes, and retrieves the download URI for the exported file.
1
requestUpload
Request a pre-signed upload URI and asset ID for the source PDF, which is then PUT to the returned uploadUri out of band.
2
submitExport
Submit an asynchronous exportPDF job that converts the uploaded PDF into the requested target format. Returns 201 with an in-progress job status.
3
pollStatus
Poll the exportPDF job until it is no longer in progress, looping back while the status remains "in progress".
4
Source API Descriptions
openapi
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.