1.0.0 • Published 4 years ago
react-view-pdf v1.0.0
React PDF Reader
The purpose of this library is to provide a React component that works as a PDF Reader. It's basically a React wrapper from the pdf.js library from Mozilla.
Using the Library
The library can be installed via the following commands:
npm i --save-dev react-view-pdf
Because this library uses components from precise-ui
, it is necessary to add it as a dependency to your project:
npm i precise-ui
Then, simply import the component like below:
import { PDFViewer } from 'react-view-pdf';
<PDFViewer url="http://www.africau.edu/images/default/sample.pdf" />
Contributing
Feel free to contribute to it or open issues in case of bugs.
Roadmap
- Remove dependency on
precise-ui
. - Allow selection of texts.
- Add built-in download button.
1.0.0
4 years ago
0.1.8
4 years ago
0.1.7
4 years ago
0.1.9
4 years ago
0.1.4
4 years ago
0.1.6
4 years ago
0.1.5
4 years ago
0.1.3
4 years ago
0.1.2
5 years ago
0.1.1
5 years ago
0.1.0
5 years ago
0.0.15
5 years ago
0.0.11
5 years ago
0.0.12
5 years ago
0.0.13
5 years ago
0.0.14
5 years ago
0.0.10
5 years ago
0.0.9
5 years ago
0.0.8
5 years ago
0.0.7
5 years ago
0.0.6
5 years ago
0.0.5
5 years ago
0.0.4
5 years ago
0.0.3
5 years ago
0.0.2
5 years ago
0.0.1
5 years ago