Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Upload and display a MS word Document in Android

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.

like image 557
nyalex5000 Avatar asked Dec 06 '25 07:12

nyalex5000


1 Answers

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.

like image 54
CommonsWare Avatar answered Dec 07 '25 21:12

CommonsWare



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!