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.
 
    