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!
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.