Sending multiple files to client browser

Hi All,

I’m using the .Save() method to send document to client browser and working fine.

Now, I have a scenario, where to generate more than one document at a time and save them to client browser. i.e based on selected documents it should generate and send to the client browser.

Is there any option, to generate and save them to client browser.

Thanks in advance

Hi there,

Thanks for your inquiry. Aspose.Words does not offer any APIs to send multiple documents to client browser. In your case, you need to zip the output documents and send them to client browser. Please check following web links. Hope these helps you.

How to: Compress and Extract Files

Downloading multiple files in ASP.NET