I want to read text from doc file and write it into text file. How can I do it? Any suggestion will be highly appreciated.
Thanks Mohit Singhal
I want to read text from doc file and write it into text file. How can I do it? Any suggestion will be highly appreciated.
Thanks Mohit Singhal
Use Apache POI to handle Microsoft Office Documents. Apache POI will give you access to the text which you can then write to a simple text file using a FileOutputStream (tutorial here).