Programmatically Complete PDF Form Fields using VB and the iTextSharp DLL 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_VB.doc
618Kb
PdfGenerator_VB.zip
274Kb
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 ... DataGridViewPrinter Class
(Popularity: ) : Please refer to the following url for more details on how to use the class: The Class Features: (1) The ... 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.