cancel
Showing results for 
Search instead for 
Did you mean: 

Function Module for converting Word doc file into xml file

0 Kudos

hi experts,

I need a function module to convert the ms word file  into XML file .

In my development  uploading one MS word file and  4 input field when SAVE button is clicked we want to combine the word document file and 4 input field and generate one word doc file.

regards,

Ragupathi.

Accepted Solutions (0)

Answers (1)

Answers (1)

Qualiture
Active Contributor
0 Kudos

You could use Apache's POI API to read MS Word documents and output to XML format

See http://poi.apache.org/