-1

How i can do this?

       <form>
        First name:<br>
       <input type="text"             name="firstname">
          Last name:<br>
       <input type="text"       name="lastname">

After submitting the form i want to make a pdf of that submitted form and store that pdf file in my database.

An_and
  • 11

1 Answers1

0

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

Sujit.Warrier
  • 2,815
  • 2
  • 28
  • 47