We're potentially migrating from wkhtmltopdf over to princexml for PDF generation of some reports which include HIghcharts charts throughout them. The highcharts data is loaded asynchronously and a callback fired once all the charts have rendered their content.
I'm looking through the documentation but I can't find a clear-cut description of how to delay princexml generating the PDF until the ajax data has loaded? Is there a simple way to do this?
J
I'm looking through the documentation but I can't find a clear-cut description of how to delay princexml generating the PDF until the ajax data has loaded? Is there a simple way to do this?
J