Your Computer Science Resource

Archive for August, 2008

Aug
7th

HOW-TO: Extract Text from .DOCX file (Word 2007)

I recently had to figure out a way to extract all of the text from a .DOCX file (Word 2007 document) in Java for a project I’m working on.  Surprisingly, it’s even easier than extracting text from a regular .DOC file.

(more…)