Remove Download button with pdf.js
-
Greetings,
I want to hide the download button in pdf.js:
I tried with custom css
button#openFile {display:none !important;}
with custom js
$(function(){ $(‘#download’).hide();});
and trying to remove button directly from viewer.html
but none of them seem to working.
Is there anyway to do it?
Thanks a lot
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Remove Download button with pdf.js’ is closed to new replies.