0

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.

Clay
  • 4,700
  • 3
  • 33
  • 49
lmarcelocc
  • 1,301
  • 11
  • 21
  • 1
    Possible duplicate of [Create graphs with PHP and export to PDF](http://stackoverflow.com/questions/5581738/create-graphs-with-php-and-export-to-pdf) – user1669496 Oct 21 '16 at 14:28

1 Answers1

0

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.

user3100235
  • 127
  • 3