does myfpdf require file writing? I did not check? If it does it should be easy to change it to use a StringIO instead.
On Apr 4, 9:08 am, Arbie Samong <phek...@gmail.com> wrote: > Did anyone figure out how to let users download pdf's that contains > data from the database under GAE? Appengine does not allow file > writing, and most pdf writing libraries I've tried involves > temporarily writing in the disk.