c# - Fill in PDF with fields -


i have few pdfs various customers/vendors. goal building web app potential customer fills out single form of data , can generate of pdf's print , sign.

the pdf's have fields in them in adobe reader can click , type in data. however, sensitive financial data, , pdf won't let save desktop. there warning in adobe reader when open pdf , prevents saving completed form. don't care feature. users can save if want take risk if becomes opened when generate completed pdf myself.

the problem need generate these pdfs data injected them without altering style. want avoid manually building them, if have to. how can generate exact pdf format gave me data filled in?

you have @ itextsharp , pdfstamper class - allows load existing pdf, 'stamp' data fields , flatten out pdf can sent user:

http://sourceforge.net/projects/itextsharp/

note itextsharp paid for commerical products - there may other open sources librarires can this.


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -