I’m getting a FileCorruptedException for the attached document with the following code:
Aspose.Words.Document doc = new Aspose.Words.Document(docStream, “”, LoadFormat.Html, “”);
The attached document has been stripped down to the simplest case that reproduces the problem, which is that the rowspan attribute is set to exceed the number of rows that can be spanned. When the rowspan attribute is reduced (to 2 in this case) then the document loads without an error.
This error is reproducible with Aspose.Words for .NET version 4.4.1.0. Can I get a fix for this issue?