开发者

ASP.NET Word Document without Office Automation

开发者 https://www.devze.com 2023-02-06 16:48 出处:网络
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 l

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消