Re: [google-appengine] Generating Reports using GAE

361 views
Skip to first unread message

Barry Hunter

unread,
Oct 17, 2012, 11:34:30 AM10/17/12
to google-a...@googlegroups.com
By writing some code. 

On Wed, Oct 17, 2012 at 4:12 PM, Thaseena Banu <thaseen...@gmail.com> wrote:

how do we Generate reports or print the form using GAE?

--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/CXq1gltfBxsJ.
To post to this group, send email to google-a...@googlegroups.com.
To unsubscribe from this group, send email to google-appengi...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.

Moises Belchin

unread,
Oct 17, 2012, 11:43:29 AM10/17/12
to google-a...@googlegroups.com
If you need simple reports you can write your own reportes using PyFPDF to generate PDF reports for your app.


PyFPDF is ported from php FPDF http://www.fpdf.org/

If you need manipulate big amount of data I recomend you  Google BigQuery.


Happy coding !

Regards.
Moisés Belchín.



2012/10/17 Barry Hunter <barryb...@gmail.com>

Thaseena Banu

unread,
Oct 18, 2012, 3:03:28 AM10/18/12
to google-a...@googlegroups.com
Thank you, could you help me using java language.

Richard Watson

unread,
Oct 18, 2012, 11:21:29 AM10/18/12
to google-a...@googlegroups.com
Thaseena, depending on your requirements there are various approaches.

http://code.google.com/p/g2-report-engine/wiki/AppEngineSupport (found via Google - no idea how good it is)

I'm using Docmosis for simple PDF output.  http://docmosis.com/

Alternatively you'll have to use a generator for e.g. PDF or Excel or whatever you want to export as.  You can also connect to Google Documents via the API, but I'm not sure how reliable that is.

David Hardwick

unread,
Oct 18, 2012, 3:12:40 PM10/18/12
to google-a...@googlegroups.com
We use the Doc List API (but go with Drive these days) and it is reliable.  You can create a Google Doc, save as HTML, then input your REPLACE_THIS variables to create a template.  After doing so, you then upload that document with the convert option to create a Google Doc.  You can make another request to make that into a PDF (not sure about that last one, doing it from memory, we usually just go to Docs, but I'm pretty sure you get get that doc to a PDF using the API).
Reply all
Reply to author
Forward
0 new messages