| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Code7248.word_reader.dll | 2012-09-26 | 217.6 kB | |
| readme.txt | 2012-09-26 | 395 Bytes | |
| Totals: 2 Items | 218.0 kB | 0 |
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