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