Adobe · Arazzo Workflow
Adobe Create PDF From Source File
Version 1.0.0
Upload a source document, convert it to PDF, poll the async job, and fetch the download URI.
View Spec
View on GitHub
AnalyticsCreative CloudDigital Asset ManagementDocument ServicesE-CommerceE-SignaturesExperience CloudGenerative AIMarketingPDFWork ManagementArazzoWorkflows
Provider
Workflows
create-pdf-from-source
Convert an uploaded Office, image, or HTML file into a PDF.
Requests an upload slot for the source file, submits a createPDF job that references the uploaded asset, polls job status until the conversion finishes, and retrieves the download URI for the resulting PDF.
1
requestUpload
uploadAsset
Request a pre-signed upload URI and asset ID for the source file. The file content itself is then PUT to the returned uploadUri out of band.
2
submitCreate
createPDF
Submit an asynchronous createPDF job that converts the uploaded asset into a PDF. Returns 201 with an in-progress job status.
3
pollStatus
getJobStatus
Poll the createPDF job until it is no longer in progress. Loops back on itself while the status remains "in progress".
4
getOutput
getAsset
Resolve a pre-signed download URI for the generated PDF output asset.