Home
Name Modified Size InfoDownloads / Week
Code7248.word_reader.dll 2012-09-26 217.6 kB
readme.txt 2012-09-26 395 Bytes
Totals: 2 Items   218.0 kB 10
                        HOW TO USE
                        ==========
Add a reference to the dll "Code7248.word_reader.dll", and also add a using Statement as "using Code7248.word_reader;"

To extract text, use:

TextExtractor extractor = new TextExtractor(PathToWordDocument); 
string text = extractor.ExtractText(); //The string 'text' is now loaded with the text from the Word Document
Source: readme.txt, updated 2012-09-26