Hi,
When converting a DOCX to HTML, I noticed one Word tables with multiple rows was divided into multiple tables (which did not normally happen as Aspose normally converts tables one for each so that it can be converted back later), and produced wrong style colour on some rows.
Code:
var doc = new Document(@".\test.docx");
doc.Save(@".\out.html");
I’ve attached a screenshot and my test files for your reference. Could you please help me check if there’s an issue?
test.zip (20.6 KB)
image.png (98.2 KB)
Thanks,
@ServerSide527,
We have logged the following tickets in our issue tracking system:
WORDSNET-21068: One Table became multiple Tables when converting DOCX to HTML
WORDSNET-21069: Wrong Style Color applied to some Rows when converting DOCX to HTML
We will further look into the details of these problems and will keep you updated on the status of the linked issues. We apologize for your inconvenience.
The issues you have found earlier (filed as WORDSNET-21069) have been fixed in this Aspose.Words for .NET 22.6 update also available on NuGet.
The issues you have found earlier (filed as WORDSNET-21068) have been fixed in this Aspose.Words for .NET 22.6 update also available on NuGet.