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

Commit 4e173fc

Browse files
authored
Merge pull request #22 from PDFTron/guides-update
Added demos and trial key information
2 parents 7322564 + 927be5c commit 4e173fc

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

README.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,24 @@
66

77
This repo is specifically designed for any users interested in integrating WebViewer into React project. You can watch [a video here](https://youtu.be/bVhWXuLSL0k) to help you get started.
88

9-
## Demo
10-
11-
You can explore all of the functionality in our [showcase](https://www.pdftron.com/webviewer/demo/).
9+
## Demos
10+
11+
- [Customizable out-of-the-box UI](https://showcase.apryse.com/toolbar-customization)
12+
- [PDF Viewer](https://showcase.apryse.com/)
13+
- [DOCX Editor](https://showcase.apryse.com/office-editor)
14+
- [Annotation & Markup](https://showcase.apryse.com/annotation-permissions)
15+
- [Generate PDFs from DOCX template](https://showcase.apryse.com/office-template-fill)
16+
- [Digital Signatures](https://showcase.apryse.com/digital-signatures)
17+
- [PDF Text Editing](https://showcase.apryse.com/pdf-editing)
18+
- [Page Manipulation](https://showcase.apryse.com/pdf-page-manipulation-api)
19+
- [Redaction](https://showcase.apryse.com/redaction)
20+
- [Form Building](https://showcase.apryse.com/pdf-form-build)
21+
- [Annotate Videos](https://showcase.apryse.com/annotate-video-frames)
22+
- [More](https://showcase.apryse.com/)
23+
24+
## Trial
25+
26+
WebViewer comes with a 7-day trial without any feature limitations or trial key needed. To extend the trial, you can obtain the trial key by [signing-up](https://dev.apryse.com/) on our [developer portal](https://dev.apryse.com/).
1227

1328
## Initial setup
1429

src/App.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ const App = () => {
1111
{
1212
path: '/webviewer/lib',
1313
initialDoc: '/files/PDFTRON_about.pdf',
14+
licenseKey: 'your_license_key' // sign up to get a free trial key at https://dev.apryse.com
1415
},
1516
viewer.current,
1617
).then((instance) => {

0 commit comments

Comments
 (0)