Idea Summary
We need an option to convert a region into a PDF with the form format and store it in the database.
Use Case
I use a query to display in a form that has my custom format. We need to save the whole/part form with the custom format into a PDF and should be able to store it in the database in a blob column.
Preferred Solution (Optional)
A function to return blob, which has the pdf file that can be stored in the database in a blob column.