Page 1 of 1

Combine multiple exports into a zip file with separated PDF files inside

Posted: Wed Dec 30, 2020 7:18 am
by deansh
Application scenario: multiple separated certificates(using stimulsoft ResponseAsPdf to download as pdf files) in the same order.

When the amount is small (<10), it's ok to click and download one by one;

When the amount is large (>50), is it possible to combine all the certificates/reports into one zip file (with separated PDF files inside, NOT into a single PDF)??

Re: Combine multiple exports into a zip file with separated PDF files inside

Posted: Wed Dec 30, 2020 10:02 am
by HighAley
Hello.

There is no builtin methods for this.
But you could export the reports with your code and add the files to zip.

Thank you.