phuocng

Results 238 comments of phuocng

Released in [v3.7.0](https://react-pdf-viewer.dev/updates/).

@MOZGIII Thanks for the question. I am not a master of license, but I am thinking of adding the free option for open source, personal and education projects. What do...

Thanks for more information. I'll consider one of these `GNU GPL or GNU LGPL` which has been used in a lot of similar projects/use cases. I'll ping you when the...

Please fork this [sample project](https://codesandbox.io/s/react-pdf-viewer-forked-yc8ut) and let me know the steps to reproduce the issue.

We don't support it yet.

@Kliton Does the issue happen with the [pdfjs's viewer](https://mozilla.github.io/pdf.js/web/viewer.html)?

@Kliton You can click the _Open_ button from the toolbar. ![Screen Shot 2021-12-21 at 22 10 59](https://user-images.githubusercontent.com/57786711/146952989-c78af6a1-fdb1-41b9-8064-8fae1e6f9320.png)

The exception comes from `src/shared/utils.js` which is a file in the pdf-js library. Can you upgrade your pdfjs-dist from `2.6.347` to the latest version? (`2.11.338`)

@karimabbes Do you modify the canvas directly? Or just add a new canvas/element to the page? It's great if you can create a [sample project](https://codesandbox.io/s/react-pdf-viewer-forked-yc8ut) so I can take a...