Edit in GitHubLog an issue

Export PDF Form

The Export PDF Form Data API will retrieve the data from a PDF form and return it as a JSON file Export PDF Form

Input Documents : Required

Supported format is PDF (application/pdf). Input PDF with version 1.6 and above is supported.

Input Document

A PDF document basically an acroform for which the data needs to be exported.

REST API

See our public API Reference for Export PDF Form API.

Export PDF Form Data

The sample below exports a PDF form data and returns it as a JSON file.

Please refer to the API usage guide to understand how to use our APIs.

Copied to your clipboard
// Please refer our REST API docs for more information
// https://developer.adobe.com/document-services/docs/apis/#tag/Export-PDF-Form-API
curl --location --request POST 'https://pdf-services.adobe.io/operation/getformdata' \
--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",
}'
Was this helpful?
  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2025 Adobe. All rights reserved.