Adobe Creative Cloud · Arazzo Workflow
Adobe Creative Cloud PDF Export to Format
Version 1.0.0
Upload a PDF, export it to another format, then retrieve the converted result download URI.
Provider
Workflows
pdf-export-to-format
Export an uploaded PDF to another format and get the download URI.
Creates an upload asset for a PDF, submits an export job to the requested target format, and retrieves the converted result asset download URI.
1
createUploadAsset
createAsset
Create an upload asset for the source PDF, obtaining an asset ID and a presigned upload URI.
2
submitExport
exportPdf
Submit the export-PDF job referencing the uploaded asset and the target format. Responds 201 with a Location header for job status.
3
getResultDownloadUri
getAsset
Retrieve the presigned download URI for the converted result asset once the export job has completed.