Render PDF Forms in Flutter

PSPDFKit for Flutter supports rendering all PDF form field types defined in the PDF specification.

Form Support in PSPDFKit

A PDF form is similar to a form in real life. Forms allow a user to add information to a preformatted page. Consider the form shown below as an example:

Each highlighted area is called a field, and it’s where a user can enter information. The PDF specification has a concept of different form field types that can help in this situation. The table below has an exhaustive list of form field types supported by PSPDFKit.

Type
Detail
Text field Alphanumeric text
Checkbox On/off state
Radio button Selection of choices
Combo box Dropdown list of choices
List box Scrollable list of choices
Signature Unique digital signature
Button Assignable actions

Licensing

PDF Forms is a separate component in your PSPDFKit license. Without this feature included in your license, your app won’t be able to view or interact with PDF forms. Please contact our sales team to add this feature to your license, or use a trial license if you want to try out this feature.

Signature form fields and signature form elements require that your license includes either Electronic Signatures or Digital Signatures, or that your license was originally obtained in April 2021 or earlier. If none of these requirements are met, then signature elements will be omitted, and other form elements will be shown.