简体   繁体   中英

Upload and display a MS word Document in Android

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

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM