Hi,
I have had much success re-developing a Word Automation application to use Aspose.Words. The final piece is to save the resulting file as HTML. The HTML that Word saves looks fine when opened in a web browser, but when I do the same thing from Aspose.Words, the images (that hyperlink elsewhere) have blue boxes around them. I read up and discovered that the issue is caused by the "border=0" setting on the image. Word adds this, but Aspose.Words does not. Is there a way to fix this in Aspose.Words?
Thanks