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.
Blog post is located here https://apryse.com/blog/webviewer/automate-facial-redaction-of-pdfs-with-javascript
To run this example, you only need to have files served from any web server. If you have npm installed on you computer, use http-server to serve the content locally.
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.
git clone --depth=1 https://github.com/ApryseSDK/webviewer-samples.git
cd webviewer-samples/webviewer-facial-redaction
npm install
npm start
You can access it via browser at http://127.0.0.1:8081