Can somebody help me with google chart images to load?
An example:
[url]https://chart.googleapis.com/chart?cht=p3&chd=t:60,40&chs=250x100&chl=Hello|World[/url]
[img]https://chart.googleapis.com/chart?cht=p3&chd=t:60,40&chs=250x100&chl=Hello|World[/img]
They do not work when embedded within html and the html is called to make the pdf. The pdf fails, and says the Image was impossible to get.
Whereas, if I just try and call the image using tcpdf manually with $pdf->Image('url...','other parameters'...) it works fine. So there seems to be something that is not quite working in html2pdf. Also a side note, even tried using the latest tcpdf with this version of html2pdf, and that had even more problems. Mainly that it was messing up bolded text, either not displaying it, or displaying it as italics.
Any help is appreciated. I love this program and this has been my only hiccup so far!
Thanks