Page 1 of 1

Generate report without loading webviewer?

Posted: Wed Feb 03, 2021 5:00 pm
by semaphore
Is there a way to generate a pdf from a report file and directly export it to PDF without having to load the web view control to export. My goal is to execute the report and get the stream data in pdf format to save to disk.

Re: Generate report without loading webviewer?

Posted: Thu Feb 04, 2021 7:59 am
by Lech Kulikowski
Hello,

Yes, it is possible. Please check the following sample:
https://github.com/stimulsoft/Samples-J ... 20PDF-file

Thank you.