Skip to content
This repository was archived by the owner on Feb 19, 2025. It is now read-only.

Commit 9b3ff7a

Browse files
Merge pull request #42 from ApryseSDK/misc/wvr-7220-v11-update
Updating WebViewer to v11
2 parents 98dde30 + 36bc69e commit 9b3ff7a

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

LICENSE

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Copyright 2020 PDFTron Systems Inc. All rights reserved.
2-
WebViewer React UI project/codebase or any derived works is only permitted in solutions with an active commercial PDFTron WebViewer license. For exact licensing terms please refer to your commercial WebViewer license. For use in other scenario, please contact sales@pdftron.com
1+
Copyright 2024 Apryse Systems Inc. All rights reserved.
2+
WebViewer UI project/codebase or any derived works is only permitted in solutions with an active commercial Apryse WebViewer license. For exact licensing terms refer to the commercial WebViewer license. For licensing, pricing, or product questions, Contact [Sales](https://apryse.com/form/contact-sales).

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# WebViewer - React sample
22

3-
[WebViewer](https://www.pdftron.com/documentation/web/) is a powerful JavaScript-based PDF Library that's part of the [PDFTron PDF SDK](https://www.pdftron.com). 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.
3+
[WebViewer](https://docs.apryse.com/documentation/web/) is a powerful JavaScript-based PDF Library that is part of the [Apryse SDK](https://apryse.com/). 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 web projects.
44

55
![WebViewer UI](https://www.pdftron.com/downloads/pl/webviewer-ui.png)
66

@@ -30,7 +30,7 @@ You can obtain the trial key by signing-up on our [developer portal](https://dev
3030

3131
Before you begin, make sure your development environment includes [Node.js](https://nodejs.org/en/).
3232

33-
This sample requires Node version 18.0.0 or higher. To check your version, run `node -v` in a terminal/console window.
33+
This sample requires Node version 20. To check your version, run `node -v` in a terminal/console window.
3434

3535
In order to set the license key, you will need to set the string in the WebViewer sample. One such way is by passing it into the constructor of the WebViewer: https://docs.apryse.com/documentation/web/faq/add-license/#passing-into-constructor
3636

@@ -44,7 +44,7 @@ Follow the steps below to set the license key in this sample:
4444
## Install
4545

4646
```
47-
git clone https://github.com/PDFTron/webviewer-react-sample.git
47+
git clone https://github.com/ApryseSDK/webviewer-react-sample.git
4848
cd webviewer-react-sample
4949
npm install
5050
```
@@ -78,7 +78,7 @@ WebViewer(
7878

7979
## WebViewer APIs
8080

81-
See [API documentation](https://www.pdftron.com/documentation/web/guides/ui/apis).
81+
See [API documentation](https://docs.apryse.com/api/web/WebViewerInstance.html).
8282

8383
## Contributing
8484

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.0",
44
"private": true,
55
"dependencies": {
6-
"@pdftron/webviewer": "^10.0.0",
6+
"@pdftron/webviewer": "^11.0.0",
77
"@testing-library/jest-dom": "^5.17.0",
88
"@testing-library/react": "^13.4.0",
99
"@testing-library/user-event": "^13.5.0",

0 commit comments

Comments
 (0)