Implementing a "View All" or "Print All" for several documents at once

All,

I currently have a .Net page that when loaded will stream a single document to the user. How might I go about doing something similar when the user wants to view several documents at once. Also, how might I send several documents to the user’s default printer all at once too?


Thanks,

Brad

Sorry, but this is beyond Aspose.Word scope. It is more related to building ASP.NET applications in general and interacting with the client browser.

Have no ideas about viewing multiple documents, maybe you need to use frames somehow or create some custom ASP.NET control.

Regarding printing, it is not normally possible to print something on the client’s computer directly because it would be a security issue. I’ve heard there is a control that allows precise control over printing on the client side, ask google.

Sorry cannot provide better help on this.