


NET PDF Toolkit Product by ActivePDFĪctivePDF’s Toolkit provides a wealth of capabilities for creating, merging, and manipulating PDF documents. This protects the file from unwanted tampering or further unwanted modification from other users. When the new document is opened, although the form fields I programmatically updated are pre-filled, there is no input available to make any further modifications. I also set flags that prevent modifying the document or filling out form fields.
PDF TOOLKIT PORTABLE CODE
The code to iterate the form fields looks like this:įigure 5: Newly-encrypted PDF document with password after processing through ActivePDF Toolkit for developers.Īfter typing in the user password, the document successfully opened. As with the previous example, I simply open the downloaded form named fw9.pdf, create an output file named fw9_filled.pdf and this will generate a copy without modifying the original PDF. The first step is to load the form and iterate through the form fields. You can download the latest W-9 form here: I chose a publicly available form called a "W-9" that is used to report earnings to the IRS. A common business scenario involves processing a PDF form by pre-populating certain fields.įor example, an insurance company may wish to generate claim forms that are pre-filled with customer data, making them easier to fill out. Most PDF documents and technology support form fields, depending on the technology provider at hand. It took me just five minutes to build the new app and modify the existing PDF. Toolkit defaults to 72 pixels per inch, so I set up a variable to represent an inch:įigure 2: PDF metadata generated from ActivePDF Toolkit for developers in low code environments. I added a reference to APToolkitNET.dll that was located under the DotNetComponent folder in the installation directory. In Visual Studio 2017, I created a new Windows desktop console application. The website has plenty of documentation including examples that you can view at: The first scenario I tried was creating a new PDF. This is easily obtained at and a free trial key was emailed to me right away. Toolkit requires a license for activation. The installation is straightforward and walks you through all the necessary steps. The installer is available at the following URL: It provides hundreds of intuitive APIs that cover scenarios from adding attachments to generating barcodes. Toolkit gives developers a fast and easy low-code way to create, convert, modify, view, extract, and automate PDF documents using a simple line of code.
PDF TOOLKIT PORTABLE PORTABLE
Portable Document Format (PDF) is a document format standard that has existed for decades now and is rapidly growing in popularity as a way to securely share data across platforms and devices. NET library for manipulating PDF documents. In this article I review the DocGenius™ Toolkit by ActivePDF, a powerful.
