Skip to content

Commit 50ed297

Browse files
authored
Merge pull request #694 from ztyyLV/Jackson-branch
Jackson branch
2 parents 993d892 + e085e88 commit 50ed297

File tree

4 files changed

+97
-6
lines changed

4 files changed

+97
-6
lines changed

faq/service-installation-issue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ C:\Users\owen_thinkpad_t480s\AppData\Local\Temp, because this path can't be foun
3434

3535
### Resolution
3636

37-
Run 'Command Prompt' as administrator, go to C:\WINDOWS\system32, then execute the following line to unsitall it:
37+
Run 'Command Prompt' as administrator, go to C:\WINDOWS\system32, then execute the following line to uninstall it:
3838

3939
``` shell
4040
wmic product where name="Dynamsoft Service" call uninstall /nointeractive

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

info/api/WebTwain_Buffer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -894,7 +894,7 @@ GetSelectedImagesSize(type: Dynamsoft.DWT.EnumDWT_ImageType | number): number;
894894

895895
**Parameters**
896896

897-
`type`: Sepcify the expected file type.
897+
`type`: Specify the expected file type.
898898

899899
**Availability**
900900

@@ -2347,4 +2347,4 @@ GetDocumentInfoList(): DocumentInfo[];
23472347
</tr>
23482348

23492349
</table>
2350-
</div>
2350+
</div>

info/schedule/Stable.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@ No changes in version 16.1.
613613
* In favor of the WASM mode, image transferring now uses JPEG more often than PNG. Previously, there was only the Local-Service mode and only PNG was used.
614614
* The following methods are made asynchronous (while still synchronous-compliant):
615615

616-
`ChangeImageSize()` , `ConvertToBW()` , `ConvertToGrayScale()` , `Crop()` , `Erase()` , `FilterImageByTag()` , `Flip()` , `GetSelectedImageSize()` , `GetSkewAngle()` , `Invert()` , `Mirror()` , `Rotate()` , `RotateEx()` , `RotateLeft()` , `RotateRight()` , `SetDPI()` , `SetImageWidth()`
616+
`ChangeImageSize()` , `ConvertToBW()` , `ConvertToGrayScale()` , `Crop()` , `Erase()` , `FilterImageByTag()` , `Flip()` , `GetSelectedImagesSize()` , `GetSkewAngle()` , `Invert()` , `Mirror()` , `Rotate()` , `RotateEx()` , `RotateLeft()` , `RotateRight()` , `SetDPI()` , `SetImageWidth()`
617617

618618
> NOTE
619619
>
@@ -1421,7 +1421,7 @@ In v10.0.1 there is no limit to the size of an Http Request. In v10.0, the WebSo
14211421
* Added clearing the specified area of an image and filling the area with a color.
14221422
* `MaxImagesInBuffer` : In the trial version of Dynamic Web TWAIN, the maximum value you can set to the property has been raised from 4 to 1024.
14231423
* Optimized `HTTPPostResponseString` in Plug-in Edition: You can use `HTTPPostResponseString` property to get much more detailed info returned from the web server.
1424-
* Added methods: `CutFrameToClipboard()`, `Erase()` , `FTPUploadSelectedImagesAsMultiPagePDF()` , `FTPUploadSelectedImagesAsMultiPageTIFF()` , `GetBarcodeInfo()` , `GetBarcodeText()` , `HTTPUploadSelectedImagesThroughPostAsMultiPagePDF()` , `HTTPUploadSelectedImagesThroughPostAsMultiPageTIFF()` , `HTTPUploadSelectedImagesThroughPutAsMultiPagePDF()` , `HTTPUploadSelectedImagesThroughPutAsMultiPageTIFF()` , `LoadImageFromBytes()` , `MoveImage()`, `Print()`, `Rotate()` , `SaveSelectedImagesAsMultiPagePDF()` , `SaveSelectedImagesAsMultiPageTIFF()` , `SaveSelectedImagesToBytes()`, `GetSelectedImageSize()` .
1424+
* Added methods: `CutFrameToClipboard()`, `Erase()` , `FTPUploadSelectedImagesAsMultiPagePDF()` , `FTPUploadSelectedImagesAsMultiPageTIFF()` , `GetBarcodeInfo()` , `GetBarcodeText()` , `HTTPUploadSelectedImagesThroughPostAsMultiPagePDF()` , `HTTPUploadSelectedImagesThroughPostAsMultiPageTIFF()` , `HTTPUploadSelectedImagesThroughPutAsMultiPagePDF()` , `HTTPUploadSelectedImagesThroughPutAsMultiPageTIFF()` , `LoadImageFromBytes()` , `MoveImage()`, `Print()`, `Rotate()` , `SaveSelectedImagesAsMultiPagePDF()` , `SaveSelectedImagesAsMultiPageTIFF()` , `SaveSelectedImagesToBytes()`, `GetSelectedImagesSize()` .
14251425
* Added properties: `AllowMultiSelect`, `BackgroundColor` , `BackgroundFillColor` , `BarcodeCount` , `HttpFieldNameOfUploadedImage` , `IfPASVMode` , `SelectedImageIndex`, `SelectedImagesCount`, `SelectionImageBorderColor` , `VScrollBar` .
14261426
* Added event: `OnInternetTransferPercentageEx`
14271427

0 commit comments

Comments
 (0)