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?
-
- Posts: 101
- Joined: Wed Jul 26, 2006 8:03 am
- Location: CHENNAI-TN, INDIA
How is print in already stored PDF file?
Marimuthu K
How is print in already stored PDF file?
Sorry you can't export many reports into one pdf file. You can use following method: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?
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.