Embed PDF on a webpage and prevent download

后端 未结 7 817
耶瑟儿~
耶瑟儿~ 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:36

    Yes. Yes there is:

    Insert your error message here, if the PDF cannot be displayed.

    The pointer-events: none styling will also prevent users from right-clicking the PDF and downloading.

提交回复
热议问题