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)