0

I have a web form on my web site that I need to export to a PDF file. What is the best web to approach and do this?

My website is written in PHP. And I would like the exported PDF file to look exactly the same as how it looks on my website.

The CSS that I used are not anything over-the-top.

The form is about 2 pages in length if you convert it to a physical paper form.

Any suggestions or ideas would be greatly appreciated. Thanks!

user3394830
  • 11
  • 1
  • 3

1 Answers1

0

Fpdf will help you to do what you asked..

http://www.fpdf.org/

Nadun
  • 300
  • 4
  • 15