Aspose.Words: Problem with inserting html tables

Hi!
I’m not able to display table-borders correctly in Word when I’m inserting html (tables) using Aspose.Words.
Is there a workaround to solve this?
See attachments for html and final result in Word.
Source:

DocumentBuilder documentBuilder = new DocumentBuilder(document);
documentBuilder.MoveToBookmark("myBookmark", false, true);
var html = File.ReadAllText(insertFileName);
documentBuilder.InsertHtml(html);
document.Save(wordFileName);

Hi

Thanks for your request. I managed to reproduce the problem on my side. Your request has been linked to the appropriate issue. You will be notified as soon as it is resolved.
Best regards.

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

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