The problem is that Bubble is not rendering certain pages fast enough, so I end up with blank elements every so often. The pages most affected are the ones with the most elements (100+).
Hi @Jici. This stuff is new to me. I looked through the site you posted but couldn’t see a way to add a delay. Could you point me in the right direction?
It would increase your cost way too much… did you try scheduling the workflow after the page has loaded completely? Maybe doing that and adding some seconds to current time in the workflow is a option.
@3brotherssupply The workflow is printing other pages (not the page that the user is on…which is fully loaded). Not sure how to do this from the bubble side. It would seem that this would need to be done in the API parameters.
No. This is the engine used to create the PDF. In your other link, you have different options like chromium,wkhtml… they are just different script that create PDF from html
I’m using the api as well… if you use the chrome option, you are creating the pdf without rendering it first… meaning it can be done serverside or client side… wkhtml creates the pdf client side based on what you render on the screen… this may cause issues though if the screen size isnt the same size as the pdf page. My reason for using api2pdf aside from price was to produce pdf’s without rendering it first