Adobe Creative Cloud · Arazzo Workflow
Adobe Creative Cloud PDF Compress and Cleanup
Version 1.0.0
Upload a PDF, compress it, retrieve the result, then delete the temporary source asset.
Provider
Workflows
pdf-compress-and-cleanup
Compress an uploaded PDF, fetch the result, and delete the source asset.
Creates an upload asset, submits a compression job, retrieves the compressed result download URI, and deletes the temporary source asset.
1
createUploadAsset
createAsset
Create an upload asset for the source PDF, obtaining an asset ID and a presigned upload URI.
2
submitCompress
compressPdf
Submit the compress-PDF job referencing the uploaded asset at the requested level. Responds 201 with a Location header for job status.
3
getResultDownloadUri
getAsset
Retrieve the presigned download URI for the compressed result asset once the job has completed.
4
deleteSourceAsset
deleteAsset
Delete the temporary source asset now that the compressed result has been retrieved.