Exporting a DIV that contains Tables and Highchart Graphs to PDF

1.2k views Asked by At

I'm trying to find a tool that will allow me to export a Div section of an html page to a PDF file, and the div contains both html tables and highchart graphs. I've not had any luck exporting both tables AND graphs. Below is a screenshot of what my page looks like, as you can see there are tables and graphs on the same row. I've tried using iTextSharp but it keeps omitting the graphs for some reason. Is there a free tool out there (preferably in c# or javascript) that I can use to accomplish this?

...since I don't have a high enough reputation to post images, the layout of the html, roughly, is two "columns" of data, with the layout looking like:

div table highchart highchart highchart table highchart highchart table table table /div

0

There are 0 answers