I need a way to convert .doc or .docx extensions to .txt without installing anything. I also don\'t want to have to manually open Wor
.doc
.docx
.txt
.doc's that use the WordprocessingML and .docx's XML format can have their XML parsed to retrieve the actual text of the document. You'll have to read their specifications to figure out which tags contain readable text.