When trying it out on localhost:8080 using the appengine sdk it returns an IO error pointing out that writes aren't allowed. I'll be looking into StringIO, thanks for the tip Massimo
Regards, Arbie On Apr 4, 10:10 pm, Massimo Di Pierro <massimo.dipie...@gmail.com> wrote: > 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.