I just started using SelectPDF, it seems fine with the new Responsive however it’s loading really slow. It’s being unreliable for me because I’m generating PDFs that could be 40 pages long. It seems like their webpage renderer doesn’t really “wait” for all data so I’m getting PDFs with missing text.
I’m currently experimenting with CloudConvert’s API to convert a page to PDF. I really liked they have an option to wait for their browser’s network traffic to hit 0 for a period of time before rendering the page. Plus their max time per job is 5 hours.
I’m just experimenting for now with it but right now I’m figuring out how to authorize their browser to view the page, since my data types are private. I need a way for the user to be logged in on their browser I guess?
I am dying for a “flawless” PDF solution from Bubble that is server-side rendered