4
Answers

How to read MS Word file in C#?

I want to read a MS Word file using C#. but when i use StreamReader for this pupose its shows some acsii characters but not the real text in the file. How can I read the actual text in MS Word Fiie?

Answers (4)