You can add rich interactive forms to your PDFs.
The library can be used to add forms with buttons, checkboxes, drop-down lists, listboxes, radio buttons, and text fields to new or existing PDF documents.
Docotic.Pdf library will help you to fill existing PDF forms.
You can read values of any AcroForm elements.
The library provides a convenient method that you can use to access form elements by their names.
Docotic.Pdf library can flatten form fields.
You can also flatten individual controls with PdfControl.Flatten() method.
You can import and export PDF forms data using Docotic.Pdf.
Forms data can be efficiently archived if you export FDF from existing files first.
You can always populate documents with existing data (e.g. from a database) using the import FDF feature of the library.