pdfvuer icon indicating copy to clipboard operation
pdfvuer copied to clipboard

A PDF viewer for Vue using Mozilla's PDF.js that supports both Vue2 and Vue3

Results 36 pdfvuer issues
Sort by recently updated
recently updated
newest added

https://arkokoley.github.io/pdfvuer/ when use Mobile phone model the page will not change at the bottom of pdf。

When trying to view a pdf via ie11 this error occurs: `Error in loading pdf: The browser/environment lacks native support for critical functionality used by the PDF.js library (e.g. `ReadableStream`...

SyntaxError: The requested module '/node_modules/pdfjs-dist/web/pdf_viewer.js?v=fcf4b5f0' does not provide an export named 'DefaultAnnotationLayerFactory'

It would be useful to add types for typescript users.

when I use pdfVuer, there is an issue 'SyntaxError: The requested module '/node_modules/[email protected]@pdfjs-dist/web/pdf_viewer.js?v=0ddebc6b' does not provide an export named 'DefaultAnnotationLayerFactory'

I tried to use PdfVuer 2.0.1 with Vue.js 3 to display all pages of a PDF (~25 pages). Because the loading is quite slow, it became obvious that a web...

I am trying this library to open a password protracted PDF. The UI just shows empty divs and no password prompt dialog.

On vue 2 with pdfvuer, i got an error only if i use a `v-for` don't know why. Error : `[Vue warn]: Error in render: "TypeError: Cannot read properties of...

Warning: Error during font loading: The CMap "baseUrl" parameter must be specified, ensure that the "cMapUrl" and "cMapPacked" API parameters are provided.

Hello, Great library, it really makes working with PDF.js easier. Is it to possible to provide the link to source of the demo app (https://arkokoley.github.io/pdfvuer) or maybe add an example...