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 designed for users interested in integrating WebViewer into jQuery project. For more information, refer to jQuery.
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.
Before beginning, Node.js should be installed to the development environment.
git clone --depth=1 https://github.com/ApryseSDK/webviewer-samples.git
cd webviewer-samples/webviewer-jquery
npm install
npm start
It will load http://localhost:3000/. The application will automatically reload if you change any of the source files.