Fill in PDF Form Fields using the Open Source iTextSharp Dynamic Link Library description
This article describes a quick and simple approach to programmatically completing a PDF document through the use of the iTextSharp DLL. The article also discusses how one might go about using the iTextSharp DLL to discover and map the fields available within an existing PDF if the programmer has only the PDF but does not have Adobe Designer or even a list of the names of the fields present in the PDF.
File List:
PdfGenerator_CS.doc
295Kb
PdfGenerator_CS.zip
630Kb
screenShot.jpg
131Kb
Similar code
XML Tutorial
(Popularity: ) : Tutorial on XML and VB.NET. I have made this tutorial so that people can learn to use XML in their applications, there are 2 code tutorials written in VB.NET (1 for reading XML and 1 for writing XML). I have ... Programmatically Complete PDF Form Fields using VB and the iTextSharp DLL
(Popularity: ) : This article describes a quick and simple approach to programmatically completing a PDF document through the use of the iTextSharp DLL. The article also discusses how one might go about using the iTextSharp DLL to discover and map the fields ... DataGridViewPrinter Class
(Popularity: ) : Please refer to the following url for more details on how to use the class: The Class Features: (1) The print style is almost the same as the style of the DataGridView control: (A) the same font style for the ... ASP.NET Force Download
(Popularity: ) : Version 2 of the Force Download script... Now with Gleemex! Subclassing a Form in Microsoft Word
(Popularity: ) : The following class will demonstrate how to SubClass a VB.NET form into MSWord as a toolbar using Windows API calls.