Adobe Creative Suite · Arazzo Workflow
Adobe PDF Services Auto-tag PDF for Accessibility
Version 1.0.0
Upload a PDF, auto-tag it for accessibility, poll the job, and get the tagged output download URI.
Provider
Workflows
autotag-pdf
Upload a PDF, auto-tag it for accessibility, and resolve the tagged download URI.
Registers a source PDF asset, submits an auto-tag operation, polls the job to a terminal state, and returns the download URI of the accessibility-tagged PDF on success.
1
createUpload
uploadAsset
Request an upload asset for the source PDF to auto-tag.
2
submitAutoTag
autoTagPDF
Submit an auto-tag operation against the uploaded PDF asset. The API returns a job id for polling.
3
pollOperation
getOperationStatus
Poll the auto-tag operation status, repeating while it is in progress and branching once it is done or failed.
4
getOutput
getAsset
Retrieve the tagged PDF asset metadata and a fresh temporary download URI for the output file.
5
reportFailure
getOperationStatus
Surface the error details from the failed auto-tag operation.