Skip to content Skip to sidebar Skip to footer

How To Render Any File Format(doc,ppt,xls) Into Printable Format In Android?

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

Solution 1:

For development, I think you should use some third party library or open office source for developing such kind of application.

Or you can also use apache's doc4j open source project for 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

Solution 2:

Post a Comment for "How To Render Any File Format(doc,ppt,xls) Into Printable Format In Android?"