Page 1 of 1

MSWord document to XML by using java

PostPosted: Fri Oct 13, 2017 2:21 pm
by Casion
I want to convert MSWord document to XML. I want to follow the same steps as I am following currently from the frontend on ms-word docs with my java code also.
1. Open the MsWord docs.
2. Click on the saveas option.
3. select .xml as its save type.
4. save it.

By doin so whole data will be converted into the different nodes and tags.

This I want to follow with my java code. Is there is any API by which I can convert my ms-Word Doc to xml or any other way by which I can convert the ms-word document to xml.

Please help me if anybody having answer of it.

Re: MSWord document to XML by using java

PostPosted: Fri Oct 13, 2017 5:32 pm
by jason