Generating and Storing PDF Reports in a Database with Python

Stimulsoft Reports.PYTHON discussion
Post Reply
Bege1987
Posts: 1
Joined: Fri Jun 06, 2025 2:50 am

Generating and Storing PDF Reports in a Database with Python

Post 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?
Lech Kulikowski
Posts: 7331
Joined: Tue Mar 20, 2018 5:34 am

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

Post 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.
Post Reply