Hello,
I'm trying to achieve DOCX to PDF or XHTML transformation with Math equations.
I saw that Docx4j does not support OMML. I also tried to search the forum, I was able to find some quite old threads that are not really helping me.
So I am trying to pre-process the DOCX before sending it to DOCX4J.
I used Apache POI to iterate over the paragraphs and I was able to transform equations into MathML ...