How do I open a .docx file without using external app in android? I have used Apache POI, OliveDocLibrary, Aspose.words libraries.
- using Apache POI, I have used required libraries, but still there is an exception while running the app (Exception is - POIFSFileSystem is not there )
- using OliveDocLibrary, its done, but something like watermark will always be there on the document.
- using Aspose.words, it is a very heavy library file. If I use this library, heap space exception occurs.
What is the right solution?