Is there any free library available for .NET that lets you read Microsoft Word documents in ASP.NET. As the interop assemblies aren't really meant for s开发者_StackOverflow中文版erver usage, we are looking for a free solution that lets us read the contents of a doc file from an asp.net application
Edit: should have specified, both .doc and .docx
If you can limit it to the Office 2007 & 2010 .docx format, you can use the Microsoft Open XML SDK.
精彩评论