tags:

views:

533

answers:

3

i have a w-2 form and other pdf documents and using adobe acrobat pro i have created fields with field names using the adobe application. how do i populate those fields? i have done this a few years ago where the php would generate the fdf file then load the pdf file and populate it but i completly forgot how i did it. any help would be great. thanks

A: 

The following links might help you get started. You only need to supply the data from a database rather than HTML forms:

ars
A: 

Does anyone know of a similar approach using ASP.net?

Noah
A: 

Google found me this:

http://www.codeproject.com/KB/cs/FillFormFieldsOfPDFs.aspx

PDF (W-4) filled in with above tool alt text

Does it fit your needs? (C#)

scunliffe