Vikas Kottari
Vikas Kottari

Reputation: 495

How to export multiple charts in HighCharts to one file (png, jpeg, pdf)

I have a requirement where in I am supposed to export multiple highcharts into one file (png, jpeg, pdf). The image below shows my 2 piecharts. (there could be multiple charts). enter image description here I would like to have a button, which gives me output exactly like above image in png, jpeg and pdf.

FYI, I have gone through below references but doesn't seem to work.

  1. http://www.highcharts.com/docs/getting-started/frequently-asked-questions#export-multiple
  2. http://jsfiddle.net/highcharts/gd7bB/

Thanks in advance.

Upvotes: 2

Views: 5079

Answers (1)

Kevin Brown
Kevin Brown

Reputation: 8857

This page uses our external server to format Highcharts to PDF.

See http://www.cloudformatter.com/CSS2Pdf.SVGCharts.HighCharts and select "Download" ... "As PDF".

There is also image formats. Documentation to setup is here:

http://www.cloudformatter.com/CSS2Pdf.APIDoc.Usage

Note: I am one of the contributors to this software.

Upvotes: 1

Related Questions