Thanks Nick for your prompt reply. But how I can do it in Java code, I mean convert .docx to XML? I know If I renamed .docx to .zip I can see everything XMLs, images, styles etc.
But suppose if I am getting .docx in my java class and then I want to convert it into XML, how that can be achieved? Thanks, Sarfaraz On Wed, Jul 29, 2015 at 8:17 PM, Nick Burch <[email protected]> wrote: > On Wed, 29 Jul 2015, Sarfaraz Husain wrote: > >> I am looking a way to convert Word .docx file to XML with all information >> in that XML like wordML, images and other relation xml etc. all in one XML >> file. >> > > .docx files are already XML, it's a zip file with several different xml > files in there (content, styles etc), all in the OOXML-defined structures > and format > > > Nick > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
