Reputation: 11
I am trying to show doc, docx files in android serveral times, but I cannot know how to do. I have searched through the internet and found some libraries such as POI, docx4j, aspose and so on. But I don't know what to use for my app. Who can give me the whole android sample project to show doc files. Best regards
Upvotes: 1
Views: 3595
Reputation: 117
One can use MuPDF for viewing almost all type of documents such as pdf,.doc,ppt,xls,etc natively. Its quite fast, and they also have a open source version for non-commercial use. Find the Documentation here.
Upvotes: -1
Reputation: 1712
If you want to preview your word(.doc/.docx) document I would suggest you to use Groupdocs.Viewer Groupdocs. They provide libraries for java. Also you can find proper documentation in this link.
Upvotes: 2