Filling in a PDF Document in .Net

Soldato
Joined
18 Oct 2002
Posts
4,925
Location
Yorkshire
I've got a sort of PDF tempate which has got some areas in it such as 'Name', 'address' etc.

I've also got a .Net page which the user can fiull this info in and submit the details.

Now what i'm wanting to do is take the submitted data and add it to the bits on to a copy of the PDF template and email the created PDF document to someone.

Anyone doe something like this in .Net and know of some free classes etc knocking about that'll let me do this ?

Cheers
 
iTextSharp is a c# port of the Java iText PDF library. I've used it for manipulating PDFs in the past, but I'm not certain if it handles forms or not.

It's easy to use so it's worth a go.
 
Back
Top Bottom