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 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 WebViewer into a Powerapps component project.
You can explore all of the functionality in our showcase.
Before you begin, make sure your development environment includes:
- Node.js. Note that WebViewer does not require NodeJS but it is used to help run this sample.
- IDE used in this sample is Visual Studio Code with NPM commands within its terminal.
- GitHub command line
git
.
git clone https://github.com/PDFTron/webviewer-powerapps-component-sample.git
cd webviewer-powerapps-component-sample
npm install
npm start
After the app starts, you will be able to see WebViewer running on localhost:8181
as a control within the PowerApps component framework test environment. This sample requires localhost:3000
listening in the background. Hence the npm start
in the package.json
defines calls to both servers.
Visit Apryse's WebViewer page to see what else you can do with the WebViewer.
Refer to a running sample on Apryse SDK showcase page.
Any submission to this repo is governed by these guidelines.
For licensing, refer to License.