I am developing a file manager WEB application based on Azure Blob Storage, ASP.NET and C#.
I need to get a thumbnail of a PDF file to display it as an icon of the file.
How to achieve this goal in a proper way? Do I need to download PDF file first and than generate a thumbnail on WEB server or there is way to get it done using Azure Blob Storage API or SDK?