examples icon indicating copy to clipboard operation
examples copied to clipboard

React PDF viewer examples

Results 16 examples issues
Sort by recently updated
recently updated
newest added
trafficstars

#### Summary: This PR updates the CSS selector used for link annotations in the `CustomLinkAnnotationExample.tsx` file to ensure proper targeting of the link elements within the PDF viewer. The updated...

Hi Team, There is Venerability in the PDFJS-Dist. CVE Code: CVE-2024-4367 CVE-2024-4367 is a critical vulnerability in the PDF.js library, which is used for rendering PDF files in web browsers....

Hello, I have bumped into a problem of inability of adjusting NoBookmarks message when there are no bookmarks for particular PDF file. Currently message says "There is no bookmark" -...

Hi, first of all—thanks for the great library! I'm using @react-pdf-viewer/print along with @react-pdf-viewer/core and everything works smoothly when rendering the PDF using the component. However, I'd like to request...

When I pass my custom renderPage to the viewer, all my links are rendered as span tags, whereas if I don't use renderPage, all my links are rendered as anchor...