---
title: "PDF forms: Create, edit, and extract | Nutrient .NET SDK"
canonical_url: "https://www.nutrient.io/guides/dotnet/forms/"
md_url: "https://www.nutrient.io/guides/dotnet/forms.md"
last_updated: "2026-05-21T17:12:02.203Z"
description: "Discover expert tips and tricks for optimizing PDF file handling in .NET forms. Unlock new possibilities with our comprehensive guide! Visit now."
---

# PDF forms in C#.NET

PDF fillable forms are digital documents that enable users to input and manipulate data directly within a document. These forms typically contain various fields such as text fields, checkboxes, radio buttons, dropdown menus, and digital signature fields, enabling users to enter information, make selections, and submit forms electronically. PDF forms are commonly used for applications, surveys, registration, and other types of data collection, providing a convenient and efficient way to gather and process information electronically.

## What are forms?

PDF fillable forms are digital documents designed to collect information from users in a structured manner. PDF forms enable users to input data directly into form fields, eliminating the need for manual handwriting or printing.

[Learn more](https://www.nutrient.io/guides/dotnet/forms/introduction-what-are-forms.md)

## Essential guides

---

**Create forms**

How to create a form

[Read more](https://www.nutrient.io/guides/dotnet/forms/create-edit-and-remove/create-fillable-form.md)

---

**Fill form fields**

How to fill form fields

[Read more](https://www.nutrient.io/guides/dotnet/forms/fill-form-fields/programmatic.md)

---

**Flatten forms**

How to flatten forms

[Read more](https://www.nutrient.io/guides/dotnet/forms/flatten.md)

## Import and export

---

**Import forms from XFDF**

How to import forms from an XFDF file

[Read more](https://www.nutrient.io/guides/dotnet/forms/fill-form-fields/import-from-xfdf.md)

---

**Import forms from database**

How to import forms from a database

[Read more](https://www.nutrient.io/guides/dotnet/forms/fill-form-fields/import-from-database.md)

---

**Extract form data**

How to extract data from form fields

[Read more](https://www.nutrient.io/guides/dotnet/forms/extract-form-data.md)

## More forms guides

---

**Edit form fields**

How to edit forms

[Read more](https://www.nutrient.io/guides/dotnet/forms/create-edit-and-remove/edit-fields.md)

---

**Delete form fields**

How to delete existing form fields

[Read more](https://www.nutrient.io/guides/dotnet/forms/create-edit-and-remove/remove-fields.md)

---

**PDF actions**

How to assign PDF actions to form fields

[Read more](https://www.nutrient.io/guides/dotnet/forms/pdf-actions-support.md)

**Call to Action**

Start your free trial for unlimited access and expert support.

[Learn More](https://www.nutrient.io/sdk/dotnet/getting-started.md)

---

## Related pages

- [Flatten PDF form fields in C# .NET](/guides/dotnet/forms/flatten.md)
- [Extract data from PDF form fields in C# .NET](/guides/dotnet/forms/extract-form-data.md)
- [Read PDF form fields in C# .NET](/guides/dotnet/forms/read-form-fields.md)
- [PDF form field items in C# .NET](/guides/dotnet/forms/form-field-items.md)
- [Introduction to PDF forms in C#](/guides/dotnet/forms/introduction-what-are-forms.md)
- [Introduction to PDF form fields in C#](/guides/dotnet/forms/introduction-form-fields.md)
- [Add PDF actions to forms using C#](/guides/dotnet/forms/pdf-actions-support.md)

## Pages in this section

- [Import XFDF data into PDF forms using C#](/guides/dotnet/forms/fill-form-fields/import-from-database.md)
- [Fill PDF forms using XFDF in C# .NET](/guides/dotnet/forms/fill-form-fields/import-from-xfdf.md)
- [C# .NET PDF Form Library](/guides/dotnet/forms/fill-form-fields/add-image.md)
- [C# .NET PDF Form Library](/guides/dotnet/forms/fill-form-fields/attach-file.md)
- [C# .NET PDF form library](/guides/dotnet/forms/fill-form-fields/programmatic.md)
- [Add a signature field in PDF](/guides/dotnet/forms/create-edit-and-remove/add-signature-field.md)
- [Create a fillable PDF form in C# .NET](/guides/dotnet/forms/create-edit-and-remove/create-fillable-form.md)
- [Edit PDF form fields in C# .NET](/guides/dotnet/forms/create-edit-and-remove/edit-fields.md)
- [Remove form fields from PDFs in C# .NET](/guides/dotnet/forms/create-edit-and-remove/remove-fields.md)
- [Get the PDF form field ID in C# .NET](/guides/dotnet/forms/create-edit-and-remove/get-field-id.md)

