简体   繁体   中英

How to disable pdf file download option using JQuery?

How to disable pdf download using jquery or javascript.

In my website I am loading some pdf files in iframe. I need to protect my files. So how can I dissable pdf file download, print those kind of options. Please help me.

My website created using html. jquery, mysql and php

Since you are delivering pdf file directly into the browser, displayed using Adobe Reader ActiveX, how can it be possible to prevent file download, since the files are displayed after downloaded into your temp directory?

So it is not possible using ANY JavaScript library.

The only way to secure your master PDF files is by creating Images for each page and present those to the user on the web via your own interface (html, flash etc).

You may use ImageMagick along with GhostScript for this.

You may go through www.veryinteractivepeople.com/?p=521

Hope this helps... :)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM