An open API service indexing awesome lists of open source software.

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.

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)

![preview](.github/preview.png)

Check it out in [example/](example)

## License

[MIT](LICENSE)

[vue-pdf2-npm]: https://www.npmjs.com/package/vue-pdfjs2