How to convert .doc or .docx files to .txt
Posted
by styx777
on Stack Overflow
See other posts from Stack Overflow
or by styx777
Published on 2010-04-25T20:55:29Z
Indexed on
2010/04/25
21:03 UTC
Read the original article
Hit count: 254
I'm wondering how you can convert Word .doc/.docx files to text files through Java. I understand that there's an option where I can do this through Word itself but I would like to be able to do something like this:
java DocConvert somedocfile.doc converted.txt
Thanks.
© Stack Overflow or respective owner