Embed PDF on a webpage and prevent download

后端 未结 7 816
耶瑟儿~
耶瑟儿~ 2021-02-06 06:12

Is there a way to embed a PDF document on a webpage and at the same time disabling download? If possible I would prefer an html5/css3 solution. If no other way is possible I\'d

7条回答
  •  萌比男神i
    2021-02-06 06:48

    You can download the PDF.js and modify these 2 files: viewer.html and viewer.js, remove/modify the corresponding buttons/actions in order to disable downloading/printing, and you can furtherly disable right click menu items.

提交回复
热议问题