diff --git a/src/pages/overview/pdf-services-api/howtos/export-pdfform-api.md b/src/pages/overview/pdf-services-api/howtos/export-pdfform-api.md index 82e7ad89c..f4356e2f4 100644 --- a/src/pages/overview/pdf-services-api/howtos/export-pdfform-api.md +++ b/src/pages/overview/pdf-services-api/howtos/export-pdfform-api.md @@ -2,9 +2,9 @@ title: Export PDF Form Data | How Tos | PDF Services API | Adobe PDF Services --- -# Export PDF Form +# Export PDF Form Data The Export PDF Form Data API will retrieve the data from a PDF form and return it as a JSON file -![Export PDF Form](../exportform_overview.png) +![Export PDF Form Data](../exportform_overview.png) ## Input Documents : **Required** @@ -12,15 +12,15 @@ Supported format is PDF (application/pdf). Input PDF with version 1.6 and above ### Input Document -A PDF document basically an acroform for which the data needs to be exported. +A PDF AcroForm from which data needs to be exported. ## REST API -See our public API Reference for [Export PDF Form API](../../../apis/#tag/Export-PDF-Form-Data). +See our public API Reference for [Export PDF Form Data API](../../../apis/#tag/Export-PDF-Form-Data). ## Export PDF Form Data -The sample below exports a PDF form data and returns it as a JSON file. +The sample below exports PDF form data and returns it as a JSON file. Please refer to the [API usage guide](../api-usage.md) to understand how to use our APIs. @@ -30,7 +30,7 @@ Please refer to the [API usage guide](../api-usage.md) to understand how to use ```javascript // Please refer our REST API docs for more information -// https://developer.adobe.com/document-services/docs/apis/#tag/Export-PDF-Form-API +// https://developer.adobe.com/document-services/docs/apis/#tag/Export-PDF-Form-Data-API curl --location --request POST 'https://pdf-services.adobe.io/operation/getformdata' \ --header 'x-api-key: {{Placeholder for client_id}}' \ diff --git a/src/pages/overview/pdf-services-api/howtos/import-pdfform-api.md b/src/pages/overview/pdf-services-api/howtos/import-pdfform-api.md index d30ea87c8..8b9fb3ff1 100644 --- a/src/pages/overview/pdf-services-api/howtos/import-pdfform-api.md +++ b/src/pages/overview/pdf-services-api/howtos/import-pdfform-api.md @@ -2,7 +2,7 @@ title: Import PDF Form Data | How Tos | PDF Services API | Adobe PDF Services --- -# Export PDF Form +# Import PDF Form Data The Import PDF Form Data API will take the form data provided as a JSON, insert it into the PDF form, and generate the resulting PDF document. ![Import PDF Form](../importform_overview.png) @@ -12,15 +12,15 @@ Supported format is PDF (application/pdf). Input PDF with version 1.6 and above ### Input Document -A PDF document basically an acroform to which the data needs to be imported from a json file that contains the form data. +A PDF AcroForm to which form data, provided as a JSON, is imported to generate the resulting PDF document. ## REST API -See our public API Reference for [Import PDF Form API](../../../apis/#tag/Import-PDF-Form-Data). +See our public API Reference for [Import PDF Form Data API](../../../apis/#tag/Import-PDF-Form-Data). ## Import PDF Form Data -The sample below exports a PDF form data and returns it as a JSON file. +The sample below demonstrates how to import form data from a JSON into PDF and generate the resulting PDF document. Please refer to the [API usage guide](../api-usage.md) to understand how to use our APIs. @@ -30,7 +30,7 @@ Please refer to the [API usage guide](../api-usage.md) to understand how to use ```javascript // Please refer our REST API docs for more information -// https://developer.adobe.com/document-services/docs/apis/#tag/Export-PDF-Form-API +// https://developer.adobe.com/document-services/docs/apis/#tag/Import-PDF-Form-Data-API curl --location --request POST 'https://pdf-services.adobe.io/operation/setformdata' \ --header 'x-api-key: {{Placeholder for client_id}}' \ diff --git a/src/pages/overview/releasenotes.md b/src/pages/overview/releasenotes.md index 55049816e..8c960bf07 100644 --- a/src/pages/overview/releasenotes.md +++ b/src/pages/overview/releasenotes.md @@ -183,8 +183,8 @@ Upgrading to the latest SDK should not break existing applications. ### January 27, 2024; Server Side Release -- Added [Export PDF Form API](../pdf-services-api/howtos/export-pdfform-api/) operation in PDF Services API to retrieve the data from a PDF form and return it as a JSON file. -- Added [Import PDF Form API](../pdf-services-api/howtos/import-pdfform-api/) operation in PDF Services API to import form data from a json file. +- Added [Export PDF Form Data](../pdf-services-api/howtos/export-pdfform-api/) operation in PDF Services API to retrieve the data from a PDF form and return it as a JSON file. +- Added [Import PDF Form Data](../pdf-services-api/howtos/import-pdfform-api/) operation in PDF Services API to populate PDF forms with JSON data and generate the resulting PDF document. - Support for external storage and webhook notifier config for both operations is excluded for this release. ### November 06, 2024; Adobe Document Generation Server Side Release