I am developing a ASP.NET MVC4 Application. I am uploading files to Azure Blob Storage. Is there a way to print multiple blob storage files at a time? Suppose i uploaded 25 files to Blob storage. I want to print all 25 files at a time. Either directly send to printer or show in a pdf file for printing. There are Image,xlsx,doc files are there.
Please advise. Thanks