On Feb 2, 1:57 pm, Daniel C <[email protected]> wrote: > I need to be able to generate PDFs dynamically. I also need to be able > to parse PDF files to extract certain information. Are there any > Python/Java libraries that work within the sandboxing and whitelisting > restrictions?
I use reportlab to generate PDFs on Appengine. I don't parse PDFs, but their reportlab plus product may help you there. http://www.reportlab.com/software/opensource/ -- 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.
