Skip to content

Commit b31eade

Browse files
Merge pull request #921 from dynamsoft-docs/preview
update license and release notes pages
2 parents b3363e0 + 6eeb5a9 commit b31eade

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

_articles/general-usage/license.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ DLS-connected license keys begin with the `DLS` prefix. Learn more about the Dyn
7171

7272
</div><div class="multi-panel-start"></div>
7373

74-
Offline license keys begin with the `f0068` prefix.
74+
Offline license keys usually begin with the `f00` prefix.
7575

7676
1. Without add-ons: activate the license in the customer portal, then acquire the offline key. This key only authorizes the use of the core DWT module.
7777
2. With add-ons: activate the license in the customer portal, then acquire the offline keys. This may result in multiple license keys - one for the base DWT module, and separate ones for the add-ons. To use multiple keys in a single project, concatenate them (in any order) into a single string, separated with semicolons.
@@ -110,7 +110,7 @@ To use a full license key, set the value of [`Dynamsoft.DWT.ProductKey`](/_artic
110110
2. Assign the license key string to [`Dynamsoft.DWT.ProductKey`](/_articles/info/api/Dynamsoft_WebTwainEnv.md#productkey):
111111

112112
```javascript
113-
Dynamsoft.DWT.ProductKey = 'f0068******;'; // Use an online key
113+
Dynamsoft.DWT.ProductKey = 'f00******;'; // Use an offline key
114114
```
115115

116116
3. Load (or reload, if replacing an existing key) the web application and see that it starts scanning.
@@ -119,14 +119,14 @@ To use a full license key, set the value of [`Dynamsoft.DWT.ProductKey`](/_artic
119119

120120
</div><div class="multi-panel-start"></div>
121121

122-
Offline license keys with add-ons should be concatenated (in any order) into a single string, separated with semicolons, and assigned to the same property (e.g. `f0068******;f0068******`).
122+
Offline license keys with add-ons should be concatenated (in any order) into a single string, separated with semicolons, and assigned to the same property (e.g. `f00******;f00******`).
123123

124124
1. Locate the `dynamsoft.webtwain.config.js` file (or search for `ProductKey`).
125125

126126
2. Assign the license key string to [`Dynamsoft.DWT.ProductKey`](/_articles/info/api/Dynamsoft_WebTwainEnv.md#productkey):
127127

128128
```javascript
129-
Dynamsoft.DWT.ProductKey = 'f0068******;f0068******'; // Use an online key
129+
Dynamsoft.DWT.ProductKey = 'f00******;f00******'; // Use multiple offline keys
130130
```
131131

132132
3. Load (or reload, if replacing an existing key) the web application and see that it starts scanning.

_articles/info/schedule/Stable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: default-layout
33
needAutoGenerateSidebar: true
44
title: Dynamic Web TWAIN SDK Schedule - Stable Release
5-
keywords: Dynamic Web TWAIN, Documentation, Schedule, Stable Release
5+
keywords: Dynamic Web TWAIN, Documentation, Schedule, Stable Release, Release Notes
66
breadcrumbText: Stable Releases
77
noTitleIndex: true
88
description: Dynamic Web TWAIN SDK Documentation Schedule Stable Release Page

_articles/info/schedule/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
layout: default-layout
33
needAutoGenerateSidebar: false
4-
title: Dynamic Web TWAIN SDK Schedule
5-
keywords: Dynamic Web TWAIN, Documentation, Schedule, Index
4+
title: Dynamic Web TWAIN SDK Schedule - Release Notes
5+
keywords: Dynamic Web TWAIN, Documentation, Schedule, Index, Release Notes
66
breadcrumbText: Release Notes
7-
description: Dynamic Web TWAIN SDK Documentation Schedule Index Page
7+
description: Dynamic Web TWAIN SDK Documentation Schedule - Release Notes Page
88
---
99

1010
# Release Notes

0 commit comments

Comments
 (0)