react-pdf icon indicating copy to clipboard operation
react-pdf copied to clipboard

Option to remove border from PDFViewer

Open Victorcassiano opened this issue 2 years ago • 1 comments

I tried to remove the white border through css, through react-pdf options but I couldn't, is there any way to remove this border?

image

Victorcassiano avatar Sep 21 '22 22:09 Victorcassiano

in PDFViewer specify styles with

width: "100vw",
height: "100vh",
border: "none",

bryanprimus avatar Sep 22 '22 11:09 bryanprimus

in PDFViewer specify styles with

width: "100vw",
height: "100vh",
border: "none",

it's already like this, but it doesn't work

Victorcassiano avatar Sep 23 '22 18:09 Victorcassiano

I also can't generate a PDF by reactjs

  • Here it says: "Document" module cannot be used as a JSX component image

image

Victorcassiano avatar Sep 23 '22 18:09 Victorcassiano

@Victorcassiano React-PDF components can not be use to render directly to the DOM.

ghost avatar Oct 07 '22 04:10 ghost