Blog Archive for September 30, 2011

Returning PDF through Django

September 30, 2011

I wanted to allow PDFs to be downloaded from my Django application. I wanted to log who did the download, and when it happened, and I also wanted to make sure that I stamped the PDF file with the username downloading, and then encrypted the file so it couldn't be …