用于查看和注释文档和图像的 .NET 组件

发布于 2024-08-07 07:38:10 字数 158 浏览 3 评论 0原文

我需要一个可以安装在我的服务器上的组件,该组件可以在 ASP.NET Web 应用程序中使用,以:

  1. 在浏览器中显示 Word 文档、PDF 文档、图像。
  2. 允许对这些文档进行在线注释,并保存这些注释以供以后重新显示。

提前致谢。

I need a component that I can install on my server that can be used in an ASP.NET Web Application to:

  1. Display word documents, PDF documents, images in the browser.
  2. Allow these documents to be annotated online and have those annotation saved for redisplay later.

Thanks in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

乞讨 2024-08-14 07:38:10

只有像 Flash 或 Silverlight 这样的技术才能提供该功能。最大的好处是避免跨浏览器/平台问题和良好的安全性。

另外,我猜测,如果 Flash/Silverlight 组件可用于执行此操作,由于 Adob​​e 和 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文