Hi,
I'm unable to read special symbols from a word file (.docx) using docx4j.
Text: vitamin D3, PPARγ, HNF-4α, glucocorticoid.
output: vitamin D 3 , PPAR ? , HNF-4 , glucocorticoid. (not getting the special symbols)
Also i used : XmlUtils.marshaltoString(jaxbNode, true, true)
but didn't get.
i'm unable to figure out what to do.
I have attached source content file.
any solution.....?
Thanks.