Create PDF Forms via C#
Create acroforms in PDF programmatically using Aspose.PDF for .NET Library
How to create PDF forms using C#
In order to create PDF Forms (Acroforms) in PDF file, we’ll use Aspose.PDF for .NET API which is a feature-rich, powerful and easy to use document manipulation API for C# platform. Open NuGet package manager, search for Aspose.PDF and install. You may also use the following command from the Package Manager Console.
How to Create AcroForm in PDF using C#
You need Aspose.PDF for .NET to try the code in your environment.
- Load PDF in an instance of Document class.
- Create a field.
- Create decorations (like Border).
- Add field to the document and save modified PDF