You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 19, 2025. It is now read-only.
1. Updated the UI to the variable.
2. Updated the jQuery.
3. Updated the contact sales statement.
4. Added the automatically loading of localhost.
5. Updated the dependencies versions.
6. Updated readme contents, links and structure.
Copyright 2018 PDFTron Systems Inc. All rights reserved.
2
-
WebViewer 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 contactsales@pdftron.com
2
+
WebViewer UI project/codebase or any derived works is only permitted in solutions with an active commercial PDFTron 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).
[WebViewer](https://www.pdftron.com/webviewer) 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.
This repo is specifically designed for any users interested in integrating WebViewer into a jQuery project. See [jQuery](https://jquery.com/) for more information.
7
+
This repo is designed for users interested in integrating WebViewer into jQuery project. For more information, refer to [jQuery](https://jquery.com/).
8
8
9
9
## Initial setup
10
10
11
-
Before you begin, make sure your development environment includes [Node.js](https://nodejs.org/en/).
11
+
Before beginning, [Node.js](https://nodejs.org/en/) should be installed to the development environment.
Navigate to `http://localhost:3000/`. The app will automatically reload if you change any of the source files.
27
+
It will load `http://localhost:3000/`. The application will automatically reload when possible changes occurred to the source files.
28
28
29
-
## WebViewer APIs
29
+
## Full API for PDF processing
30
30
31
-
See [API documentation](https://www.pdftron.com/documentation/web/guides/ui/apis).
32
-
33
-
## Enabling full API
34
-
35
-
PDFNetJS Full is a complete browser side PDF SDK, unlocking viewing, parsing and editing of PDF files. To enable full API, you can modify constructor in components.js:
31
+
PDFNetJS Full is a complete browser side PDF SDK, unlocking viewing, parsing and editing of PDF files. To enable full API, modify the constructor in app.js:
36
32
37
33
```diff
38
34
WebViewer({
@@ -42,13 +38,16 @@ WebViewer({
42
38
}, document.getElementById('viewer'))
43
39
```
44
40
45
-
You can refer to this [guide for more information](https://www.pdftron.com/documentation/web/guides/full-api)
41
+
For more information, refer to [Full API for PDF processing](https://docs.apryse.com/documentation/web/guides/full-api/) and [Class: WebViewerInstance](https://docs.apryse.com/api/web/WebViewerInstance.html).
42
+
43
+
## Showcase
44
+
45
+
For a live demo of the WebViewer capabilities, refer to the [Apryse WebViewer Demo: JavaScript PDF Viewer Demo](https://showcase.apryse.com/).
46
46
47
47
## Contributing
48
48
49
-
See [contributing](./CONTRIBUTING.md).
49
+
Submission to this repo is governed by these [guidelines](/CONTRIBUTING.md).
0 commit comments