Does aspose handle latex equation for docx?

Hi ,
I am converting a docx document into html .
But i am getting some characters in place of latex equation.

Does aspose handle latex equation for docx ?

Please do the needful help to solve this .

Regards,
Anbu Chezhian.S

Hi

Thanks for your inquiry. Equation in your document is MathML equation. Unfortunately, Aspose.Words does not support MathML. I linked your request to the appropriate issue. You will be notified as soon as this feature is supported.
Best regards.

The issues you have found earlier (filed as 10072) have been fixed in this update.

This message was posted using Notification2Forum from Downloads module by aspose.notifier.
(6)

Is there any updates of this feature in java ? Or is there any other workaround to get latex expression alone or to get latex expression as image .

Thanks in advance .

Hi
Thanks for your request. The issue mentioned in this thread, i.e. preserving MathML equations upon processing documents, is resolved in both .NET and Java versions of Aspose.Words.
Please let me know if you need more information.
Best regards,

Please suggest some example . Is it possible to fetch latex expression alone ?

Hi
Thanks for your request. If you would like to extract the equation as an image, then unfortunately, there is no way to achieve this. Currently equations are represented in the model as OfficeMath nodes:
https://reference.aspose.com/words/java/com.aspose.words/OfficeMath
Best regards,

Is it possible to preserve Latex equation, If so how ? Whats use of OfficeMath api ? Using this Api i can able to extract text alone .

Hi
Thanks for your request. It is not quite clear what you mean. Office Math is preserved upon processing documents(DOCX) using Aspose.Words. Office Math will be lost if you convert your document to other formats, because they do not support Office Math and since Aspose.Words does not support rendering Office Math to image, currently it is impossible to preserve Office Math in formats that do not support this feature directly.
Best regards,

Hi Anbu,

Regarding your original issue, OfficeMath equations are now supported when converting to other formats e.g DOC, DOCX, HTML etc in the latest version of Aspose.Words.

Thanks,