I need a secure way to display pdf documents so that the viewer can’t print, copy or save the text. Something like the amazon book preview. It will be placed on a asp.net page.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use Ghostscript (http://www.codeproject.com/KB/cs/GhostScriptUseWithCSharp.aspx) to convert the PDFs individual pages into images for display. This would prevent them from being able to download the whole PDF document or copy the text as text. You could also add a watermark or use a lower resolution image. However, even with the amazon viewer you can always grab the image e.g. via screenshot.