This is an archived forum post. The information may be outdated. Contact us if you have any questions.

PDF Printing with Multiple DB Calls

vishp wrote on 2014-07-27:
Hello,

my PHP page has multiple DB call to load data into the page, which takes sometime to load when DB is slow, I am getting the PDF generated only with the 1st DB call data
Is there someway to add some delay to the PDF generation

Thanks in Advance

Vish
support wrote on 2014-07-28:
Hello Vish,

There is no option to add a delay. If possible, try to load all your data before the onload event is fired.