We've made limited use of POI on GAE, but as you say the classes that use the java.awt package will not work. We just need to read/write Excel and Word documents for which it works fine.
Have you looked at Google Computer Engine? I imagine you can get the full POI library to work there (you get a complete virtual machine much like AWS EC2 or Azure Virtual Machines). On Saturday, April 11, 2015 at 9:46:05 PM UTC-5, Abhishek Jaiswal wrote: > > I am creating a google app engine project which aim is to convert ppt/pptx > file slides to images and store these images in blobstore, i am using > apache POI XMLSlideShow class to read slides, since the converion uses > java.awt package which is not supported in app engine, searched a lot even > not found in stackoverflow, thinking of to migrate to windows azure. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/444bd4b9-3217-4764-aafe-932df953f3e0%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
