WebViewer is a powerful JavaScript-based PDF Library that's 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 any web project.
This repo is specifically designed for any users interested in integrating PDFTron WebViewer into a Tomcat JSP web application.
Before you begin, make sure your development environment includes Java
Node and npm described below are just for convenient to downloading and installation of WebViewer.
Linux:
Install the JDK and JRE to recompile.
sudo apt-get install openjdk-8-jre
sudo apt-get install openjdk-8-jdk
Mac:
Install the JDK.
brew tap AdoptOpenJDK/openjdk
brew install --cask adoptopenjdk8
Linux: sudo apt install nodejs
Mac: brew install node
npm install
npm start
Navigate to http://localhost:8080/webviewer.
npm stop
See API documentation.
See license.