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

Print React components in the browser. Supports Chrome, Safari, Firefox and EDGE

Results 57 react-to-print issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/35016608/184784465-55030c85-41a5-4e69-a3b0-6ed19ff3b7e2.png) I have a problem, I am using chakra-ui, my main problem is in all the line breaks. My components are cut (deformity) is there a trick to improve this?...

question
CSS

Hello again, when I build my project to production, pdf styles are broken. I'm using Vite as my project builder. I think it's css problem, are there any options to...

CSS

ReacToPrint is able to print the specific react component I want to print on browsers on the desktop and on the IPad safari works as well. However, when printing the...

bug
help wanted
Chrome
iOS
Mobile Safari
Mobile Chrome
Android

When the font is bold in Song typeface when printing, the printing effect is not bold 加粗

``First of all, Thanks for your amazing library. I'm currently using react-to-print happily in my project. But I'm having a problem which is that contentWindow of the print Iframe is...

bug
unverified
Electron

I am using an approach like this for the custom header and footer [https://plnkr.co/edit/lWk6Yd](https://plnkr.co/edit/lWk6Yd) . Works good if the header and is footer are static but if I am using...

question
CSS

https://codesandbox.io/s/rzdhd The issue is that it is perfectly working on windows (chrome and firefox I tried). But it is not working on IOS devices (I tried Safari and Chrome). It...

bug
unverified
iOS

Is there any solution to print without open dialog box?

question

Bumps [terser](https://github.com/terser/terser) from 5.10.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

I'm trying to print with electron using the following example: https://github.com/gregnb/react-to-print/issues/270#issuecomment-1003447151 **Bug:** Print is working fine, but without CSS. **Sample Code:** ```ts const win = new BrowserWindow({ show: false });...

Electron
CSS