Border missing in image when loaded from html

Hi,


I am creating a document from html that contains an image with border. When I save the image back to html the border is missing. See the code I used below

MemoryStream stream = new MemoryStream();
StreamWriter writer = new StreamWriter(stream);

string html="

";

writer.Write(html);
writer.Flush();
stream.Position = 0;
Aspose.Words.Document doc = new Aspose.Words.Document(stream);
doc.Save(@“d:\T.htm”, Aspose.Words.SaveFormat.Html);

The output image element is like this


Please help.

Thanks.

Hi Giji Nediyapalakkal,

Thanks for your query. I have managed to reproduce the same issue at my side. I have logged this issue as WORDSNET-6565 in our issue tracking system. You will be notified via this forum thread once this issue is resolved.

We apologize for your inconvenience.

The issues you have found earlier (filed as WORDSNET-6565) have been fixed in this .NET update and this Java update.


This message was posted using Notification2Forum from Downloads module by aspose.notifier.