react-pdf-highlighter
react-pdf-highlighter copied to clipboard
Set of React components for PDF annotation
I have upgrade my react application to React 18 and CRA 5 version. After upgrading i started getting this following error at the time of compiling my code. I have...
WARNING in ./node_modules/react-pdf-highlighter/dist/esm/lib/pdfjs-dom.js Module Warning (from ./node_modules/source-map-loader/dist/cjs.js): Failed to parse source map from 'D:\projects\updateui\node_modules\react-pdf-highlighter\src\lib\pdfjs-dom.ts' file: Error: ENOENT: no such file or directory, open 'D:\projects\updateui\node_modules\react-pdf-highlighter\src\lib\pdfjs-dom.ts' I have tried react-pdf-highlighter "^4.0.0" and...
How can we select the text from PDF viewer content and perform copy action, so that we can paste that copied text on anywhere that we wants. Now, the context-menu...
I made the correction because I thought the type of data passed to `scrollTo` should be of type `T_HT` with the type parameter applied, not `IHighlight`, thanks.
In order to allow seeing PDF layers and toggling them on/off, I am wondering what would be the best way to add support for OptionalContentConfig in this library. See https://github.com/mozilla/pdf.js/issues/269#issuecomment-669282999...
Hi! Could you make some of the fields optional? For example, if I need only highlight the text I need to provide extra information that I don't have: ``` comment:...
Adding rectangular highlights will cause other highlights move down 
Hey guys, I am trying to access PDF.js functionalities, is it possible? For example, I want to display for the user the Outline contents (catalogue). How can I have access...
Thanks for the great library. I'm trying to store links to PDF highlights in markdown like this: `[description](filename.pdf?t=&r=&l=&b=&p=)`. What should I actually store? The `Scaled` type that is passed to...
Hey guys, I am currently using the react-pdf-highlighter package and I would like to add a search functionality throughout the PDF documents, however I am really having a hard time...