Reading text of a Word doc or rtf file

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

What I need to do is read each line from a doc/rtf file. I tried using a
stream reader with the file but I get a lot of formatting/headers or whatever
else is in the doc along with the actual text.

Is there a way for me to just retrieve the lines of text? Is it possible to
do without creating an instance of a Word application?

Thanks,
-Flack
 
Back
Top