WebViewer is a powerful JavaScript-based PDF Library that's part of the Apryse SDK. It allows you to view and annotate PDF files on your web app with a fully customizable UI.
This is a WebViewer sample to show how you can save and load annotations through files with Node.js backend.
Before you begin, make sure your development environment includes Node.js.
git clone https://github.com/ApryseSDK/webviewer-annotations-document-sample.git
cd webviewer-annotations-document-sample
npm install
npm start
- Create annotations with annotations tools in the header
- Save annotations with the save button in the header
- Load annotations by refreshing the app
- You can find the original PDF document updated with new annotations in server folder
See contributing.
See license.