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

I'm using Vue 3, Quasar and Electron and I'd like to show the first page of a PDF file. However I'm getting a blank page. **Versions** - pdfvuer: 2.0.1 -...

Hi, Tried this library on vue3 + vite. Got error in `Pdfvuer.vue:7:4` while importing `pdf_viewer.js ` `Uncaught SyntaxError: import not found: PDFFindController` **Steps to reproduce** - Create new vite project...

I'm getting this error when i try to build for production. But when i try `npm run hot` its working properly. Does anyone knows how to fix this issue?

Allow setting zoom factor through props.

Hacktoberfest

**Is your feature request related to a problem? Please describe.** I need to dynamically change the data that is being viewed in this component. I would like the src property...

I need search text

good first issue
Hacktoberfest

Using the scale code from the advanced example, but adding the `resize` prop seems to break scaling. It seems to reset the scale back (via sync) and re-render the PDF...

![pdfviewer](https://user-images.githubusercontent.com/11422206/74245004-9b4c2500-4ce2-11ea-9fc5-c07aef60906c.PNG) I have installed pdfvuer with `npm install --save pdfvuer` but module is missing. I see pdfvuer in package.json file.

There are a couple ways this could be done. We could pass in a value like `page-height` to the `scale` prop, or we could expose the `pdfPage` object so the...

Hi. I am getting the warnning `[Vue warn]: Error in v-on handler: "TypeError: Cannot read property 'offsetWidth' of undefined"` when remove some pages with code below: `` Has someone else...