Remove print and download buttons?
-
How can I remove the download and print buttons? I tried using some CSS but it didn’t work.
* .toolbar button#download { display: none !important; } .toolbar button#print { display: none !important; } #secondaryDownload, #secondaryPrint, #toolbarViewerRight #print, #toolbarViewerRight #download { display: none!important; } #secondaryPresentationMode, #toolbarViewerRight #presentationMode { display: none!important; }
Also tried:
toolbar=0[/embedpress_pdf]
but, while this worked, in mobile, it only showed a button to download the PDF. The PDF is not visible.
This is for a PDF product/music score that is shown with a water mark but we don’t want people to be able to print or download them before purchase.
Can this be done?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Remove print and download buttons?’ is closed to new replies.