views:

37

answers:

2

hey all

i have a php page, where is contains the full webpage on how i want things to go, now is it possible that with a php page that contains mysql and ajax to work with html2pdf script to convert the page into PDF if not what do you recommend

+1  A: 

html2pdf is fine if your HTML is not very complicated. I have used it in many apps and it works like a charm.

shamittomar
its a bit complicated, there are many tables, and also there is mysql inquiries
Mahmoud
+1  A: 

You can also check out mpdf, html2df is good, and I've used it, but this one is great and works in many complicated environments. FPDF is also a nice choice. You have many of them!

best of luck!

David Conde