---
title: "MAUI PDF form library: Create, fill & extract | Nutrient"
canonical_url: "https://www.nutrient.io/guides/maui/forms/"
md_url: "https://www.nutrient.io/guides/maui/forms.md"
last_updated: "2026-06-09T10:26:34.604Z"
description: "Form fields in your MAUI app can be manually filled with the user interface (UI). To do this, focus or press on a form field to type on it or modify its value."
---

# MAUI PDF form library

Form fields in your MAUI app can be manually filled with the user interface (UI). To do this, focus or press on a form field to type on it or modify its value. We also offers developers access to web APIs for programmatically creating and filling form fields.

These APIs will be further enhanced and translated into native APIs in future updates.![Filling form fields](@/assets/guides/maui/forms/filling-forms.png)

If the Form Creator component is present in your license, it’s possible to set `ViewState#formDesignMode` by accessing JavaScript APIs. When `true`, pressing a form field will select it and enable moving and resizing it, but it won’t be possible to change its value until `ViewState#formDesignMode` is set to `false`.![Creating form fields](@/assets/guides/maui/forms/creating-forms.png)

---

## Related pages

- [Advanced access to APIs](/guides/maui/advanced-access-apis.md)
- [Agent skill](/guides/maui/agent-skill.md)
- [AI Assistant](/guides/maui/ai-assistant.md)
- [PDF bookmarks in MAUI](/guides/maui/bookmarks.md)
- [Changelog for .NET MAUI](/guides/maui/changelog.md)
- [Demo: MAUI PDF library](/guides/maui/demo.md)
- [PDF document security in MAUI](/guides/maui/document-security.md)
- [Download our MAUI library](/guides/maui/downloads.md)
- [Compare PDF files in MAUI](/guides/maui/comparison.md)
- [Edit PDFs in MAUI](/guides/maui/editor.md)
- [MAUI PDF library](/guides/maui.md)
- [Nutrient guides: Integrate our PDF library](/guides/maui/intro.md)
- [MAUI PDF generation library](/guides/maui/pdf-generation.md)
- [Redact PDF files in MAUI](/guides/maui/redaction.md)
- [Printing a PDF in MAUI](/guides/maui/print.md)
- [PDF text search in MAUI](/guides/maui/search.md)
- [Troubleshooting](/guides/maui/troubleshoot.md)
- [Upgrade and migration guides](/guides/maui/upgrade.md)

