Skip to content

Commit e085e88

Browse files
committed
Update what-are-the-resources-files.md
1 parent 80f748e commit e085e88

File tree

1 file changed

+92
-1
lines changed

1 file changed

+92
-1
lines changed

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

Lines changed: 92 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@ Resources files help you include Dynamic Web TWAIN in your application. The foll
1717

1818
> *Resources* is the default name of the folder that contain these files. It can be changed. For example, in the <a href="https://github.com/Dynamsoft/Dynamic-Web-TWAIN" target="_blank">DWT package</a>, it's called *dist*.
1919
20+
<div class="multi-panel-switching-prefix"></div>
21+
22+
- [18.0 and 18.0-](#18min)
23+
- [v18.1+](#18plus)
24+
25+
<div class="multi-panel-start"></div>
26+
2027
### Default files
2128

2229
* dynamsoft.webtwain.config.js
@@ -32,6 +39,7 @@ Resources files help you include Dynamic Web TWAIN in your application. The foll
3239
> 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
3340
3441
* Readme.txt
42+
3543
* addon
3644
+ dynamsoft.upload.js
3745

@@ -61,6 +69,7 @@ Resources files help you include Dynamic Web TWAIN in your application. The foll
6169
- dbr-7.4.0.1.full.wasm
6270
- dbr-7.4.0.1.full.wasm.js
6371
- dbr-7.4.0.1.worker.js
72+
6473
* dist
6574

6675
> 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
8291
> For macOS
8392
8493
- LICENSE
94+
8595
* src
8696

8797
> These files contain the following functionalities
@@ -101,9 +111,90 @@ Resources files help you include Dynamic Web TWAIN in your application. The foll
101111
- dynamsoft.viewer.js
102112
- dynamsoft.webtwain.css
103113

114+
<div class="multi-panel-end"></div>
115+
116+
<div class="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+
<div class="multi-panel-end"></div>
192+
193+
<div class="multi-panel-switching-end"></div>
194+
104195
### Other Resources files
105196

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).
107198

108199
* dynamsoft.webtwain.min.js
109200

0 commit comments

Comments
 (0)