I have a docx file that contains mathematical formulas created by mattype. Is there a way to read its contents using java, poi? Or convert all of those formulas created by mathtype to images?
MathType equation in word is composed of wmf and ole bin. You can get the wmf and convert it to raster format, png\jpg , etc.