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

Generate pdf from react components

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

Bumps [ws](https://github.com/websockets/ws) from 8.13.0 to 8.17.1. Release notes Sourced from ws's releases. 8.17.1 Bug fixes Fixed a DoS vulnerability (#2231). A request with a number of headers exceeding the[server.maxHeadersCount][] threshold...

dependencies

![5d77f626-71bd-48bf-a067-c4aec277f1b9](https://github.com/ivmarcos/react-to-pdf/assets/2323617/5155c9ba-b52d-4bea-b4cc-9c0303b76948) ` const targetRef = useRef(); const options = { filename: 'test.pdf', method: 'open', resolution: 5, page: { margin: Margin.NONE, format: 'A3', orientation: 'landscape', scale: 160, }, canvas: { mimeType:...

Hi, is there any possibility of generating hidden elements as pdf? For example, I have an accordion and a download button when I click on the download button the accordion...

Hello. Kindly assist in this. How do I repeat header and footer on each page of the PDF? I have tried using HTML table and adding display: table-header-group to the...

I would like the ability to control when I want to move the content to a new page. How do I do that? I checked out your Multipage example but...

this is my problem when I use this problem: ./node_modules/react-to-pdf/dist/module.js 43:32 Module parse failed: Unexpected token (43:32) File was processed with these loaders: * ./node_modules/react-scripts/node_modules/babel-loader/lib/index.js You may need an additional...

The toPDF method in reality exports a promise from the jsPDF lib. The typing was misleading for whom-ever wants to set up a loader or some UI feedback while the...

Hi, currently im facing two issues using this: 1. Line cut off between the pages 2. When i click print browser crashes, throws that message which lets you to either...

I want only base64 of converted pdf.