react-pdf-highlighter-fork
v7.0.5
Published
Set of React components for PDF annotation
Downloads
15
Maintainers
Readme
react-pdf-highlighter
Set of React components for PDF annotation.
Features:
- Built on top of PDF.js
- Text and image highlights
- Popover text for highlights
- Scroll to highlights
Example
See demo https://agentcooper.github.io/react-pdf-highlighter/.
To run the example app locally:
npm install
npm start
Install
npm install react-pdf-highlighter
How to use
See ./example/src/App.tsx
for the React component API example.