1
votes

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

1

1 Answers

0
votes

Since Blob Storage is a simple object store, in order to print the blobs or do any conversion you would need to download the blobs somewhere - it could be on your local computer or a VM.