Aspose.words save as html produce a messy indentation and words are printed backwards

Hello,
We have recently encountered an issue while saving docx files as HTML.
The output file has few issues:

  1. messy, not aligned properly and there are some indent issues.
  2. some words that came out printed backward’s (main title)

Our Aspose.words version is 18.4
both docx file and htm file attached

10321505_2389739.zip (17.5 KB)

Please Help

Best Regards,
Misha

@TopSolutions,

Thanks for your inquiry. We have tested the scenario using latest version of Aspose.Words for .NET 18.4 with following code example and have not found the shared issue. We have attached the output HTML with this post for your kind reference. 18.4.zip (4.0 KB)

Document doc = new Document(MyDir + "10321505_2389739.docx"); 
doc.Save(MyDir + "18.4.html");