tags:

views:

143

answers:

4

Hi All, I want to convert HTML with Google Charts reports to PDF,I used fpdf and other classes but I didnt get success. please help me .

+3  A: 

You can try using HTML 2 PDF available from sourceforge here

codaddict
That will hardly be able to deal with Google Charts report, will it?
Pekka
@Pekka, I've not tried it but Google Charts gives us .png images, I guess it should be able to handle that.
codaddict
A: 

I find this one to be excellent.

Sarfraz
A: 

You could also try dompdf

MaxiWheat