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?
Generating and Storing PDF Reports in a Database with Python
-
- Posts: 7331
- Joined: Tue Mar 20, 2018 5:34 am
Re: Generating and Storing PDF Reports in a Database with Python
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.
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.