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

react-pdf public site https://react-pdf.org

Results 40 react-pdf-site issues
Sort by recently updated
recently updated
newest added

Bumps [react-pdf](https://github.com/wojtekmaj/react-pdf/tree/HEAD/packages/react-pdf) from 5.3.2 to 7.7.3. Release notes Sourced from react-pdf's releases. v7.7.3 Bug fixes Force isEvalSupported to false. Fixes GHSA-87hq-q4gp-9wr4 (caused by GHSA-wgrm-67xf-hhpq). v7.7.2 This version shipped an incorrect...

dependencies

this PDF ScreenShot please fix ! ![image](https://github.com/diegomura/react-pdf-site/assets/80196102/fb566555-5b7c-4e9c-ae95-c6cc1edc0fbf)

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

Hi all, I have upgrade my application to use react 18, but having peer-deps issues. Now it's not a big deal, since I can for the npm install --force and...

https://react-pdf.org/repl The preview has the Oswald font, but it is not this font when I download the PDF.

Is there a built-in way to display existing pdfs in the "PDFViewer" component (via url or file)?

Recently I have experienced failures while generating PDFs with emojis. As per https://github.com/twitter/twemoji/issues/580 MaxCDN is no longer accessible. Examples in the documentation should be changed to ``` Font.registerEmojiSource({ format: "png",...

Incorrect variable calling https://github.com/diegomura/react-pdf-site/blob/master/docs/on-the-fly.md?plain=1#L96 Please change ```js if (instance.error) return Something went wrong: {error}; ``` To ```js if (instance.error) return Something went wrong: {instance.error}; ```