没有办公自动化的 ASP.NET Word 文档
是否有任何适用于 .NET 的免费库可以让您在 ASP.NET 中阅读 Microsoft Word 文档。由于互操作程序集并不是真正用于服务器使用,因此我们正在寻找一种免费的解决方案,让我们可以从 ASP.NET 应用程序读取 doc 文件的内容
编辑:应该指定 .doc 和 . docx
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 server 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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您可以将其限制为 Office 2007 & 2010 .docx 格式,可以使用 Microsoft Open XML SDK。
If you can limit it to the Office 2007 & 2010 .docx format, you can use the Microsoft Open XML SDK.