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 user interested in implementing a drop zone, where users can drag and drop thumbnails from two viewers and download the resulting file.
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.
- Node.js.
- IDE used in this sample is Visual Studio Code with NPM commands within its terminal.
- GitHub command line
git.
gh repo clone ApryseSDK/webviewer-document-merge
cd webviewer-samples/webviewer-document-merge
npm install
npm start