Page 1 of 1

Converting from xhtml to docx

PostPosted: Thu May 16, 2019 11:56 pm
by raki
I have converted xhtml to docx with the below code,
wordMLPackage.getMainDocumentPart().addAltChunk(AltChunkType.Xhtml, filestring.getBytes());
The conversion have been done. But my mathml have not converted to OOML. Please help me out where i have done wrong.
Here by i have attached Output docx file which contains mathml as normal text.

Re: Converting from xhtml to docx

PostPosted: Sat Aug 13, 2022 10:28 pm
by Milqn
Hello Raki,

you probably won't see this message, but never the less I ask, did you maybe manage to create proper export?

Best