Adobe Creative Suite · Capability

Adobe Document Management

PDF document lifecycle management workflow using Adobe PDF Services for creating, converting, combining, compressing, OCR processing, accessibility tagging, and template-based document generation. Used by document workflow teams, compliance officers, and developers building document processing pipelines.

Run with Naftiko AdobePDFDocument ManagementDocument ConversionOCRAccessibility

What You Can Do

POST
Upload asset — Upload an asset for PDF operations
/v1/assets
GET
Get asset — Get asset metadata and download URI
/v1/assets/{assetID}
DELETE
Delete asset — Delete an uploaded asset
/v1/assets/{assetID}
POST
Create pdf — Create a PDF from Word, Excel, PowerPoint, or HTML
/v1/pdfs
POST
Export pdf — Export a PDF to Word, Excel, PowerPoint, RTF, or text
/v1/exports
POST
Combine pdfs — Combine multiple PDFs into one
/v1/combinations
POST
Compress pdf — Compress a PDF to reduce file size
/v1/compressions
POST
Linearize pdf — Linearize a PDF for fast web viewing
/v1/linearizations
POST
Ocr pdf — Apply OCR to a scanned PDF
/v1/ocr-jobs
POST
Auto tag pdf — Auto-tag a PDF for accessibility compliance
/v1/accessibility-tags
POST
Generate document — Generate a document from a template and data
/v1/document-generations
GET
Get operation status — Get the status of a PDF operation
/v1/operations/{jobId}

MCP Tools

upload-asset

Upload an asset for use in PDF operations

get-asset

Get metadata and download URI for an uploaded asset

read-only idempotent
delete-asset

Permanently delete an uploaded asset

idempotent
create-pdf

Create a PDF from Word, Excel, PowerPoint, or HTML

export-pdf

Export a PDF to Word, Excel, PowerPoint, RTF, or text

combine-pdfs

Combine multiple PDFs into a single document

compress-pdf

Compress a PDF to reduce its file size

linearize-pdf

Linearize a PDF for fast web viewing

ocr-pdf

Apply OCR to a scanned PDF to make text searchable

auto-tag-pdf

Auto-tag a PDF for accessibility compliance (PDF/UA and WCAG)

generate-document

Generate a document by merging JSON data into a template

get-operation-status

Get the status of a PDF Services operation job

read-only idempotent

APIs Used

pdf-services