Using Google Charts API Generated Graphic in FPDF
问题 Well, the question is really in the title. Since the Graphics are created with Javascript, and the PDF is generated on the server side, I was wondering if there was any way (may be a hackish, not-so-beautiful way if necessary) to include these graphics into a pdf generated using FPDF. Example of a chart I'd like to include: https://jsfiddle.net/srm8gzqg/3/ chart.draw(data, options); Edit: Im almost despairing, since I haven't found one php alternative in which I can create a graph like in the