I need to create PDFs with Play Framework and Google App Engine. Does anyone know how?
A:
This is not specific about the Play Framework, but here is a tutorial by Nick Johnson on generating PDFs on App Engine :
http://blog.notdot.net/2010/04/Generating-PDFs-on-App-Engine-Python-and-introducing-Mapvelopes
Franck
2010-09-19 23:21:02
But, I need Java solution. I can mixing python and java in GAE?
isola009
2010-09-20 12:38:04
A:
What are the limitations in GAE? I would assume that you can do it with itext. Furthermore there exist a play-module. I think it depends on your requirements what is the best solution to you. I can imagine that a report-engine wouldn't work very well on GAE, specially BIRT with OSGI-features has problems.
niels
2010-09-20 12:10:21