Styles are not Imported correctly after HTML to DOCX conversion using .NET

Hi,

I have htm file where an element is applied with heading3 style which is as follows -
span.-paunderscore-Heading3-RMS-paspace-Char { font-family:Arial; font-size:12pt; font-weight:bold; color:#000000 }.
When the htm is converted to word(docx), the word file is missing the font-weight bold character for the section where this class is applied. Below is the attachment of the replicated problem

Heading3-font-weight-overriden-in-docx-conversion.zip (30.0 KB)

The code used to convert the htm to word is as follows -

var doc = new Document(@".\CN_5799.htm");
doc.Save(@".\CN_5799.docx");

Please look into this problem.

Regards,
Shanmukh.

@ServerSide527

We have tested the scenario and have managed to reproduce the same issue at our side. For the sake of correction, we have logged this problem in our issue tracking system as WORDSNET-21435. You will be notified via this forum thread once this issue is resolved.

We apologize for your inconvenience.

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