phuocng
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.
Can you give me the sample document?
@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. 
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...