I have a process (PB 12.5.2) which generates a PDF of tax forms and saves them to the database for viewing later.
The process is slow so I am looking for a method for generating the PDF entirely in-memory. I would then use UPDATEBLOB to save it in the database.
Any ideas?