in reply to Read doc/docx in Linux
perl -M'Text::Extract::Word q(get_all_text)' -e 'print get_all_text(q(document.doc))' | dos2unix | less
if you just want a quick look at it.
update: you might find these nodes helpful re docx:using Perl to generate docx file
|
|---|