save php form to to pdf

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pradeepjain
    Contributor
    • Jul 2007
    • 563

    save php form to to pdf

    hello,
    I am using php forms ..i have 2 things tht is when a user fills form he is given a preview button where he previews wht he has filled up till here everything is working fine.

    In Preview page i need to give a save button so as to save the php form to a pdf or some format from where he can print it later ..how to do this

    Thanks,
    Pradeep
  • hsriat
    Recognized Expert Top Contributor
    • Jan 2008
    • 1653

    #2
    Originally posted by pradeepjain
    hello,
    I am using php forms ..i have 2 things tht is when a user fills form he is given a preview button where he previews wht he has filled up till here everything is working fine.

    In Preview page i need to give a save button so as to save the php form to a pdf or some format from where he can print it later ..how to do this

    Thanks,
    Pradeep
    Use FPDF to create pdf.

    Comment

    Working...