Hi,
Hi
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
Thanks for your inquiry. I think, you can temporary save your images into a local folder and replace “inaccessible” urls of images with path to the stored images. For example if you have the following HTML and image is inaccessible, but you can can get image bytes of this image.
<img src="http://www.thisisinaccessiblesite.com/myimage.jpg" />
You can save your image in the temporary folder, let it be “C:\Temp” and replace image url with local path as shown below:
<img src='file:///c:/temp/myimage.jpeg' />
Hope this helps.
Best regards.
Does Aspose recognize the data URI scheme? ( http://en.wikipedia.org/wiki/Data_URI_scheme )
<img src=“data:image/png;base64,
iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABGdBTUEAALGP
C/xhBQAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9YGARc5KB0XV+IA
AAAddEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIFRoZSBHSU1Q72QlbgAAAF1J
REFUGNO9zL0NglAAxPEfdLTs4BZM4DIO4C7OwQg2JoQ9LE1exdlYvBBeZ7jq
ch9//q1uH4TLzw4d6+ErXMMcXuHWxId3KOETnnXXV6MJpcq2MLaI97CER3N0
vr4MkhoXe0rZigAAAABJRU5ErkJggg==” alt=“Red dot” />
This would be a cool way to do it 
Hi
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
Thanks for your inquiry. Unfortunately, currently Aspose.Words does not support base64 data in HTML. Your request has been linked to the appropriate issue. We will consider supporting this feature in one of future versions.
So the only way to work the problem around, I can suggest you at the moment, is saving your images into temporary folder.
Best regards.
The issues you have found earlier (filed as 9180) have been fixed in this update. <?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />