new-react-pdf
v0.0.6
Published
This library is react specific implementation of pdf.js that lets you render pdf in your react application whether it is web or mobile.
Readme
Best alternative of React-Pdf
This library is react specific implementation of pdf.js that lets you render pdf in your react application whether it is web or mobile.
Installation
npm install new-react-pdfNote: copy the pdf.worker.mjs file to your public folder from the node_modules/pdfjs-dist/build/ folder.
windows: copy node_modules/pdfjs-dist/build/pdf.worker.mjs public/
linux/unix/mac: cp node_modules/pdfjs-dist/build/pdf.worker.mjs public/