Insert HTML with Math Equation Picture in Word DOCX Document using C# .NET

hello experts,

when i use the follow code insert html to word, the word display not consistent with the html, the math symbol disappear.

var doc = new Document();
var builder = new DocumentBuilder(doc);
builder.InsertHtml(“html content”);

the attachment is our html, is copy from others.
instruction.zip (3.3 KB)

the word displayimage.png (18.8 KB)

@TommyZhou,

We tested the scenario and have managed to reproduce the same problem on our end. For the sake of correction, we have logged this problem in our issue tracking system. The ID of this issue is WORDSNET-20392. We will further look into the details of this problem and will keep you updated on the status of correction. We apologize for your inconvenience.

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