react-doc-viewer icon indicating copy to clipboard operation
react-doc-viewer copied to clipboard

disabled download file and override css how ?

Open Anhduc2k opened this issue 1 year ago • 3 comments

How to disabled or remove download file in version 1.12 ?

Anhduc2k avatar Dec 08 '23 04:12 Anhduc2k

I have the same question

dionkas avatar Jan 24 '24 12:01 dionkas

@Anhduc2k @dionkas You can add this to you css stylesheet or global.css if you use tailwind. At the end, the better is to interact directly with the htm; element for more freedom

#pdf-download {
  display: none !important;
}

mathieugruson avatar Feb 07 '24 19:02 mathieugruson

hi @mathieugruson , can you give me the way disable the top toolbar(which include download button)?

fukemy avatar Jul 18 '24 03:07 fukemy