Many picture files to PDF (backend workflow)

I have db records that hold usually from 1 - 5 pictures, usually A4 format.

I am looking for a plugin or a logic (already using selectPDF but maybe there is a better way) that will take those picture and return me a single PDF.

I need something that works for backend workflow so no frontend plugins. I currently use select PDF, but it’s drawback is generating pdf onfly from pages (which are being buffered) and I cannot guarantee that I can set a proper value that will be enough to buffer ex. 5 scans.

Anybody has something to recommend?

Also : I am looking for a PDF generator for longer to load repeating groups, as I have one long Invoice I cannot render in bubble. (must work on backend workflows)

Try https://craftmypdf.com/

Will do. Thanks

I use restpack.io API (HTML to PDF). You create a Bubble page just for the API where you load the images in an RG. You can set a delay to allow all the pics to load and it can convert that URL to a PDF that is returned to Bubble for you to do with as you please. The quality is also better than any plugins I’ve worked with.