Skip to content

Latest commit

 

History

History

README.md

WebViewer - React - Dropzone sample

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.

Get your trial key

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.

Initial setup

  1. Node.js.
  2. IDE used in this sample is Visual Studio Code with NPM commands within its terminal.
  3. GitHub command line git.

Install

gh repo clone ApryseSDK/webviewer-document-merge
cd webviewer-samples/webviewer-document-merge
npm install

Run

npm start