Adobe 空气应用程序

发布于 2024-09-24 22:29:20 字数 125 浏览 1 评论 0原文

谁能指导我查看 Adob​​e Air 教程或参考,以构建可让用户查看 Microsoft Word 文档的 Air 应用程序?

换句话说,我可以从 Adob​​e Air 应用程序读取 Word 文档吗?感谢您的帮助。

Can anyone direct me to an Adobe Air tutorial or reference for building an Air application that lets the user view a Microsoft Word document?

In other words, can I read a Word document from an Adobe Air Application? Thanks for your help.

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

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

发布评论

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

评论(1

安静 2024-10-01 22:29:20

如果您只想在应用程序中显示Word文档的内容,您可以使用

<input  type="file" />

然后从中获取数据。

If you just want to display the contents of the Word document in your app, you can use

<input  type="file" />

then get the data from that.

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