Hi Guys, Is there a way to convert the Word Document to OOXML using Apache POI and save this XML?
Basically I have to convert the Document to OOXML and then extract the important data points and images from it. Data in the Document is wrapped around Content Controls. I dont want to loop through it and have been asked to use XSLT to extract data points. Therefore I am looking for a way to save Word to XML with all information in it like WordML, images and all relation xml data, basically a full XML. Please suggest the pointer or any java code, test case would be really helpful. Thanks in advance! Regards, Sarfaraz
