Adobe Creative Cloud · Arazzo Workflow
Adobe Creative Cloud PDF Create and Download
Version 1.0.0
Upload a source document, create a PDF from it, then retrieve the result download URI.
Provider
Workflows
pdf-create-and-download
Create a PDF from an uploaded document and get its download URI.
Creates an upload asset, submits a create-PDF job for it, captures the job status Location, and retrieves a presigned download URI for the result asset.
1
createUploadAsset
createAsset
Create an upload asset for the source document, obtaining an asset ID and a presigned upload URI for the file content.
2
submitCreatePdf
createPdf
Submit the create-PDF job referencing the uploaded asset. Responds 201 with a Location header pointing at the job status URL.
3
getResultDownloadUri
getAsset
Retrieve the presigned download URI for the produced PDF asset once the job has completed.