在 Android 中上传和显示 MS Word 文档 [英] Upload and display a MS word Document in Android

查看:24
本文介绍了在 Android 中上传和显示 MS Word 文档的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要创建一个应用程序,它接受一个 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.

推荐答案

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

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

我估计实施您所寻求的内容需要 100 多个工程师月.曾经编写的可以显示 Word 文档的应用程序很少,其中只有 2-3 个已移植到 Android.

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.

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

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.

这篇关于在 Android 中上传和显示 MS Word 文档的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆