this question has answer here:
- how convert html pdf using itextsharp 3 answers
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
Post a Comment