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

Commit 2085adf

Browse files
committed
Updated some branding
1 parent 80a06d9 commit 2085adf

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"widgetName": "WebViewer",
44
"version": "1.5.0",
55
"description": "My widget description",
6-
"copyright": "2023 PDFTron",
6+
"copyright": "2023 Apryse",
77
"author": "Andrey Safonov",
88
"config": {
99
"projectPath": "../..//",

src/WebViewer.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
xmlns="http://www.mendix.com/widget/1.0/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
55
xsi:schemaLocation="http://www.mendix.com/widget/1.0/ ../node_modules/mendix/custom_widget.xsd">
66
<name>WebViewer</name>
7-
<description>PDFTron WebViewer is a pure client-side JavaScript library that lets you view, edit, and annotate documents and images right in your Mendix application: PDFTron WebViewer is the Mendix integration of PDFTron's industry-leading document SDK.</description>
7+
<description>Apryse WebViewer is a pure client-side JavaScript library that lets you view, edit, and annotate documents and images right in your Mendix application: Apryse WebViewer is the Mendix integration of Apryse's industry-leading document SDK.</description>
88
<icon/>
99
<properties>
1010
<propertyGroup caption="General">
@@ -187,7 +187,7 @@
187187
<propertyGroup caption="License">
188188
<property key="l" type="string" required="false">
189189
<caption>Key</caption>
190-
<description>WebViewer license key. Please reach out to sales@pdftron.com for more information.</description>
190+
<description>WebViewer license key. Please reach out to sales@apryse.com for more information.</description>
191191
</property>
192192
</propertyGroup>
193193
</properties>

0 commit comments

Comments
 (0)