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 interacts with the core library to view, annotate and manipulate PDFs that can be embedded into web projects.
This repo is designed for users interested in integrating WebViewer into jQuery project. For more information, refer to jQuery.
Before beginning, Node.js should be installed to the development environment.
git clone https://github.com/ApryseSDK/webviewer-jquery-sample
cd webviewer-jquery-sample
npm install
npm start
It will load http://localhost:3000/
. The application will automatically reload if you change any of the source files.
PDFNetJS Full is a complete browser side PDF SDK, unlocking viewing, parsing and editing of PDF files. To enable full API, modify the constructor in app.js:
WebViewer({
path: 'lib', // path to the Apryse 'lib' folder on your server
initialDoc: 'https://pdftron.s3.amazonaws.com/downloads/pl/webviewer-demo.pdf',
+ fullAPI: true
}, document.getElementById('viewer'))
For more information, refer to Full API for PDF processing and Class: WebViewerInstance.
For a live demo of the WebViewer capabilities, refer to the Apryse WebViewer Demo: JavaScript PDF Viewer Demo.
Submission to this repo is governed by these guidelines.
For licensing, refer to License.