create a PDF file from a report and save it to a database

Stimulsoft Reports.PYTHON discussion
Post Reply
elzhenmabedi
Posts: 3
Joined: Mon Jun 05, 2023 10:43 am

create a PDF file from a report and save it to a database

Post by elzhenmabedi »

Hello there, I am using Python to generate reports, and I want to create a PDF file from a report and save it to a database without downloading it. How can I do that?
Lech Kulikowski
Posts: 6648
Joined: Tue Mar 20, 2018 5:34 am

Re: create a PDF file from a report and save it to a database

Post by Lech Kulikowski »

Hello,

Please check the following sample:
https://github.com/stimulsoft/Samples-R ... er_Side.py

Thank you.
elzhenmabedi
Posts: 3
Joined: Mon Jun 05, 2023 10:43 am

Re: create a PDF file from a report and save it to a database

Post by elzhenmabedi »

Thank you. In my scenario, I want to bind a data source, then create a PDF and save it to the database. Could you provide me with a sample
Lech Kulikowski
Posts: 6648
Joined: Tue Mar 20, 2018 5:34 am

Re: create a PDF file from a report and save it to a database

Post by Lech Kulikowski »

Hello,

Al available samples you can find here:
https://github.com/stimulsoft/Samples-Reports.Python

Thank you.
Post Reply