我可以在siverlight中查看word文档吗?

发布于 2025-01-05 00:16:04 字数 82 浏览 0 评论 0原文

如果有人可以帮助我使用 silverlight 工具或任何可以在网页中显示 Word 文档的工具。不是在 iframe 或类似的东西中,而是在工具中。

If someone can help me with a silverlight tool or any kind of tool in which I can display word document in a webpage. Not in iframe or anything like that but in a tool.

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

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

发布评论

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

评论(2

玩物 2025-01-12 00:16:04

您可以将此 Silverlight 2.0 控件扩展到更新版本并查看 Word 文档(2007 及更高版本):TextGlow

You could extend this Silverlight 2.0 control to a more current version and view Word documents (2007 and later): TextGlow

凉栀 2025-01-12 00:16:04

如果您使用 Silverlight 5 并且您的应用程序在浏览器之外运行,您可以直接访问 word。

您还可以创建一个单独的 .aspx 页面,该页面返回所请求的文档并调用该页面。也许您可以使用浏览器控件来实现此目的,但如果我没记错的话,Silverlight 中的控件只能在浏览器外运行。

客户端上必须安装 Word。

In case you use Silverlight 5 and your application runs out-of-browser, you get direct access to word.

What you can do as well is create a seperate .aspx page that returns the requested document and call that page. Maybe you could use the browser control for this, but the one in Silverlight works out-of-browser only, if I remember correctly.

Word has to be installed on the client.

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