Adobe Creative Suite · Arazzo Workflow
Adobe PDF Services Create PDF from Office
Version 1.0.0
Upload an Office or HTML source, convert it to PDF, poll the job, and get the output download URI.
Provider
Workflows
create-pdf-from-office
Upload a source file, convert it to PDF, and resolve the output download URI.
Registers a source asset, submits a create-PDF operation, polls the job to a terminal state, and returns the download URI of the generated PDF on success.
1
createUpload
Request an upload asset for the source file, receiving an asset id and a pre-signed upload URI to PUT the file content to.
2
submitCreatePDF
Submit a create-PDF operation against the uploaded source asset. The API accepts the operation and returns a job id for polling.
3
pollOperation
Poll the operation status, repeating while it is in progress and branching once it is done or failed.
4
getOutput
Retrieve the produced PDF asset metadata and a fresh temporary download URI for the output file.
5
Source API Descriptions
openapi
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.