Page 1 of 1

How is print in already stored PDF file?

Posted: Thu Mar 13, 2008 11:05 pm
by MARIMUTHU K
Dear Stimul Team,



We are using New patch 3-MAR stimul 2008.

We did render and created more than one PDF , stored particular path.
Antoher button click event print all PDF file .
How is print in directly call PDF file?

It is urgent Help.

Please kindly provide solution.

Thanks in Advance.

How is print in already stored PDF file?

Posted: Fri Mar 14, 2008 12:30 pm
by Vital
KMarimuthu wrote: We are using New patch 3-MAR stimul 2008.

We did render and created more than one PDF , stored particular path.
Antoher button click event print all PDF file .
How is print in directly call PDF file?
Sorry you can't export many reports into one pdf file. You can use following method:

1. Create new temp report;
2. Add all rendered pages (property RenderedPages of StiReport class) to rendered pages of temp report;
3. Export to pdf temp report.

Thank you.