Adobe · Arazzo Workflow
Adobe Combine Two PDFs Into One
Version 1.0.0
Upload two PDFs, combine them into a single document, poll the job, and fetch the merged result.
View Spec
View on GitHub
AnalyticsCreative CloudDigital Asset ManagementDocument ServicesE-CommerceE-SignaturesExperience CloudGenerative AIMarketingPDFWork ManagementArazzoWorkflows
Provider
Workflows
combine-pdfs
Merge two uploaded PDFs into a single PDF, in order.
Requests an upload slot for each of two source PDFs, submits a combinePDF job that merges them in order, polls job status until combination finishes, and retrieves the download URI for the merged PDF.
1
uploadFirst
uploadAsset
Request a pre-signed upload URI and asset ID for the first source PDF, which is then PUT to the returned uploadUri out of band.
2
uploadSecond
uploadAsset
Request a pre-signed upload URI and asset ID for the second source PDF, which is then PUT to the returned uploadUri out of band.
3
submitCombine
combinePDF
Submit an asynchronous combinePDF job that merges the two uploaded PDFs in order. Returns 201 with an in-progress job status.
4
pollStatus
getJobStatus
Poll the combinePDF job until it is no longer in progress, looping back while the status remains "in progress".
5
getOutput
getAsset
Resolve a pre-signed download URI for the merged output PDF.