react-pdf
react-pdf copied to clipboard
π Create PDF files using React
**Describe the bug** We connect the font via Font.register. Text 123ff456fi987. Copy in the downloaded pdf file 123ff456fi987. Paste it into a text editor. We get 123f456f987 instead of 123ff456fi987....
**Describe the bug** A clear and concise description of what the bug is. In css one can set letterSpacing to a percentage, I have tried with -1.1% not with other...
**Describe the bug** As described in this issue: https://github.com/diegomura/react-pdf/issues/1234 Text, T-Span and Rect elements (maybe others, too) are not considering dx and dy values for relative positioning. **To Reproduce** Take...
**Describe the bug** - I have used the to display the PDF in the web app but on the first render the PDFViewer is not shown. - I have to...
Bumps [next](https://github.com/vercel/next.js) from 14.2.32 to 14.2.34. Commits f307368 v14.2.34 8e43882 Update React Version (#36) 385e8c2 Backport Next.js changes to v14.2.34 (#29) 7a2cf51 update version script 778e7bf lock swc binaries 5a97b40...
Bumps [next](https://github.com/vercel/next.js) from 15.4.7 to 15.4.9. Release notes Sourced from next's releases. v15.4.8 Please see CVE-2025-66478 for additional details about this release. Commits d1449e5 v15.4.9 596f513 Update React Version (#42)...
I donβt have issues with Desktop browsers, but as soon as i use mobile with ios > safari, it only shows the first page, but i cant scroll to other...
Fixes #1986. Prevents cloning of `bookmark` prop when splitting node. Current version: [bookmarks-current.pdf](https://github.com/user-attachments/files/23945851/bookmarks-current.pdf) Fixed version: [bookmarks-fixed.pdf](https://github.com/user-attachments/files/23945850/bookmarks-fixed.pdf) Code used to generate PDFs above: ```tsx import { Page, View, Text, Document }...
When using flexbox layout with flexDirection: "column" and gap property to space multiple rows containing wrapped Text elements, the gap is not applied correctly. This causes child elements to collapse...
**Describe the bug** When I have a `View` with a border radius and an inner `View` with a background color, the background seems to be overlayed on top of the...