react-pdf-html
react-pdf-html copied to clipboard
Render HTML in react-pdf
style `white-space: pre-wrap` doesn't work This is what i want:  But the spaces are gone when it is converted to a pdf: 
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?
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.  We also try an new empty project with...