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

Generate pdf from react components

Results 89 react-to-pdf issues
Sort by recently updated
recently updated
newest added

I catched font size error while exporting pdf when project developing with React.Please help me.

I've accessed this example link but it seemed not to be working. Nothing happened when I clicked `Generate Pdf` button. [https://codesandbox.io/s/l2l4pz0jyl](https://codesandbox.io/s/l2l4pz0jyl) Could you please give me a working one?

When I generated pdf files it showed texts blurred

Also your linter needs fixing.

I forked sample sandbox given in the readme and generated pdf. But, texts got cut off and its was off the alignment. I referred and added CSS properties to match...

when i try to install react-to-pdf package using this command : npm install react-to-pdf i get this errors : ``` npm ERR! code ENOENT npm ERR! syscall spawn git npm...

in development everything work fine but in production i only see a blank page ``` const ref = React.createRef(); // code of the ui that will be printed {({ toPdf...

[vardaan-invoice.pdf](https://github.com/ivmarcos/react-to-pdf/files/5230975/vardaan-invoice.pdf) **When Scale={1}, The pdf is very blurry .** [vardaan-invoice (2).pdf](https://github.com/ivmarcos/react-to-pdf/files/5230987/vardaan-invoice.2.pdf) **When scale={0.5}, it is displaying full QR CODE but pdf quality is so low, that I can't scan the...

Hello. I love this tool, it really helped me out with a feature I was working on, so thanks a lot! One issue I'm having is that the 'unit'/'format' keys...

How to create a new page if exceeds the height of the page?