Previous | Next | (P-PDF) PDF Accessibility
Topic: Making PDF file password protected on website.
Conf: (P-PDF) PDF Accessibility, Msg: 136458
From: braalewi
Date: 7/19/2005 02:24 AM
I am the programmer on this, we are using asp.net (vb.net) to do this now. We place the pdf's above the web root and have a page that the user must go through to access the PDF. They are validated on that page and if they can have access to it, the pdf is copied to a public directory and their userid is appended to the front of it. When they log out, the files are deleted. This probably isn't the best way to do this, but it works and the project is almost completed, so we probably won't revise how this is done. Thanks for the help.