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
+92-1Lines changed: 92 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,13 @@ Resources files help you include Dynamic Web TWAIN in your application. The foll
17
17
18
18
> *Resources* is the default name of the folder that contain these files. It can be changed. For example, in the <ahref="https://github.com/Dynamsoft/Dynamic-Web-TWAIN"target="_blank">DWT package</a>, it's called *dist*.
19
19
20
+
<divclass="multi-panel-switching-prefix"></div>
21
+
22
+
-[18.0 and 18.0-](#18min)
23
+
-[v18.1+](#18plus)
24
+
25
+
<divclass="multi-panel-start"></div>
26
+
20
27
### Default files
21
28
22
29
* dynamsoft.webtwain.config.js
@@ -32,6 +39,7 @@ Resources files help you include Dynamic Web TWAIN in your application. The foll
32
39
> This file is used to configure the dialogs which are shown when the Dynamic Web TWAIN library is not installed or needs to be upgraded. This file is already referenced inside the dynamsoft.webtwain.initiate.js
33
40
34
41
* Readme.txt
42
+
35
43
* addon
36
44
+ dynamsoft.upload.js
37
45
@@ -61,6 +69,7 @@ Resources files help you include Dynamic Web TWAIN in your application. The foll
61
69
- dbr-7.4.0.1.full.wasm
62
70
- dbr-7.4.0.1.full.wasm.js
63
71
- dbr-7.4.0.1.worker.js
72
+
64
73
* dist
65
74
66
75
> 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.
@@ -82,6 +91,7 @@ Resources files help you include Dynamic Web TWAIN in your application. The foll
82
91
> For macOS
83
92
84
93
- LICENSE
94
+
85
95
* src
86
96
87
97
> These files contain the following functionalities
@@ -101,9 +111,90 @@ Resources files help you include Dynamic Web TWAIN in your application. The foll
101
111
- dynamsoft.viewer.js
102
112
- dynamsoft.webtwain.css
103
113
114
+
<divclass="multi-panel-end"></div>
115
+
116
+
<divclass="multi-panel-start"></div>
117
+
118
+
### Default files
119
+
120
+
* dynamsoft.webtwain.config.js
121
+
122
+
> This file is used to make basic configuration of the Dynamic Web TWAIN library. It's where you enter the product key for the product and to change the initial viewer size, etc.
123
+
124
+
* dynamsoft.webtwain.initiate.js
125
+
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.
131
+
132
+
* dynamsoft.webtwain.install.js
133
+
134
+
> This file is used to configure the dialogs which are shown when the Dynamic Web TWAIN library is not installed or needs to be upgraded. This file is already referenced inside the dynamsoft.webtwain.initiate.js
135
+
136
+
* Readme.txt
137
+
138
+
* addon
139
+
+ dynamsoft.upload.js
140
+
141
+
> This file contains the functionalities of the Dynamsoft Upload Module.
142
+
143
+
+ dynamsoft.webtwain.addon.pdf.js
144
+
145
+
> This file contains the functionalities of the PDF Rasterizer addon.
146
+
147
+
+ dynamsoft.webtwain.addon.webcam.js
148
+
149
+
> This file contains the functionalities of the Webcam addon.
150
+
151
+
+ dynamsoft.webtwain.addon.barcodereader.js
152
+
153
+
> This file contains the functionalities of the Barcode addon.
154
+
155
+
* dist
156
+
157
+
> 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.
158
+
159
+
- DynamsoftServiceSetup.deb
160
+
161
+
> For Linux (Debian)
162
+
163
+
- DynamsoftServiceSetup.rpm
164
+
165
+
> For Linux (Redhat)
166
+
167
+
- DynamsoftServiceSetup.msi
168
+
169
+
> For Windows
170
+
171
+
- DynamsoftServiceSetup.pkg
172
+
173
+
> For macOS
174
+
175
+
- LICENSE
176
+
177
+
* src
178
+
179
+
> These files contain the following functionalities
180
+
> - image input & output
181
+
> - image decode & encode
182
+
> - PDF read & write
183
+
> - Viewer & UI
184
+
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
190
+
191
+
<divclass="multi-panel-end"></div>
192
+
193
+
<divclass="multi-panel-switching-end"></div>
194
+
104
195
### Other Resources files
105
196
106
-
The following two files are present in the [Dynamic Web TWAIN package](https://github.com/dynamsoft-dwt/web-twain-package).
197
+
The following two files are present in the [Dynamic Web TWAIN package](https://github.com/Dynamsoft/Dynamic-Web-TWAIN).
0 commit comments