You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: faq/what-are-the-resources-files.md
+35-35Lines changed: 35 additions & 35 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,8 +19,8 @@ Resources files help you include Dynamic Web TWAIN in your application. The foll
19
19
20
20
<divclass="multi-panel-switching-prefix"></div>
21
21
22
-
-[18.0 and 18.0-](#18min)
23
22
-[v18.1+](#18plus)
23
+
-[From v16.0 to v18.0](#18min)
24
24
25
25
<divclass="multi-panel-start"></div>
26
26
@@ -32,7 +32,11 @@ Resources files help you include Dynamic Web TWAIN in your application. The foll
32
32
33
33
* dynamsoft.webtwain.initiate.js
34
34
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.
36
40
37
41
* dynamsoft.webtwain.install.js
38
42
@@ -45,10 +49,6 @@ Resources files help you include Dynamic Web TWAIN in your application. The foll
45
49
46
50
> This file contains the functionalities of the Dynamsoft Upload Module.
47
51
48
-
+ dynamsoft.webtwain.addon.camera.js
49
-
50
-
> This file contains the functionalities of the Camera addon.
51
-
52
52
+ dynamsoft.webtwain.addon.pdf.js
53
53
54
54
> 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
61
61
62
62
> This file contains the functionalities of the Barcode addon.
63
63
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
-
73
64
* dist
74
65
75
66
> 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
100
91
> - PDF read & write
101
92
> - Viewer & UI
102
93
103
-
- dynamsoft.imageio.js
104
-
- dynamsoft.imageio_wasm-<versionnumber>.js
105
-
- dynamsoft.imagecore-<versionnumber>.wasm
106
-
- dynamsoft.imageio-<versionnumber>.wasm
107
-
- dynamsoft.imageProc-<versionnumber>.wasm
108
-
- dynamsoft.pdfReader-<versionnumber>.wasm
109
-
- dynamsoft.pdfWriter-<versionnumber>.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
113
99
114
100
<divclass="multi-panel-end"></div>
115
101
@@ -123,11 +109,7 @@ Resources files help you include Dynamic Web TWAIN in your application. The foll
123
109
124
110
* dynamsoft.webtwain.initiate.js
125
111
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.
131
113
132
114
* dynamsoft.webtwain.install.js
133
115
@@ -140,6 +122,10 @@ Resources files help you include Dynamic Web TWAIN in your application. The foll
140
122
141
123
> This file contains the functionalities of the Dynamsoft Upload Module.
142
124
125
+
+ dynamsoft.webtwain.addon.camera.js
126
+
127
+
> This file contains the functionalities of the Camera addon.
128
+
143
129
+ dynamsoft.webtwain.addon.pdf.js
144
130
145
131
> 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
152
138
153
139
> This file contains the functionalities of the Barcode addon.
154
140
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
+
155
150
* dist
156
151
157
152
> 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
0 commit comments