Page 1 of 1
create a PDF file from a report and save it to a database
Posted: Wed Jun 19, 2024 1:17 pm
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?
Re: create a PDF file from a report and save it to a database
Posted: Wed Jun 19, 2024 1:33 pm
by Lech Kulikowski
Re: create a PDF file from a report and save it to a database
Posted: Thu Jun 20, 2024 6:47 am
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
Re: create a PDF file from a report and save it to a database
Posted: Thu Jun 20, 2024 8:50 am
by Lech Kulikowski
Hello,
Al available samples you can find here:
https://github.com/stimulsoft/Samples-Reports.Python
Thank you.