How to load MS Word document in C# (.NET)?
Posted
by Skuta
on Stack Overflow
See other posts from Stack Overflow
or by Skuta
Published on 2008-10-18T21:55:30Z
Indexed on
2010/04/21
11:03 UTC
Read the original article
Hit count: 212
Hi,
How do I load MS Word document (.doc and .docx) to memory (variable) without doing this?:
wordApp.Documents.Open
I don't want to open MS Word, I just want that text inside.
You gave me answer for DOCX, but what about DOC? I want free and high performance solution - not to open 12.000 instances of Word to process all of them. :( Aspose is commercial product, and 900$ is a way too much for what I do.
© Stack Overflow or respective owner