From 05cb329fe01e5b9500eca2e21b8f91f392b27696 Mon Sep 17 00:00:00 2001 From: kyle-ds <51097593+kyle-ds@users.noreply.github.com> Date: Mon, 12 Jun 2023 10:36:35 -0700 Subject: [PATCH 1/4] Update Stable.md typo in API --- info/schedule/Stable.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/info/schedule/Stable.md b/info/schedule/Stable.md index 2ee3c09f..4f6549cf 100644 --- a/info/schedule/Stable.md +++ b/info/schedule/Stable.md @@ -579,7 +579,7 @@ No changes in version 16.1. * 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. * The following methods are made asynchronous (while still synchronous-compliant): -`ChangeImageSize()` , `ConvertToBW()` , `ConvertToGrayScale()` , `Crop()` , `Erase()` , `FilterImageByTag()` , `Flip()` , `GetSelectedImageSize()` , `GetSkewAngle()` , `Invert()` , `Mirror()` , `Rotate()` , `RotateEx()` , `RotateLeft()` , `RotateRight()` , `SetDPI()` , `SetImageWidth()` +`ChangeImageSize()` , `ConvertToBW()` , `ConvertToGrayScale()` , `Crop()` , `Erase()` , `FilterImageByTag()` , `Flip()` , `GetSelectedImagesSize()` , `GetSkewAngle()` , `Invert()` , `Mirror()` , `Rotate()` , `RotateEx()` , `RotateLeft()` , `RotateRight()` , `SetDPI()` , `SetImageWidth()` > NOTE > @@ -1387,7 +1387,7 @@ In v10.0.1 there is no limit to the size of an Http Request. In v10.0, the WebSo * Added clearing the specified area of an image and filling the area with a color. * `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. * Optimized `HTTPPostResponseString` in Plug-in Edition: You can use `HTTPPostResponseString` property to get much more detailed info returned from the web server. -* Added methods: `CutFrameToClipboard()`, `Erase()` , `FTPUploadSelectedImagesAsMultiPagePDF()` , `FTPUploadSelectedImagesAsMultiPageTIFF()` , `GetBarcodeInfo()` , `GetBarcodeText()` , `HTTPUploadSelectedImagesThroughPostAsMultiPagePDF()` , `HTTPUploadSelectedImagesThroughPostAsMultiPageTIFF()` , `HTTPUploadSelectedImagesThroughPutAsMultiPagePDF()` , `HTTPUploadSelectedImagesThroughPutAsMultiPageTIFF()` , `LoadImageFromBytes()` , `MoveImage()`, `Print()`, `Rotate()` , `SaveSelectedImagesAsMultiPagePDF()` , `SaveSelectedImagesAsMultiPageTIFF()` , `SaveSelectedImagesToBytes()`, `GetSelectedImageSize()` . +* Added methods: `CutFrameToClipboard()`, `Erase()` , `FTPUploadSelectedImagesAsMultiPagePDF()` , `FTPUploadSelectedImagesAsMultiPageTIFF()` , `GetBarcodeInfo()` , `GetBarcodeText()` , `HTTPUploadSelectedImagesThroughPostAsMultiPagePDF()` , `HTTPUploadSelectedImagesThroughPostAsMultiPageTIFF()` , `HTTPUploadSelectedImagesThroughPutAsMultiPagePDF()` , `HTTPUploadSelectedImagesThroughPutAsMultiPageTIFF()` , `LoadImageFromBytes()` , `MoveImage()`, `Print()`, `Rotate()` , `SaveSelectedImagesAsMultiPagePDF()` , `SaveSelectedImagesAsMultiPageTIFF()` , `SaveSelectedImagesToBytes()`, `GetSelectedImagesSize()` . * Added properties: `AllowMultiSelect`, `BackgroundColor` , `BackgroundFillColor` , `BarcodeCount` , `HttpFieldNameOfUploadedImage` , `IfPASVMode` , `SelectedImageIndex`, `SelectedImagesCount`, `SelectionImageBorderColor` , `VScrollBar` . * Added event: `OnInternetTransferPercentageEx` From 8f0a8a2d0d55407299686f8ea141dbad1a8e836b Mon Sep 17 00:00:00 2001 From: Michael Daw Date: Tue, 13 Jun 2023 12:48:13 -0700 Subject: [PATCH 2/4] Update service-installation-issue.md --- faq/service-installation-issue.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/faq/service-installation-issue.md b/faq/service-installation-issue.md index 64efe6ac..2f1d46d1 100644 --- a/faq/service-installation-issue.md +++ b/faq/service-installation-issue.md @@ -34,7 +34,7 @@ C:\Users\owen_thinkpad_t480s\AppData\Local\Temp, because this path can't be foun ### Resolution -Run 'Command Prompt' as administrator, go to C:\WINDOWS\system32, then execute the following line to unsitall it: +Run 'Command Prompt' as administrator, go to C:\WINDOWS\system32, then execute the following line to uninstall it: ``` shell wmic product where name="Dynamsoft Service" call uninstall /nointeractive From 40422992fc9ce01377d2bfde1af5f2739da3a1c5 Mon Sep 17 00:00:00 2001 From: kyle-ds <51097593+kyle-ds@users.noreply.github.com> Date: Wed, 14 Jun 2023 10:02:35 -0700 Subject: [PATCH 3/4] Update WebTwain_Buffer.md fix typo --- info/api/WebTwain_Buffer.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/info/api/WebTwain_Buffer.md b/info/api/WebTwain_Buffer.md index 207a1174..4a9b9b19 100644 --- a/info/api/WebTwain_Buffer.md +++ b/info/api/WebTwain_Buffer.md @@ -895,7 +895,7 @@ GetSelectedImagesSize(type: Dynamsoft.DWT.EnumDWT_ImageType | number): number; **Parameters** -`type`: Sepcify the expected file type. +`type`: Specify the expected file type. **Availability** @@ -2368,4 +2368,4 @@ interface DocumentInfo { - \ No newline at end of file + From e085e88bf5501842837c8b40d2b3e4639eff7dfd Mon Sep 17 00:00:00 2001 From: ztyyLV <97287824+ztyyLV@users.noreply.github.com> Date: Mon, 26 Jun 2023 15:46:04 +0800 Subject: [PATCH 4/4] Update what-are-the-resources-files.md --- faq/what-are-the-resources-files.md | 93 ++++++++++++++++++++++++++++- 1 file changed, 92 insertions(+), 1 deletion(-) diff --git a/faq/what-are-the-resources-files.md b/faq/what-are-the-resources-files.md index 421f867d..a999ca15 100644 --- a/faq/what-are-the-resources-files.md +++ b/faq/what-are-the-resources-files.md @@ -17,6 +17,13 @@ Resources files help you include Dynamic Web TWAIN in your application. The foll > *Resources* is the default name of the folder that contain these files. It can be changed. For example, in the DWT package, it's called *dist*. +
+ +- [18.0 and 18.0-](#18min) +- [v18.1+](#18plus) + +
+ ### Default files * dynamsoft.webtwain.config.js @@ -32,6 +39,7 @@ Resources files help you include Dynamic Web TWAIN in your application. The foll > 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 * Readme.txt + * addon + dynamsoft.upload.js @@ -61,6 +69,7 @@ Resources files help you include Dynamic Web TWAIN in your application. The foll - dbr-7.4.0.1.full.wasm - dbr-7.4.0.1.full.wasm.js - dbr-7.4.0.1.worker.js + * dist > 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 > For macOS - LICENSE + * src > These files contain the following functionalities @@ -101,9 +111,90 @@ Resources files help you include Dynamic Web TWAIN in your application. The foll - dynamsoft.viewer.js - dynamsoft.webtwain.css +
+ +
+ +### Default files + +* dynamsoft.webtwain.config.js + +> 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. + +* dynamsoft.webtwain.initiate.js + +> This file is the core of the Dynamic Web TWAIN library. + +* dynamsoft.webtwain.initiate_cus.js + +> This file is the core of the Dynamic Web TWAIN customized library, please do not use it if there is no requirement. + +* dynamsoft.webtwain.install.js + +> 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 + +* Readme.txt + +* addon + + dynamsoft.upload.js + + > This file contains the functionalities of the Dynamsoft Upload Module. + + + dynamsoft.webtwain.addon.pdf.js + + > This file contains the functionalities of the PDF Rasterizer addon. + + + dynamsoft.webtwain.addon.webcam.js + + > This file contains the functionalities of the Webcam addon. + + + dynamsoft.webtwain.addon.barcodereader.js + + > This file contains the functionalities of the Barcode addon. + +* dist + + > 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. + + - DynamsoftServiceSetup.deb + + > For Linux (Debian) + + - DynamsoftServiceSetup.rpm + + > For Linux (Redhat) + + - DynamsoftServiceSetup.msi + + > For Windows + + - DynamsoftServiceSetup.pkg + + > For macOS + + - LICENSE + +* src + + > These files contain the following functionalities + > - image input & output + > - image decode & encode + > - PDF read & write + > - Viewer & UI + + - dynamsoft.lts.js + - dynamsoft.webtwain.activex.js + - dynamsoft.webtwain.viewer.css + - dynamsoft.webtwain.viewer.viewer.js + - dynamsoft.webtwain.viewer.js + +
+ +
+ ### Other Resources files -The following two files are present in the [Dynamic Web TWAIN package](https://github.com/dynamsoft-dwt/web-twain-package). +The following two files are present in the [Dynamic Web TWAIN package](https://github.com/Dynamsoft/Dynamic-Web-TWAIN). * dynamsoft.webtwain.min.js