Adobe Creative Suite · Arazzo Workflow
Adobe PDF Services Combine PDFs
Version 1.0.0
Upload two PDFs, combine them into one, poll the job, and get the merged output download URI.
Provider
Workflows
combine-pdfs
Upload two PDFs, merge them in order, and resolve the merged download URI.
Registers two source PDF assets, submits a combine operation merging them in order, polls the job to a terminal state, and returns the download URI of the merged PDF on success.
1
uploadFirst
uploadAsset
Request an upload asset for the first source PDF.
2
uploadSecond
uploadAsset
Request an upload asset for the second source PDF.
3
submitCombine
combinePDFs
Submit a combine operation merging the two uploaded PDFs in order. The API returns a job id for polling.
4
pollOperation
getOperationStatus
Poll the combine operation status, repeating while it is in progress and branching once it is done or failed.
5
getOutput
getAsset
Retrieve the merged PDF asset metadata and a fresh temporary download URI for the output file.
6
reportFailure
getOperationStatus
Surface the error details from the failed combine operation.