Requirement: I need to fill in a PDF form using data captured in my application

I have a standard PDF form that contains a number of fillable fields (text boxes, checkboxes etc) which I would like to populate using data captured in my application. I would then like to save the data back to file as a new PDF document so that I can print, email or fax it to the recipient.


Solutions:

Submit a new solution to this problem >
Filling in a PDF Form using PDFKit.Net from Tall Components
PDFKit.Net allows you to access and edit all aspects of a PDF document. Here we demonstrate how to access the fields that are contained in the PDF form and add values to those fields before saving the file as a new document.
(C#.Net, VB.Net\.Net 2.0 Winforms)