How to make PDF undownloadable using pdf.js

前端 未结 7 1269
长发绾君心
长发绾君心 2021-02-04 12:50

I found the pdf.js project, which is very useful. However, I am unable to figure out how to remove the \"Download\" option.

7条回答
  •  别跟我提以往
    2021-02-04 13:47

    The simplest method is to add hidden class to the specific button in the toolbar (download button in this case)

    PDF.JS has hidden class included by default in its CSS file. So just add a hidden class to the button which has the id download and secondaryDownload

提交回复
热议问题