WebViewer is a powerful JavaScript-based PDF Library that is part of the Apryse SDK. It provides a slick out-of-the-box responsive UI that enables you to view, annotate and manipulate PDFs and other document types inside any web project.
This sample is specifically designed for any users interested in integrating WebViewer into Vue project. You can read a guide. This project has been scaffolded using vite through the create-vue npm command as recommended by the developers of Vue.js. For more details, see here
A license key is required to run WebViewer. You can obtain a trial key in our get started guides, or by signing-up on our developer portal.
WebViewer comes with a 7-day trial without any feature limitations or trial key needed. To extend the trial, you can obtain the trial key by signing-up through the developer portal.
Before you begin, make sure the development environment includes Node.js.
git clone --depth=1 https://github.com/ApryseSDK/webviewer-samples.git
cd webviewer-samples/webviewer-vue
npm install
In Visual Studio Code or from a Command Prompt window, preview the app in localhost with an npm command.
npm start