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
Yes, the Dynamic Web TWAIN Service installer is a `.msi` file which requires administrator privileges to install as the install target is `C:\Program Files (x86)`. Once the Dynamic Web TWAIN Service is installed with admin privileges, every user on that machine can has access to the Dynamic Web TWAIN Service.
26
26
27
-
If your organization does not allow end users to have admin privileges, you can contact [Dynamsoft Support](/_articles/about/getsupport.md) to get a special "User Installer" that does not require admin privileges.
27
+
If your organization does not allow end users to have administrator privileges, you can download a special **User Installer** that does not require administrator privileges[here](https://www.dynamsoft.com/web-twain/docs/faq/download-service-only.html).
28
28
29
29
The "User Installer", will install to the user's `C:\Users\{UserName}\AppData\Roaming\` folder.
30
30
@@ -36,7 +36,7 @@ For Web TWAIN versions lower than 19.3, please be aware that only one user per m
36
36
37
37
Yes, the Dynamsoft Service installer is a `.msi` file which requires administrator privileges to install as the install target is `C:\Windows\SysWOW64\`. Once the Dynamsoft Service is installed with admin privileges, every user on that machine can has access to the Dynamsoft Service.
38
38
39
-
If your organization does not allow end users to have admin privileges, you can contact [Dynamsoft Support](/_articles/about/getsupport.md) to get a special "User Installer" that does not require admin privileges.
39
+
If your organization does not allow end users to have administrator privileges, you can download a special **User Installer** that does not require administrator privileges[here](https://www.dynamsoft.com/web-twain/docs/faq/download-service-only.html).
40
40
41
41
The "User Installer", will install to the user's `C:\Users\{UserName}\AppData\Roaming\` folder. Please be aware that only one user per machine is able to have the service installed via this method. The service cannot be installed to multiple user profiles, and only the user that installs the Services in this manner will have access to the Dynamsoft Service.
Copy file name to clipboardExpand all lines: _articles/info/api/WebTwain_IO.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -527,6 +527,7 @@ DWTObject.RegisterEvent("OnGetFilePath", function (isSave, filesCount, index, di
527
527
This event is triggered when a file is loaded in the following cases:
528
528
529
529
- A file is dragged and dropped into the viewer
530
+
- A file is loaded using [`LoadImageFromBase64Binary()`](/_articles/info/api/WebTwain_IO.md#loadimagefrombase64binary) or [`LoadImageFromBinary()`](/_articles/info/api/WebTwain_IO.md#loadimagefrombinary)
530
531
- A local file is loaded using [`LoadImage()`](/_articles/info/api/WebTwain_IO.md#loadimage) or [`LoadImageEx()`](/_articles/info/api/WebTwain_IO.md#loadimageex)
531
532
- A remote file is downloaded using network methods like [`HTTPDownload()`](/_articles/info/api/WebTwain_IO.md#httpdownload)
`extendedImageInfoQueryLevel` is 0 (`default`) by default which means the following information will be retrieved (if available):
120
+
Extended image info is used to pass extra info such as barcodes, magnetic data or patch codes found on a scanned page. Check out [this sample](https://demo.dynamsoft.com/web-twain/mag-data) to learn about how to get the extended image info.
121
+
122
+
You can set which info to query with `extendedImageInfoQueryLevel`. It is 0 (`default`) by default which means the following information will be retrieved (if available):
121
123
122
124
| Label | Value |
123
125
| :--------------------- | :----- |
@@ -609,6 +611,7 @@ interface OutputInfo {
609
611
}
610
612
```
611
613
614
+
Check how extended image info is retrieved [here](#deviceconfiguration).
0 commit comments