I have requirement to show the pdfs to the users via asp.net application. These pdfs are password protected using iTextSharp. The password is known within the application but not to the users. Lets say password is saved in a table for each file. I want to display the pdf to users without asking for the password from them or letting them to know the pdf. Is there anyway to do this?
UPDATE
My requirement is to protect those pdf files from others who has access to the destination folder (where pdfs are uploaded) by putting password protection.