Descrption :
While converting word document to html file using aspose words, It extracts images from word document and store it in current folder and pass reference to html "src" tag , so that images can be displayed in converted html document.Problem :
When I uploaded the converted html file to Microsoft Azure cloud (i.e blob) It doesn't show the images,
the reason is for images to be displayed in html file microsoft restrict to upload the embedded images to blob first and then pass the url of each images to "src" tag of html file.
How Aspose words can resolve this issues ??
I am using Asp.Net MVC 4 as a development framework.