Sign in

Create PDF from Office formats

documented

Create a PDF from Office formats (e.g., DOC, DOCX, PPT, XLSX).

POST /operation/createpdfPDF Services APIno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://pdf-services.adobe.io/operation/createpdf" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "x-api-key: {{ADOBE_API_KEY}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"assetID": "{{$assetID}}"}'