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 64 react-to-print issues
Sort by recently updated
recently updated
newest added

We can add styling at the front end by adding a proper border and allowing users to add the design of the borders on every page of the printed pdf.

## Problem The Print Container default behavior is to use browser api configs, but it is hiding my Headers and Footers checkbox option on `More Settings`. ## How to reproduce...

bug
unverified
Chrome

I am utilizing react-to-print to extract the html of a component in order to generate a PDF with the same styles ```jsx const handlePrint = useReactToPrint({ content: () => componentRef.current,...

Hi! I noticed an issue with Firefox, both on macOS and windows - instead of URL in the header `about:srcdoc` text is presented. This issue is reproducible in the sandbox...

bug
Firefox
Upstream

Printing works correctly in all browsers, except Opera and Yandex browser on IOS. The print window does not open Browsers have the latest version

bug
help wanted
unverified

I want to custom counter page under table in bottom right position. But when i find research on Google. CSS Styling is not affect in my code. I'm using Chrome...

bug
Chrome
Upstream

Hi @gregnb , This could be a discussion rather than an issue. I created a custom hook called `usePrint` and inside it, I used `useReactToPrint` hook. I want to create...

question

When I print html element content on MS edge browser it never ends the download process and canceling the download process ![image](https://github.com/gregnb/react-to-print/assets/24218853/7824cac9-e588-4afb-a8f1-e574c900cd64) it happens only on Edge browser and works...

i would like to print this component that is inside a modal ![image](https://github.com/gregnb/react-to-print/assets/152480408/9776c69d-3406-448a-8ce7-4a2f4cf8b69e) but when i print it gets out like this ![image](https://github.com/gregnb/react-to-print/assets/152480408/afdcaab9-9296-4cf8-8cf3-f94f3eff3c56) this is the function used to print:...

question
CSS

when i am using this in other browser it is working fine but when using in safari it give me blank page. my safari version is 17.2, my os version...