在 Android 中上传并显示 MS word 文档

发布于 2024-09-09 00:45:17 字数 73 浏览 2 评论 0原文

我需要创建一个应用程序,它采用 MS Word 文档,并让应用程序的用户与页面进行交互,这意味着分别查看每个页面、缩放、前进和后退。

I need to create an app that takes a MS word document and lets the user of the app interact with the pages meaning viewing each page separately, zooming, going forward and backward.

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

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

发布评论

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

评论(1

迷荒 2024-09-16 00:45:18

Android 中没有内置用于读取 Microsoft 文档的 API。

我估计实现您想要的内容需要 100 多个工程师月的时间。迄今为止,只有少数应用程序可以显示 Word 文档,并且其中只有 2-3 个已移植到 Android。

如果您想要花费更少的工程时间来实现,我建议您在服务器端将 Word 文档转换为 HTML,然后将其显示在 WebView 小部件中。

There is no API built into Android for reading Microsoft documents.

I would estimate implementing what you seek to take over 100 engineer-months. There are only a few apps ever written that can display Word documents, and only 2-3 of these have been ported to Android.

I would recommend you do a server-side conversion of the Word document to HTML, then display it in a WebView widget, if you want something that takes less engineering time to implement.

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