I am trying to export multiple charts to a pdf file, with each of the charts to be displayed on a different pdf page.
Code here: JSFiddle
Code here:
You ca
In the Highcharts you can setup your own exporitng server and export multiple charts to single PDF. See manual for that here
Using phantomJS you can break SVG to pages, like in related topic: How to handle PDF pagination in PhantomJS