Click here to Skip to main content
15,884,977 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hi,

Am working in knowledge management solution using asp.net 4 c#
I want to preview pdf files just for reading, no print no copy no print screen no download and no browser cache download

is there any way to do this ?
Posted

The only way is to not to make it online....

Because you cannot stop the user from hitting the 'Print Screen' key on the keyboard or from hitting the 'Print' menu in the browser , neither you can stop him from saving the PDF to his computer using the 'Save As' menu option and copying it.

Best way to achieve your requirement is to display the data as a slide show to the user; i.e. only one page at a time. Although its not a fool proof method, but you can imagine that not much people would be interested in copying and saving your content ( however good it may be) one slide at a time.
 
Share this answer
 
v3
Comments
bbirajdar 4-Apr-12 2:23am    
Well, if you are able achieve your goal by any other technique, then please don't forget to post the solution here. We all will be thankful to you.

Please post your comments in the comments section and not in the solution section. You can also use the 'Improve question'
bbirajdar 4-Apr-12 2:29am    
Try this http://www.locklizard.com/pdf_security_features_summary.htm .. I hope you don't want a paid solution
ASakr 4-Apr-12 4:49am    
i found a solution by 3rd party http://artistscope.com/copysafe_web_protection.asp , it introduce online browsing for pdf file without printing,print screen and copy, these are the feature am looking for but the pdf file can be easy found in the temporary internet file in the client computer, so this solution fail and am still searching for another one.
thanks Birajdar for your help

the pdf file content is very important so I can't depend on slide show technique .
 
Share this answer
 
Comments
bbirajdar 4-Apr-12 3:18am    
Even if you are able to achieve this, how will you stop the user from taking pictures of his computer monitor displaying your pdf content with a digital camera ?
ASakr 4-Apr-12 5:03am    
sorry for this ambiguous if you don't mind can i delete this Solution2 and continue our conversation on Solution1 ?
Is there any solution to make PDF file password protected
VB
</big> . So if user download my PDF file, it ask for password first....


Is that possible.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900