Skip to content

Commit

Permalink
Add Forms Service (#128)
Browse files Browse the repository at this point in the history
* Added Forms Service APIs

* Update index.md

* minor edits
  • Loading branch information
singhkh committed May 30, 2024
1 parent 96b70ff commit 4d6c883
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ The [Document Assurance APIs](references/docassurance.md) help encrypt, decrypt,

### Forms Service APIs

Forms service generates interactive PDF forms for data capture. It can also be used to importor export data to and from an existing interactive PDF form and validate submitted data. Here's a breakdown of its functionalities:
Forms service generates interactive PDF forms for data capture. It can also be used to import or export data to and from an existing interactive PDF form and validate submitted data. Here's a breakdown of its functionalities:

* **Rendering Forms**: Generate an interactive PDF form from a template created using AEM Forms Designer and, optionally, XML data. This essentially produces a fillable PDF form optionally pre-filled with data.
* **Data Extraction and Import**: Import data into an existing PDF form as well as extract data from a filled PDF form. Both XDP and XML data formats are supported, and importing to non-XFA PDF forms (also known as AcroForms) additionally supports FDF and XFDF data.
* **Data Validation**: : Validate submitted data, in XDP or XML format, against a template created using AEM Forms Designer.
* **Data Validation**: Validate submitted data, in XDP or XML format, against a template created using AEM Forms Designer.

>[!NOTE]
>
Expand Down

0 comments on commit 4d6c883

Please sign in to comment.