Trying to render pdf pages using ABCpdf within an angularjs application. Since some of my charts are heavy, they take a bit of time to render. ABCpdf tends to generate before my pages have a chance to fully render and result in empty/half rendered pdf pages.
Has anyone dealt with this issue before? We've tried to implement a time delay but that still doesn't solve the issue as we're not fully sure how long the charts would actually need. I also think ABCpdf throws an error if the delay is over 10-15 seconds.
Many thanks