Extract MathML Equation from MS Word document and convert to XML file

2k views Asked by At

I have a MS word docx file, I have inserted certain MathML equations inside the doc using MathType library. Now, I want to write a program which can extract these equations(eg. <math>....</math>) from doc and put it into a XML file which further will be used into an html page. I am able to identify the equations using microsoft.office.interop.word.document library, but unable to extract the corresponding equation in MathML format. Kindly help. Thanks in advance.

0

There are 0 answers