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
AnalyticsCreative 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
uploadAsset
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
exportPDF
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
getJobStatus
Poll the exportPDF job until it is no longer in progress, looping back while the status remains "in progress".
4
getOutput
getAsset
Resolve a pre-signed download URI for the exported output asset.