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

📄 Create PDF files using React

Results 562 react-pdf issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Tspan nodes within Text nodes within Svg nodes create an error: `TypeError: undefined is not an object (evaluating 't.box')` **To Reproduce** See [this repl](https://react-pdf.org/repl?code=3187b0760ce02e004d09e01b02984605e18194a4e5600b6592803a6002764043299002806f00a06180076a0736402e191876a004d8404b305df8036000c3002f801a660a025006e66cd42458c24300c31eab180078008a180ae016d9182800f8cdb730015bb238b853a46041408524e1e053831002f647400220041001638d736748b2c00372e182cb1640077002110000f78f979002624f93ad4b70c8b00156432d80ab880465938987878dec6e6e6f316884e30182ee181a1bee700251a6028005a7661003318313450104473007a09a9b4d18b33f69726f713ecae4b87af1e4bd3eb607b473bcd6d15b50d61e4b000c548543030990147a01980ff200) **Expected behavior** Tspan...

With the Material UI Multiline Component with the paragraph mentioned below, it breaks the PDF Steps to reproduce the behavior including code snippet (if applies): 1. Under Material UI Text...

Hello! **Is your feature request related to a problem? Please describe.** I have a project in which I use d3.js to create many different charts of data. My d3.js functions...

new feature

https://github.com/diegomura/react-pdf/blob/884695b44feb974f155c83e0714e8e939b4f641b/packages/render/src/primitives/renderSvgText.js#L46 This line may return an undefined font, which is used some lines below to access its properties and throws an error. Where am I supposed to set the font?

**Describe the bug** Images in pdf are rotated by 90degs, i use @react-pdf/renderer in nodejs express server and generate Pdf reports. Most of the time, the images rotate correctly. And...

bug
incomplete

**Describe the bug** iPhone Behavior: When creating a PDF I'm unable to save that PDF to my phone. -Chrome displays an error displaying "Cannot Save Image" Error saving image. -Safari...

**Describe the bug** Many components will throw typescript errors due to insufficient alignment between '@react-pdf/types' and '@react-pdf/renderer/index.d.ts' -> For example the "bookmark" prop will throw an error when added to...

**Is your feature request related to a problem? Please describe.** We would like to embed files into a PDF that is generated by this package. **Describe the solution you'd like**...

new feature

**Is your feature request related to a problem? Please describe.** I'm interested in embedding an JSON document in my PDF report. While not commonly used, I like the idea of...

new feature

I am building an electron app that allows user to auto populate a PDF based on some data pulled from an internal server. I'm trying to use @react-pdf/renderer for displaying...