Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
1
Answer
read content from word document in c# with out use word dll.
Krupit Patel
9y
471
1
Reply
hiii
i want to get content from Microsoft word file
with out
Microsoft.Office.Interop
dll uses.
I also use this code but its only read text from .xml file and .txt file not in .doc file
----------------------------------------------------
using System.IO;
using(StreamReader streamReader = new StreamReader(filePath))
{
string text = streamReader.ReadToEnd();
}
Post
Reset
Cancel
Answers (
1
)
Next Recommended Forum
MVC CRUD Operations.
MS Visual studio gets restarted while creation of table.