Adobe Creative Suite · Arazzo Workflow
Adobe PDF Services Export PDF to Word
Version 1.0.0
Upload a PDF, export it to a target Office format, poll the job, and get the output download URI.
Provider
Workflows
export-pdf-to-word
Upload a PDF, export it to a target format, and resolve the output download URI.
Registers a source PDF asset, submits an export-PDF operation to the chosen target format, polls the job to a terminal state, and returns the download URI of the exported file on success.
1
createUpload
uploadAsset
Request an upload asset for the source PDF, receiving an asset id and a pre-signed upload URI to PUT the PDF content to.
2
submitExport
exportPDF
Submit an export-PDF operation against the uploaded PDF asset to the chosen target format. The API returns a job id for polling.
3
pollOperation
getOperationStatus
Poll the export operation status, repeating while it is in progress and branching once it is done or failed.
4
getOutput
getAsset
Retrieve the exported asset metadata and a fresh temporary download URI for the output file.
5
reportFailure
getOperationStatus
Surface the error details from the failed export operation.