Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add forms service #130

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions src/pages/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,13 @@ 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]
>
> The **Document Assurance APIs** and **Forms Service APIs** are under early adopter program. You can write to `aem-forms-ea@adobe.com` from your official email address to join the early adopter program and request access to the Document Assurance capability.
**NOTE:** The **Document Assurance APIs** and **Forms Service APIs** are under early adopter program. You can write to `aem-forms-ea@adobe.com` from your official email address to join the early adopter program and request access to the Document Assurance capability.

### Community forum and feedback

Expand Down
Loading