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

Render HTML in react-pdf

Results 44 react-pdf-html issues
Sort by recently updated
recently updated
newest added

style `white-space: pre-wrap` doesn't work This is what i want: ![image](https://user-images.githubusercontent.com/41937681/211443154-a0f34532-14df-4915-88ed-af7cb9830247.png) But the spaces are gone when it is converted to a pdf: ![image](https://user-images.githubusercontent.com/41937681/211443328-10ba9f01-6bb6-4bcc-9ccb-eccba7b75b2c.png)

enhancement
help wanted

Images are not showing while downloading the PDF or in any other browser except chrome. I have changed how the images rendered in `react-pdf-html` with this: Images with Image Urls...

I am getting an TypeError to console from react-pdf-html when running it. ``` console.error Error parsing style attribute "width:100%;height:100%" for tag: SVG TypeError: cssParse is not a function at convertElementStyle...

I noticed that the version of @react-pdf/renderer installed is 3.3.0 in react-pdf-html, but I have additionally installed @react-pdf/[email protected] locally. I'm not sure if this will have any impact?

bug
invalid
wontfix

I'm encountering an issue with font sizes not matching between ckeditor-5 and react-pdf-html. When setting font sizes using em units (e.g., fontSize: em(2)) in ckeditor-5, the resulting PDF generated by...

Adds support for the `value` property on list items to set the start value of the list. Will look back to previous items to check for start values. (A single...

Hi, I am using react-pdf and react-pdf-html to create a pdf. My pdf contains html text with list, wrapped in tag `import { Document } from '@react-pdf/renderer'` `import Html from...

Hello, we got an Exception "Uncaught TypeError: renderer_1.StyleSheet is undefined" with the latest Versions. We have no idea, what was changed. ![error](https://github.com/danomatic/react-pdf-html/assets/91942124/8b4d359e-1a48-4094-9415-0322d2b9b219) We also try an new empty project with...

bug
question