How is print in already stored PDF file?

Stimulsoft Reports.NET discussion
Post Reply
MARIMUTHU K
Posts: 101
Joined: Wed Jul 26, 2006 8:03 am
Location: CHENNAI-TN, INDIA

How is print in already stored PDF file?

Post 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.
Marimuthu K
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

How is print in already stored PDF file?

Post 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.


Post Reply