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

Commit 3438b7c

Browse files
authored
Merge pull request #5 from PDFTron/autoimport-server-xfdf
Autoimport server xfdf
2 parents f2b89f2 + 2085adf commit 3438b7c

File tree

12 files changed

+40494
-8308
lines changed

12 files changed

+40494
-8308
lines changed

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Copyright 2023 PDFTron Systems Inc. All rights reserved.
2-
WebViewer Mendix 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 2023 Apryse Systems Inc. All rights reserved.
2+
WebViewer Mendix project/codebase or any derived works is only permitted in solutions with an active commercial Apryse WebViewer license. For exact licensing terms please refer to your commercial WebViewer license. For use in other scenario, please contact sales@apryse.com

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# WebViewer - Mendix Web Widget
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's part of the [Apryse PDF SDK](https://www.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 any web project.
44

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

@@ -129,19 +129,19 @@ useEffect(() => {
129129
}, [props.value]);
130130
```
131131

132-
In the code snippet, we are listening for any of the changes in `props` and then calling `loadDocument` API to load a new document. You can connect it with your existing flows or pass URLs from your file storage. Make sure you have the [CORS configured](https://www.pdftron.com/documentation/web/faq/cors-support/) in case you run into any errors.
132+
In the code snippet, we are listening for any of the changes in `props` and then calling `loadDocument` API to load a new document. You can connect it with your existing flows or pass URLs from your file storage. Make sure you have the [CORS configured](https://docs.apryse.com/documentation/web/faq/cors-support/) in case you run into any errors.
133133

134134
You can now customize the widget by checking out other guides we have available. Perform your customizations inside of `src/components/PDFViewer.tsx`. Do not forget to run `npm run dev` within the Widget's console or terminal and update the files in your App by pressing F4, or from the top menu bar selecting `Project > Synchronize Project Directory`.
135135

136-
You can now checkout other guides like [how to open your own documents](https://www.pdftron.com/documentation/web/guides/basics/open/url/) or [how to disable certain features](https://www.pdftron.com/documentation/web/guides/hiding-elements/).
136+
You can now checkout other guides like [how to open your own documents](https://docs.apryse.com/documentation/web/guides/basics/open/url/) or [how to disable certain features](https://docs.apryse.com/documentation/web/guides/hiding-elements/).
137137

138138
## WebViewer APIs
139139

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

142142
## Support
143143

144-
https://www.pdftron.com/form/trial-support/
144+
https://apryse.com/form/trial-support
145145

146146
## Contributing
147147

0 commit comments

Comments
 (0)