Hello, a small and simple MS Word doc that I am trying to convert to HTML, it contains a TextBox on the Right. When converting to HTML, the TextBox moves to the Left. I tried the latest version of Aspose Words 23.5.
Any idea?
(I am attaching the sample file as well)
MSWord.docx (23.6 KB)
@dilaridis Please note that the current result you are seeing is expected behavior, as it is consistent with the result obtained when performing the same operation in MS Word application.
If you require a more accurate representation of the document layout, I recommend using the HtmlFixedSaveOptions
class to save the file. This class provides better preservation of the document layout when converting to HTML format. You can find more information about the HtmlFixedSaveOptions
class in the Aspose.Words API documentation.
If you have any further questions or concerns, please let me know.