I'm currently working with Highcharts, a javascript library that generates graphics. It has an export component, but only exports the graphic itself, I still need to assemble the PDF layout.
For export it goes to the highcharts.com server which is not the most appropriate either because the application may need to run offline.
Does anyone have experience with exporting SVG with HTML? Do you have any component tips to help with this work, preferably running offline?
I did not find it necessary to post code in this post, but it would help any example code or some external reference.