react-pdf
react-pdf copied to clipboard
📄 Create PDF files using React
### Before you start - checklist - [X] I followed instructions in documentation written for my React-PDF version - [X] I have checked if this bug is not already reported...
The current `specialCases` in `packages/layout/src/text/emoji.js` only ignores the copyright symbol `\xc2\xa9\xef\xb8\x8f` and not the standard UTF-8 copyright symbol `\xc2\xa9`. The former has the VS-16 variation selector appended to the standard...
**Describe the bug** toBlob throws an error with some react-pdf elements (Svg, Defs) Error: renderFn is not a function **To Reproduce** Next.js, react-pdf version: 3.3.8 With Defs, toBlob throws an...
Styling `Text` or `View` components as `display: "inline"` does not appear to be working. I would expect the elements to render next to each other instead of stacking. [Example REPL](https://react-pdf.org/repl?code=3187b0760ce02e004d09e01b02984605e18194a4e5600b6592803a6002764043299002806f00a061804b3114f900b86166cd80137610003a26af1f80224edcc3259ac6005f666a025006e66cd424580124b8f0c31e968c00f92ea803c004443000ae016d9182837540480700056a0073643f212107003576640077385c14744604140852051e3548a89840801564000f5f0033101007007a12f2fca8bab8c4a6e8d6a48ce434eeac9ca53cd528e2b2d86ede94d46cb3419b00236a0a3a86df61828755e4bc49bc7ed9e43cc5802f15b1f6b616f884f6ba90f0fcba97772f1f3f2d7d00251a602820a70018a90a8606132028f40729914c8182d46cba66100000)
**Describe the bug** After upgrading @react-pdf/renderer to any version starting 3.2.0, I have a syntax error when creating my PDFs: ``` file:///***/node_modules/@react-pdf/font/lib/index.js:2 import _asyncToGenerator from '@babel/runtime/helpers/asyncToGenerator'; SyntaxError: The requested module...
**Describe the bug** Images throw an error in a view render prop. **To Reproduce** 1. Make a view with an image inside the render prop: ``` ( )} /> ```...
Given a view with a header text and a view with a body text - when the body is moved fully to the next page, it's parent is kept on...
**Describe the bug** After this pr: https://github.com/diegomura/react-pdf/pull/2600 @diegomura Due to random arabic characters and random times, we have pdf rendering issues due to undefined glyph, which you can see in...
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically....
I want to put jpg image on Image component but it doesn't show it. This is my code. How can I fix this?