https://github.com/mitscherlich/vue-pdfjs2
Display PDFs in your Vue app as easily as if they were images.
https://github.com/mitscherlich/vue-pdfjs2
Last synced: 7 months ago
JSON representation
Display PDFs in your Vue app as easily as if they were images.
- Host: GitHub
- URL: https://github.com/mitscherlich/vue-pdfjs2
- Owner: Mitscherlich
- License: mit
- Created: 2021-06-10T06:59:29.000Z (about 5 years ago)
- Default Branch: dev
- Last Pushed: 2024-05-07T15:45:33.000Z (about 2 years ago)
- Last Synced: 2024-12-29T19:58:20.856Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://npm.im/vue-pdfjs2
- Size: 8.24 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vue-pdfjs2
Display PDFs in your Vue app as easily as if they were images.
## Compatibility
- `Vue < 2.7`
For `Vue 2.7+` / `Vue 3`, reference to branch [next](https://github.com/Mitscherlich/vue-pdfjs2/tree/next).
## Quick start
Install [`vue-pdfjs2`][vue-pdf2-npm] via [npm](https://npmjs.com) or [yarn](https://classic.yarnpkg.com).
```sh
$ npm install vue-pdfjs2 [--save]
# or yarn
$ yarn add vue-pdfjs2
```
## Screenshot (Preview)

Check it out in [example/](example)
## License
[MIT](LICENSE)
[vue-pdf2-npm]: https://www.npmjs.com/package/vue-pdfjs2