I'm having some troubles to solve a problem.
I need to create a PDF file with some graphs, this graphs should not be showed to the user.
Since google charts needs to be rendered, what's the best way to achieve my goal?
Thank you in advance.
I'm having some troubles to solve a problem.
I need to create a PDF file with some graphs, this graphs should not be showed to the user.
Since google charts needs to be rendered, what's the best way to achieve my goal?
Thank you in advance.
If you are generating a PDF for the user to download, or generating PDF reports in the background, there are some PHP charting library that can generate charts as PDF directly, such as ChartDirector.