WebViewer is a powerful JavaScript-based PDF Library that's part of the PDFTron PDF SDK. It provides a slick out-of-the-box responsive UI that interacts with the core library to view, annotate and manipulate PDFs that can be embedded into any web project.
This repo is specifically designed for any users interested in integrating WebViewer into Vue project. You can watch an in-depth video going over this repo or read a guide.
You can explore all of the functionality in our showcase.
Before you begin, make sure your development environment includes Node.js.
npm install
npm run serve
npm run build
npm run test
npm run lint
Please note that for now, IE11 is not supported. vuejs/rfcs#183 (comment) vuejs/rfcs#183