Adobe · Arazzo Workflow
Adobe Rotate Pages In a PDF
Version 1.0.0
Upload a PDF, rotate a page range, poll the job, and fetch the rotated result.
View Spec
View on GitHub
AnalyticsCreative CloudDigital Asset ManagementDocument ServicesE-CommerceE-SignaturesExperience CloudGenerative AIMarketingPDFWork ManagementArazzoWorkflows
Provider
Workflows
rotate-pages
Rotate a range of pages in an uploaded PDF.
Requests an upload slot for the source PDF, submits a rotatePages job that rotates the requested page range by the given angle, polls job status until rotation finishes, and retrieves the download URI for the rotated PDF.
1
requestUpload
uploadAsset
Request a pre-signed upload URI and asset ID for the source PDF, which is then PUT to the returned uploadUri out of band.
2
submitRotate
rotatePages
Submit an asynchronous rotatePages job that rotates the requested page range of the uploaded PDF. Returns 201 with an in-progress job status.
3
pollStatus
getJobStatus
Poll the rotatePages job until it is no longer in progress, looping back while the status remains "in progress".
4
getOutput
getAsset
Resolve a pre-signed download URI for the rotated output PDF.