Open a pdf file(using bytes) stored in Azure Blob storage
问题 I am trying to tweak the old logic to support files from blob, Can anyone guide me how to open a pdf file which is stored in azure blob storage. I tried to search and found the answer How to download a file to browser from Azure Blob Storage which is using SAS configuration to do that (if i am not wrong). Is there any way to do by converting to bytes? Earlier logic to open a pdf file from windows location Response.Buffer = true; Response.Clear(); Response.ClearContent(); Response.ClearHeaders