Skip to content

Commit 53b8b0f

Browse files
committed
Update what-are-the-resources-files.md
1 parent 5c6437f commit 53b8b0f

File tree

1 file changed

+35
-35
lines changed

1 file changed

+35
-35
lines changed

faq/what-are-the-resources-files.md

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ Resources files help you include Dynamic Web TWAIN in your application. The foll
1919
2020
<div class="multi-panel-switching-prefix"></div>
2121

22-
- [18.0 and 18.0-](#18min)
2322
- [v18.1+](#18plus)
23+
- [From v16.0 to v18.0](#18min)
2424

2525
<div class="multi-panel-start"></div>
2626

@@ -32,7 +32,11 @@ Resources files help you include Dynamic Web TWAIN in your application. The foll
3232
3333
* dynamsoft.webtwain.initiate.js
3434

35-
> This file is the core of the Dynamic Web TWAIN library.
35+
> This file is the core of the Dynamic Web TWAIN library.
36+
37+
* dynamsoft.webtwain.initiate_cus.js
38+
39+
> This file is the core of the Dynamic Web TWAIN customized library, please do not use it if there is no requirement.
3640
3741
* dynamsoft.webtwain.install.js
3842

@@ -45,10 +49,6 @@ Resources files help you include Dynamic Web TWAIN in your application. The foll
4549

4650
> This file contains the functionalities of the Dynamsoft Upload Module.
4751
48-
+ dynamsoft.webtwain.addon.camera.js
49-
50-
> This file contains the functionalities of the Camera addon.
51-
5252
+ dynamsoft.webtwain.addon.pdf.js
5353

5454
> This file contains the functionalities of the PDF Rasterizer addon.
@@ -61,15 +61,6 @@ Resources files help you include Dynamic Web TWAIN in your application. The foll
6161

6262
> This file contains the functionalities of the Barcode addon.
6363
64-
+ dbrjs
65-
66-
> These files are meant for the barcode reader addon for using by the Camera addon.
67-
68-
- dbr.js
69-
- dbr-7.4.0.1.full.wasm
70-
- dbr-7.4.0.1.full.wasm.js
71-
- dbr-7.4.0.1.worker.js
72-
7364
* dist
7465

7566
> Under this directory are the installers for the Dynamsoft Service which needs to be manually installed on each client machine that uses the Dynamic Web TWAIN library as a service.
@@ -100,16 +91,11 @@ Resources files help you include Dynamic Web TWAIN in your application. The foll
10091
> - PDF read & write
10192
> - Viewer & UI
10293
103-
- dynamsoft.imageio.js
104-
- dynamsoft.imageio_wasm-<version number>.js
105-
- dynamsoft.imagecore-<version number>.wasm
106-
- dynamsoft.imageio-<version number>.wasm
107-
- dynamsoft.imageProc-<version number>.wasm
108-
- dynamsoft.pdfReader-<version number>.wasm
109-
- dynamsoft.pdfWriter-<version number>.wasm
110-
- dynamsoft.viewer.css
111-
- dynamsoft.viewer.js
112-
- dynamsoft.webtwain.css
94+
- dynamsoft.lts.js
95+
- dynamsoft.webtwain.activex.js
96+
- dynamsoft.webtwain.viewer.css
97+
- dynamsoft.webtwain.viewer.viewer.js
98+
- dynamsoft.webtwain.viewer.js
11399

114100
<div class="multi-panel-end"></div>
115101

@@ -123,11 +109,7 @@ Resources files help you include Dynamic Web TWAIN in your application. The foll
123109
124110
* dynamsoft.webtwain.initiate.js
125111

126-
> This file is the core of the Dynamic Web TWAIN library.
127-
128-
* dynamsoft.webtwain.initiate_cus.js
129-
130-
> This file is the core of the Dynamic Web TWAIN customized library, please do not use it if there is no requirement.
112+
> This file is the core of the Dynamic Web TWAIN library.
131113
132114
* dynamsoft.webtwain.install.js
133115

@@ -140,6 +122,10 @@ Resources files help you include Dynamic Web TWAIN in your application. The foll
140122

141123
> This file contains the functionalities of the Dynamsoft Upload Module.
142124
125+
+ dynamsoft.webtwain.addon.camera.js
126+
127+
> This file contains the functionalities of the Camera addon.
128+
143129
+ dynamsoft.webtwain.addon.pdf.js
144130

145131
> This file contains the functionalities of the PDF Rasterizer addon.
@@ -152,6 +138,15 @@ Resources files help you include Dynamic Web TWAIN in your application. The foll
152138

153139
> This file contains the functionalities of the Barcode addon.
154140
141+
+ dbrjs
142+
143+
> These files are meant for the barcode reader addon for using by the Camera addon.
144+
145+
- dbr.js
146+
- dbr-7.4.0.1.full.wasm
147+
- dbr-7.4.0.1.full.wasm.js
148+
- dbr-7.4.0.1.worker.js
149+
155150
* dist
156151

157152
> Under this directory are the installers for the Dynamsoft Service which needs to be manually installed on each client machine that uses the Dynamic Web TWAIN library as a service.
@@ -182,11 +177,16 @@ Resources files help you include Dynamic Web TWAIN in your application. The foll
182177
> - PDF read & write
183178
> - Viewer & UI
184179
185-
- dynamsoft.lts.js
186-
- dynamsoft.webtwain.activex.js
187-
- dynamsoft.webtwain.viewer.css
188-
- dynamsoft.webtwain.viewer.viewer.js
189-
- dynamsoft.webtwain.viewer.js
180+
- dynamsoft.imageio.js
181+
- dynamsoft.imageio_wasm-<version number>.js
182+
- dynamsoft.imagecore-<version number>.wasm
183+
- dynamsoft.imageio-<version number>.wasm
184+
- dynamsoft.imageProc-<version number>.wasm
185+
- dynamsoft.pdfReader-<version number>.wasm
186+
- dynamsoft.pdfWriter-<version number>.wasm
187+
- dynamsoft.viewer.css
188+
- dynamsoft.viewer.js
189+
- dynamsoft.webtwain.css
190190

191191
<div class="multi-panel-end"></div>
192192

0 commit comments

Comments
 (0)