pdfjs-react
pdfjs-react copied to clipboard
Simple example of using PDF.js components with React.
Hi Yury, very nice example here. I'm trying to adapt it to PDFJS 2.0 but I keep running into issues with the line: `let eventBus = new PDFJSViewer.EventBus();` I get...
Hi, Thanks a lot for this reference project. I'm wondering why the worker is being built twice during an `npm run build`. The `build/` folder contains two copies of the...
Hi Yury, This is an amazing project! I've seen many examples, but have found your's to be very helpful! However, I was wondering if we could have a pagination option...