Overview
The .NET MAUI PDF viewer allows users to fill, modify, import, export, flatten, and save PDF forms.
Supported form fields
Work with text, radio button, check box, combo box, list box, signature, and button form fields. These fields enable the collection of diverse types of information from users, such as typed responses, selections from predefined options, agreement acknowledgments, electronic signatures, and interactive commands, making the form versatile and comprehensive for various data collection needs.
Fill form fields
Fill PDF form fields with data interactively using UI as well as programmatically using APIs. Data can be entered manually for smaller forms and automatically for larger or multiple forms using APIs.
Save form fields
Preserve the filled form data in the PDF file when the file is saved. This ensures that all user inputs are securely retained, allowing for accurate record-keeping and easy future reference. Saved form data also facilitates seamless document sharing with other recipients.
Flatten form fields on save
Flatten specific or all form fields when saving PDF files. It makes the form fields non-editable in the saved file by removing the elements and rendering them on the page.
Import and export PDF form data
Import and export PDF form data in FDF, XFDF, JSON, and XML formats. This allows users to store or share the extracted data independently, eliminating the necessity of handling large PDF files. This data can then be easily re-imported into the PDF when needed.
Read-only PDF form fields
Prevent changes to form field values by setting them as read-only. This ensures that unauthorized individuals cannot alter the field values, maintaining the integrity of the information.