用于查看和注释文档和图像的 .NET 组件
我需要一个可以安装在我的服务器上的组件,该组件可以在 ASP.NET Web 应用程序中使用,以:
- 在浏览器中显示 Word 文档、PDF 文档、图像。
- 允许对这些文档进行在线注释,并保存这些注释以供以后重新显示。
提前致谢。
I need a component that I can install on my server that can be used in an ASP.NET Web Application to:
- Display word documents, PDF documents, images in the browser.
- Allow these documents to be annotated online and have those annotation saved for redisplay later.
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只有像 Flash 或 Silverlight 这样的技术才能提供该功能。最大的好处是避免跨浏览器/平台问题和良好的安全性。
另外,我猜测,如果 Flash/Silverlight 组件可用于执行此操作,由于 Adobe 和 Microsoft 文档格式等的许可,它们的价格不会便宜。
标准 .NET 自定义/用户控件根本不是它们生成的选项基于 HTML 的用户界面。
抱歉,我没有更具体的建议。
Only a technology like Flash or Silverlight would be able to approach providing that functionality. The biggest benefits would be avoid cross-browser/platform issues and decent security.
Also, I would be guessing that if Flash/Silverlight components are available to do this, they would not be cheap due to the licensing of Adobe and Microsoft document formats etc.
Standard .NET custom/user controls are simply not an option as they generate HTML based user interfaces.
Sorry I don't have any more specific suggestions.