I am developing a andoid application which need to print some documents.Documents may be in different format like docx,ppt,xls. Now how can i render that other format in printable format in android ?
Thanks in advance !
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
For development, I think you should use
some third party libraryoropen office sourcefor developing such kind of application.Or you can also use
apache's doc4j open source projectfor development. Some libraries are in .so format so you have to build it using NDK(JNI).A demo example for reading .Doc file using apache.poi reading data from the .Doc file by using Apache POI api