On Apr 23, 1:23 am, Massimiliano Pietroni <[email protected]> wrote: > I'm developing an app and I have a little problem. I'm storing a PDF in the > datastore and then serving it. When I'm serving the file, the one I get is > corrupt. By I can't understand why.
I would look very closely at what exactly "corrupt" is. PDFs are very sensitive to even a single byte being added or removed, so I'd look at the difference between the original file and the download on a byte level. On linux you can use the xxd command, in Windows find a hex dump utility. -- 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.
