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).
On Thursday, October 18, 2012 11:21:29 AM UTC-4, Richard Watson wrote: > > 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. > > On Thursday, October 18, 2012 9:03:28 AM UTC+2, Thaseena Banu wrote: >> >> Thank you, could you help me using java language. >> >> On Wednesday, 17 October 2012 21:13:58 UTC+5:30, Moises Belchin wrote: >>> >>> If you need simple reports you can write your own reportes using PyFPDF >>> to generate PDF reports for your app. >>> >>> http://code.google.com/p/pyfpdf/ >>> >>> PyFPDF is ported from php FPDF http://www.fpdf.org/ >>> >>> If you need manipulate big amount of data I recomend you Google >>> BigQuery. >>> >>> https://developers.google.com/bigquery/ >>> >>> Happy coding ! >>> >>> Regards. >>> Moisés Belchín. >>> >>> >>> >>> 2012/10/17 Barry Hunter <[email protected]> >>> >>>> By writing some code. >>>> >>>> >>>> On Wed, Oct 17, 2012 at 4:12 PM, Thaseena Banu <[email protected]>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 [email protected]. >>>>> To unsubscribe from this group, send email to >>>>> [email protected]. >>>>> For more options, visit this group at >>>>> http://groups.google.com/group/google-appengine?hl=en. >>>>> >>>> >>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "Google App Engine" group. >>>> To post to this group, send email to [email protected]. >>>> To unsubscribe from this group, send email to >>>> [email protected]. >>>> For more options, visit this group at >>>> http://groups.google.com/group/google-appengine?hl=en. >>>> >>> >>> -- 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/-/uegAGYOWB3oJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
