RTF to HTML issue with tables

Hi there,
I’m having an issue with a table not displaying correctly when converting rtf to html.
Attached in the zip is the example of what the table should look like (correct_view.docx), along with the rtf (cern_1145.rtf) thats being tested and the current format with the table not showing correctly (cern_1145.rft.html).
I’m using Aspose 16.4.0
Here’s the basic code I’m running:

Document doc = new Document(new ByteArrayInputStream(rtf.getBytes(“UTF-8”)));
doc.save(rtfFileName + “.html”, SaveFormat.HTML);

Let me know if you have any ideas.
Thanks!

Hi there,

Thanks for your inquiry. We have tested the scenario and have noticed that the cell's contents are lost in output Html. For the sake of correction, we have logged this problem in our issue tracking system as WORDSNET-13750. You will be notified via this forum thread once this issue is resolved.

We apologize for your inconvenience.

@dantor,

The issues you have found earlier (filed as WORDSNET-13750) have been fixed in this Aspose.Words for .NET 17.9 update and this Aspose.Words for Java 17.9 update.