Skip to content

Commit aa45e56

Browse files
authored
Merge pull request #1028 from dynamsoft-docs/preview
Preview
2 parents a2968e9 + 0aaf326 commit aa45e56

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

_articles/faq/admin-privileges-needed-to-install.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords: Dynamic Web TWAIN, Project Deployment and End-user Installation, admin
77
breadcrumbText: Are admin privileges required to install the end-user component?
88
description: Are admin privileges required to install the end-user component?
99
date: 2025-01-15 14:58:40 +0000
10-
last_modified: 2025-01-15 14:58:40 +0000
10+
last_modified: 2026-07-23 06:00:00 +0000
1111
---
1212

1313
View all FAQs about [Project Deployment and End-user Installation](
@@ -24,7 +24,7 @@ https://www.dynamsoft.com/web-twain/docs/faq/#project-deployment-and-end-user-in
2424

2525
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.
2626

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

2929
The "User Installer", will install to the user's `C:\Users\{UserName}\AppData\Roaming\` folder.
3030

@@ -36,7 +36,7 @@ For Web TWAIN versions lower than 19.3, please be aware that only one user per m
3636

3737
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.
3838

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

4141
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.
4242

_articles/info/api/WebTwain_IO.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -527,6 +527,7 @@ DWTObject.RegisterEvent("OnGetFilePath", function (isSave, filesCount, index, di
527527
This event is triggered when a file is loaded in the following cases:
528528

529529
- 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)
530531
- A local file is loaded using [`LoadImage()`](/_articles/info/api/WebTwain_IO.md#loadimage) or [`LoadImageEx()`](/_articles/info/api/WebTwain_IO.md#loadimageex)
531532
- A remote file is downloaded using network methods like [`HTTPDownload()`](/_articles/info/api/WebTwain_IO.md#httpdownload)
532533

_articles/info/api/interfaces.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,9 @@ interface DeviceConfiguration {
117117
- [`EnumDWT_ExtImageInfo`](/_articles/info/api/Dynamsoft_Enum.md#dynamsoftdwtenumdwt_extimageinfo)
118118
- [`EnumDWT_CapSupportedSizes`](/_articles/info/api/Dynamsoft_Enum.md#dynamsoftdwtenumdwt_capsupportedsizes)
119119

120-
`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):
121123

122124
| Label | Value |
123125
| :--------------------- | :----- |
@@ -609,6 +611,7 @@ interface OutputInfo {
609611
}
610612
```
611613

614+
Check how extended image info is retrieved [here](#deviceconfiguration).
612615

613616

614617
### CapabilityDetails

0 commit comments

Comments
 (0)