Hi!
We’ve found an issue when saving docx document to HTML when using Aspose.Words.
Please, take a look at the followinf screenshot: screenshot.png (59.7 KB)
On the left side you can see the html result of saving word to html by Word itself. On the right side, there is a result of using Aspose when generating HTML.
You can clearly see that generated text has wrong orientation.
I’m attaching sample app that should help you reproduce the issue: TestApp.zip (68.4 KB)
- Extract app, open in Visual Studio and run it.
- Select destination folder and click the button.
- In the destination folder you should have two html files:
a. word.html - result of generating html from docx by using MsWord
b. aspose.html - result of generating html from docx by using Aspose.Words.
There is an original docx file attached to solution.
Please, let me know if you have more questions.
Thanks for you help!