Page 1 of 1

Generating and Storing PDF Reports in a Database with Python

Posted: Wed Jun 11, 2025 3:50 am
by Bege1987
Hello,
I'm using Python to generate reports and would like to create a PDF file directly from a report, then save it to a database—without prompting a download on the client side. What’s the best way to achieve this?

Re: Generating and Storing PDF Reports in a Database with Python

Posted: Wed Jun 11, 2025 8:35 am
by Lech Kulikowski
Hello,

You can render, export report on the server side and then save it as you need
https://github.com/stimulsoft/Samples-R ... er_Side.py

Thank you.