PHP to view PDF on web page and disable user to download

后端 未结 6 2195
别跟我提以往
别跟我提以往 2020-12-05 21:53

I\'m going to write a site that lets users to view pdf files but I don\'t want them to save the files to their own hard drive due to the copy right law. I\'m researching how

6条回答
  •  有刺的猬
    2020-12-05 22:17

    I hope I am not very late to reply. But here's is something you can do to prevent the users. Use iFrame to display your PDF and make sure that you are displaying using Google. I used the following code :

     
    

    Here you can simply change the url=http://www.tutorialspoint.com/php/php_tutorial.pdf and replace it by your own URL where you kept your PDF.

提交回复
热议问题