I am currently working on creating a PDF file from a simple html page containing several diagrams that are generated in Javascript using Highcharts.
We have currently installed ABCPdf, which generates PDF, however it does not display any of the diagrams. After some Googling, I found that adding:
theDoc.htmlOptions.UseScript = True
It should work, but it is not. I would appreciate any ideas.
Thank,
Dave
source
share