ReportLab works on Appengine, and you can include images. They just need to be converted to JPG (use the Google image library) before you embed them into the PDF. JPG is a native format for PDF files, so Reportlab does not need to make calls to the PIL module when generating the file.
johnP On Aug 22, 9:49 am, jek <[email protected]> wrote: > On Aug 11, 11:03 am, gae123 <[email protected]> wrote: > > > I have been using ReportLab. Apart from the inability to embed > > pictures I have been pretty happy with it. > > Do you mean that you are using only the "pure Python" part of it? > Is the inability to embed pictures because that feature > requires gcc for support and only pure Python works on GAE? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
