Adobe PDF Services API

Create, convert, transform, OCR PDFs and more.

Why PDF Services API?

EMPTY_ALT

Create, secure, and convert PDF documents

Create a PDF from Microsoft Office documents, protect the content, and convert to other formats.

EMPTY_ALT

Modify PDFs and optimize output

Programmatically alter a document, such as reordering, inserting, and rotating pages, as well as compressing the file.

Key features of Adobe PDF Services API

Copied to your clipboard
// Please refer our Rest API docs for more information
// https://developer.adobe.com/document-services/docs/apis/#tag/Extract-PDF
curl --location --request POST 'https://pdf-services.adobe.io/operation/extractpdf' \
--header 'x-api-key: {{Placeholder for client_id}}' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer {{Placeholder for token}}' \
--data-raw '{
"assetID": "urn:aaid:AS:UE1:23c30ee0-2e4d-46d6-87f2-087832fca718",
"elementsToExtract": [
"text"
]
}'
// Legacy API can be found here
// https://documentcloud.adobe.com/document-services/index.html#post-extractPDF