Skip to content

Commit 701cd3b

Browse files
authored
Merge pull request #904 from dynamsoft-docs/preview
update to internal commit cba66edf
2 parents 7a38bb6 + 916b45f commit 701cd3b

File tree

10 files changed

+76
-9
lines changed

10 files changed

+76
-9
lines changed

_articles/extended-usage/dynamsoft-service-configuration.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ description: Dynamic Web TWAIN SDK Documentation Dynamic Web TWAIN Service Page
1414
1515
The Dynamic Web TWAIN Service is the core piece of Dynamic Web TWAIN when running in Service mode. It handles the communication between hardware (scanner, webcam, etc.) and browser, manages the image buffer, and coordinates data between different modules.
1616

17-
### IP and ports
17+
## IP and ports
1818

1919
The Dynamic Web TWAIN Service uses `localhost` and `18622` `18625` ports for HTTP connection and `18623` `18626` ports for HTTPS connection.
2020
These ports can be configured in the `DSConfiguration.ini` file located in:
2121
- Windows: `C:\Program Files (x86)\Dynamsoft\Dynamic Web TWAIN Service {versionnumber}`(version 18.5.1 and earlier `C:\Windows\SysWOW64\Dynamsoft\DynamsoftServicex64_{versionnumber}`)
2222
- macOS: `Go > Applications > Dynamsoft > Dynamic Web TWAIN Service {versionnumber}`(version 18.5.1 and earlier `Go > Applications > Dynamsoft > DynamsoftServicex64_{versionnumber} > {installed version No.}`)
2323
- Linux: `/opt/dynamsoft/Dynamic Web TWAIN Service {versionnumber}`(version 18.5.1 and earlier `/opt/dynamsoft/DynamsoftService`)
2424

25-
### Access-Control-Allow-Origin
25+
## Access-Control-Allow-Origin
2626

2727
For security purposes, you may want the Dynamic Web TWAIN Service to only respond to requests from specified origins. Starting from Dynamic Web TWAIN version 18.5, this can be achieved by adding `Access-Control-Allow-Origin` in the `DSConfiguration.ini` file.
2828

@@ -86,10 +86,14 @@ Once the installation is done, the users can click the orange sentence 'click he
8686

8787
![Initialization](/assets/imgs/Initialization-2.png)
8888

89-
### Msg: Dynamic Web TWAIN Service is not installed / Dynamic Web TWAIN is not installed
89+
## Msg: Dynamic Web TWAIN Service is not installed / Dynamic Web TWAIN is not installed
9090

9191
If Dynamic Web TWAIN Service is not installed, users may receive the error 'The Dynamic Web TWAIN module is not installed' when accessing an application that uses Dynamic Web TWAIN.
9292

93+
## Msg: Dynamic Web TWAIN Service installed on your device is outdated
94+
95+
If the service is installed but you are using a new version of the JavaScript library, you may encounter this message. You need to install a new version of the service or downgrade the JavaScript library.
96+
9397
## Related Resources:
9498

9599
* [What does Dynamic Web TWAIN Service do?](/_articles/faq/what-does-dynamsoft-service-do-on-end-user-machine.md){:target="_blank"}

_articles/faq/add-annotation-to-image.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ description: Can I add annotation to an image (e.g. add watermark or text)?
1212

1313
## Can I add annotation to an image (e.g. add watermark or text)?
1414

15-
This feature has been deprecated since v16.1. Dynamsoft will release an Annotation addon for the Dynamic Web TWAIN SDK and adding text overlay to an image will be supported by the Annotation addon once available. If you are interested, you can send an email to <a href="mailto:support@dynamsoft.com">support@dynamsoft.com</a> to receive an update on release news.
15+
In 2023, Dynamsoft introduced Dynamsoft Document Viewer, a feature-rich web-based document viewer that supports document annotation. When used in conjunction with Dynamic Web TWAIN, it enables users to annotate scanned documents seamlessly. For more information, please refer to: [Dynamic Web TWAIN with Annotations](https://www.dynamsoft.com/web-twain/docs/faq/dwt-with-annotation.html).

_articles/faq/service-backward-compatibility.md

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,14 @@ From 16.x, the latest service within the major version supports all previous ver
2929
4. Copy the .dll files from your temporary location into the _new_ Dynamic Web TWAIN Service folder (from v19.0+, the target path is `C:\Program Files (x86)\Dynamsoft\Dynamic Web TWAIN Service {version number}`).
3030

3131
### List of required .dll files
32+
33+
<div class="multi-panel-switching-prefix"></div>
34+
35+
- [v19.0+](#19plus)
36+
- [Versions below 19.0](#19min)
37+
38+
<div class="multi-panel-start"></div>
39+
3240
**Version 18.x**
3341
```javascript
3442
dwt_18.5.1.0828.dll
@@ -41,6 +49,55 @@ UploadModule_1.8.5.0828.dll
4149
dbrx64_9.6.1.0312.dll
4250
```
4351

52+
**Version 17.x**
53+
```javascript
54+
dwt_17.3.5.1212.dll
55+
DynamicImagex64.dll
56+
DynamicPdfCorex64_11.4.0.0531.dll
57+
DynamicPdfRx64_11.4.0.0531.dll
58+
DWASManager_17351212.dll
59+
DynamicSocket.dll
60+
libcrypto-1_1-x64.dll
61+
libssl-1_1-x64.dll
62+
UploadModule_1.7.2.1026.dll
63+
dbrx64_8.8.0.0531.dll
64+
x64
65+
```
66+
67+
**Version 16.x**
68+
```javascript
69+
dwt_16.2.6.1212.dll
70+
DynamicImagex64.dll
71+
DynamicPdfCorex64_11.1.0.0112.dll
72+
DynamicPdfRx64_11.1.0.0112.dll
73+
DWASManager_16261212.dll
74+
DynamicSocket.dll
75+
libeay32.dll
76+
ssleay32.dll
77+
UploadModule_1.6.0.0428.dll
78+
dbrx64_7.6.0.0112.dll
79+
x64
80+
```
81+
82+
**Version 15.x**
83+
```javascript
84+
dwt_15.3.4.1212.dll
85+
DynamicImagex64.dll
86+
DynamicPdfCorex64_10.3.3.0924.dll
87+
DynamicPdfRx64_10.3.3.0924.dll
88+
DWASManager_15341212.dll
89+
DynamicSocket.dll
90+
libeay32.dll
91+
ssleay32.dll
92+
UploadModule_1.4.0.0107.dll
93+
dbrx64_7.3.0.0107.dll
94+
x64
95+
```
96+
97+
<div class="multi-panel-end"></div>
98+
99+
<div class="multi-panel-start"></div>
100+
44101
**Version 17.x**
45102
```javascript
46103
dwt_17.3.0.0531.dll
@@ -90,3 +147,7 @@ dwt_15.0.0.0625.dll
90147
DynamicPdfCorex64_10.3.1.0124.dll
91148
DynamicPdfRx64_10.3.1.0124.dll
92149
```
150+
151+
<div class="multi-panel-end"></div>
152+
153+
<div class="multi-panel-switching-end"></div>

_articles/indepth/development/angular.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ng new dwt-angular
2828
### **cd** to the root directory of the application and install the dependencies
2929

3030
``` cmd
31-
npm install dwt
31+
npm install dwt@19.1.0
3232
```
3333

3434
## Configure the project

_articles/indepth/development/react.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ npm install
4040
```
4141

4242
``` cmd
43-
npm install dwt ncp
43+
npm install dwt@19.1.0 ncp
4444
```
4545

4646
> `ncp` is used to copy static resources files.

_articles/indepth/development/vue.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ vue create dwt-vue
3333
### Navigate to the root directory of the application and install the `dwt` and `ncp` package
3434

3535
``` cmd
36-
yarn add dwt
36+
yarn add dwt@19.1.0
3737
```
3838

3939
``` cmd
@@ -232,7 +232,7 @@ npm install
232232
```
233233

234234
``` cmd
235-
npm install dwt
235+
npm install dwt@19.1.0
236236
```
237237

238238
``` cmd

index.md renamed to _articles/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ title: Dynamic Web TWAIN SDK Documentation
44
keywords: Dynamic Web TWAIN, TWAIN, documentation
55
breadcrumbText: HomePage
66
description: Dynamic Web TWAIN SDK Documentation Homepage
7-
permalink: /index.html
87
---
98

109
# Dynamic Web TWAIN Documentation

_articles/info/api/Addon_Camera.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ title: Dynamic Web TWAIN SDK API Reference - Camera Addon APIs
55
keywords: Dynamic Web TWAIN, Documentation, API Reference, Camera Addon APIs
66
breadcrumbText: Camera Addon
77
description: Dynamic Web TWAIN SDK Documentation API Reference Camera Addon APIs Page
8+
ignore: true
89
---
910

1011
# `{WebTwainObject}.Addon.Camera`

_articles/info/api/Addon_OCR.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ title: Dynamic Web TWAIN SDK API Reference - OCRB Addon APIs
55
keywords: Dynamic Web TWAIN, Documentation, API Reference, OCRB Addon APIs
66
breadcrumbText: OCRB Addon
77
description: Dynamic Web TWAIN SDK Documentation API Reference OCRB Addon APIs Page
8+
ignore: true
89
---
910

1011
# `{WebTwainObject}.Addon.OCR`

_articles/info/api/Addon_OCRPro.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ title: Dynamic Web TWAIN SDK API Reference - OCRPro Addon APIs
55
keywords: Dynamic Web TWAIN, Documentation, API Reference, OCRPro Addon APIs
66
breadcrumbText: OCRPro Addon
77
description: Dynamic Web TWAIN SDK Documentation API Reference OCRPro Addon APIs Page
8+
ignore: true
89
---
910

1011
# `{WebTwainObject}.Addon.OCRPro`

0 commit comments

Comments
 (0)