c# - Convert the form content in html into .pdf format -


this question has answer here:

how can this?

       <form>         first name:<br>        <input type="text"             name="firstname">           last name:<br>        <input type="text"       name="lastname"> 

after submitting form want make pdf of submitted form , store pdf file in database.

use itext sharp use tutorial here http://www.mikesdotnetting.com/article/80/create-pdfs-in-asp-net-getting-started-with-itextsharp itextsharp source http://sourceforge.net/projects/itextsharp/


Comments