I have a PDF document which wasn’t created using Adobe LifeCycle Designer. What I am looking to do is pre-fill out the common fields in the document.
I have looked into this many of the options available to me from using iTextSharp and PDFSharp but unsure of how to use it correctly.
I recently came across this article: FillPDF which has a good documentation but didn’t match with what I was creating.
I also was reading about iTextSharp which can be imported in VS and used but I am not sure where to start. I saw a lot of tutorials but none of them describe how to start.
Please help…
I recently worked on a huge project with itextsharp
http://www.mikesdotnetting.com/Article/88/iTextSharp-Drawing-shapes-and-Graphics
http://www.mikesdotnetting.com/Article/81/iTextSharp-Working-with-Fonts
here are some things to get you started
but as far as reading from a pdf and then outputting back
you will need some regex to help you with that.
here is one of the sample code i have ( this creates a header or footer on every new page event )
this is part of my code that starts a pdf
and this is my output code ( as a download pdf directly created from server *notsaved on server )