Reputation: 14142
I am using Highcharts to generate nice-looking charts. I am trying get these charts embedded into a PDF, so I would need the process to generate the chart into an image done server side.
What is the simplest method ideally without any need for the command line?
Upvotes: 5
Views: 12294
Reputation: 460
You can use JpGraph to generate graphs with PHP and save as an image:
Upvotes: 6
Reputation: 1
You can generate PDFs or any other office format (PDF, ODT...) including charts of any king with Docxpresso API. The API allow you to generate the document and the chart in one shot. You don´t need to generate the chart and then integrate it in the document. The API is free to use for non comercial use and you can install it in any server using PHP. http://docxpresso.com/files/html52pdf.zip
Upvotes: 0