Reputation: 11
I am using highcharts library to render charts to be converted to pdf using pdf reactor.
As long as simple charts are used, the time taken by pdf reactor is within few seconds.
When more complex charts are used, the J's processing time is significant up to 40 seconds.
Are there ways to reduce the overall Js processing time?
In my setup, I am using pdf reactor library jar v11.3 and loading the Js files using the pdf reactor configuration object. The HTML file will execute the scripts to render the charts on document load.
Upvotes: 1
Views: 108