powerpoint - How to show ppt in android using Apache POI? -


I am trying to show PPT files in Android. I started with Apache POI, bcoz I have not found any free open source jar I am starting PPT slides by converting images into the context of this link

Now, it is in Java I am unable to find the dimensions, the buffer image, the graphics 2D classes. I imported the Poi-Scratchpad-3.8-20120326.j in my build path settings. I think I'm missing some other jars. Should any one point be included, another jar is to be included or is there any other way to get it done in Android?

You can not get graphics 2D other class support because Android does not support Java's AATT package is. You must get all the images using an apache poi.

Comments