Ask a Question related to Adobe Acrobat SDK, Design and Development.
-
denniswong288@adobeforums.com #1
How to open&view password protected PDF in ASP.NET?
Hi,
I hope someone can help me. Greatly appreciate it.
My website has PDF documents that's available for registered users to view online (through my site) only.
Currently, I can't find any solutions to prevent users from downloading/"save-as" the PDF doc in their local drives, so I'm thinking of password-protecting these PDFs. This will ensure that they'd not be able to view the PDFs even though they download it and save-as local.
However, how do I open these password-protected PDFs on my site?
When I point/redirect to these PDFs, it will prompt for password.
It'd defeat all protection intent if I were to give the password to the user to enter, right?
Example:
1. Response.Redirect("mySecuredPdf.pdf")
2. The browser will then prompt user for password.
What can I do in the CodeBehind to enable the server to OPEN the pdf, and at the same time, pass the correct password to the viewer to open without prompting?
I cannot remove password, because I want to prevent users from downloading and then opening it later, or redistributing the file.
btw, i'm using ASP.NET.
Please help.
Thanks! :)
denniswong288@adobeforums.com Guest
-
OpenInWindowEx method fails to open password protected pdf file
Hi, I am getting error while loading the password protected pdf file using OpenInWindowEx method. Any Idea why or any fix of problem? Regards,... -
Password protected certificate
Hi, I have a client .net application that needs to call an external web service with certificate. Unfortunately the certificate is a paswword... -
Password Protected Forms
Hi, Well if you want something simple you could just follow this method in the KB article: http://support.microsoft.com/?id=209871 Not... -
password protected files
There is a pc on our network that has win XP PRO. I sweep the network neiborhood from time to time to see if anyone has unprotected files. I... -
password protected
Hi, I had " my documents " password protected. I had trouble with my computer and reinstalled XP. The file is still there but denies access. is... -
Leonard_Rosenthol@adobeforums.com #2
Re: How to open&view password protected PDF in ASP.NET?
You need to look at higher level security models that prevent the PDF from being used anywhere except on your site. Adobe offers their LiveCycle Digital Rights Managemetn Server (formerly Policy Server) to address this need.
Leonard
Leonard_Rosenthol@adobeforums.com Guest
-
Arwind_Prasad@adobeforums.com #3
Re: How to open&view password protected PDF in ASP.NET?
Hi, some days back i was looking for solution of same problem but i didnot find anywhere. I think this is not possible by using asp.net code.
Arwind_Prasad@adobeforums.com Guest
-
franklin701 #4
Re: How to open&view password protected PDF in ASP.NET?
I am trying to do the same thin by is it imposible to do......
franklin701 Guest



Reply With Quote

