Skip to content

Commit a7709f1

Browse files
Merge pull request #871 from dynamsoft-docs/preview
update to internal commit 3c320926
2 parents 47de83c + 64343d8 commit a7709f1

11 files changed

+69
-76
lines changed

_config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,6 @@ plugins:
7575
- jekyll-readme-index
7676
- jekyll-seo-tag
7777

78-
url: "https://www.dynamsoft.com" # sitemap root
78+
#url: "https://www.dynamsoft.com" # sitemap root
79+
#url: "https://officecn.dynamsoft.com:808/" # sitemap root
80+
url: "" # sitemap root
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
layout: default-layout
3+
noTitleIndex: true
4+
needAutoGenerateSidebar: true
5+
title: Are admin privileges required to install the end-user component?
6+
keywords: Dynamic Web TWAIN, Project Deployment and End-user Installation, sdmin privileges, install
7+
breadcrumbText: Are admin privileges required to install the end-user component?
8+
description: Are admin privileges required to install the end-user component?
9+
permalink: /faq/admin-privileges-needed-to-install.html
10+
---
11+
12+
View all FAQs about [Project Deployment and End-user Installation](
13+
https://www.dynamsoft.com/web-twain/docs/faq/#project-deployment-and-end-user-installation)
14+
15+
# Are admin privileges required to install the end-user component?
16+
17+
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.
18+
19+
If your organization does not allow end users to have admin privileges, you can contact [Dynamsoft Support]({{site.about}}getsupport.html) to get a special "Personal Installer" that does not require admin privileges.
20+
21+
The "Personal 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.

faq/admin-right-needed-to-install.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

faq/find-SDK-version.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ https://www.dynamsoft.com/web-twain/docs/faq/#project-deployment-and-end-user-in
1717

1818
### Introduction
1919

20-
Due to Dynamic Web TWAIN being a long-standing and popular product among enterprises, customers who have integrated Dynamic Web TWAIN may be using various versions. To provide better technical support, customers will need to provide the SDK version number they are using to help Dynamsoft understand the situation more accurately. This article will outline several methods to assist users in finding the current SDK version they are using.
20+
Due to Dynamic Web TWAIN being a long-standing and popular product among enterprises, customers who have integrated Dynamic Web TWAIN may be using various versions. To provide better technical support, customers will need to provide the SDK version number they are using to help support team understand the situation more accurately. This article will outline several methods to assist users in finding the current SDK version they are using.
2121

2222

2323
### Resolution

faq/general-troubleshooting-steps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ permalink: /faq/general-troubleshooting-steps.html
3535
}
3636
```
3737

38-
3. Reproduce the issue (If the time span of the log is greater than 3 days, please create a txt file to indicate the date when the issue occurred)
38+
3. Perform a hard refresh (Ctrl + F5) on the application web page and attempt to reproduce the issue. To expedite issue identification, we would greatly appreciate it if you could create a txt file that records the time when the issue occurred and place the file in the same log folder.
3939

40-
4. Zip the log files and share with [Dynamsoft Support Team]({{site.about}}getsupport.html) via email.
40+
4. Zip the log folder and share with [Dynamsoft Support Team]({{site.about}}getsupport.html) via email.
4141
- On Windows, the log files are in `C:\Windows\SysWOW64\Dynamsoft\DynamsoftServicex64_{versionnumber}\log` or `C:\Users\{UserName}\AppData\Roaming\Dynamsoft\DynamsoftService\log`
4242
- On macOS, the log files are in `Go > Applications > Dynamsoft > DynamsoftServicex64_{versionnumber} > {installed version No.} > log`
4343
- On Linux, the log files are in `/opt/dynamsoft/DynamsoftServicex64_{versionnumber}/log`

faq/hide-image-viewer.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,7 @@ permalink: /faq/hide-image-viewer.html
1313

1414
## Can I hide the Dynamsoft image viewer and use my own image viewer?
1515

16-
If you want to use your own viewer, you can use [`Dynamsoft.DWT.CreateDWTObjectEx()`]({{site.extended-usage}}advanced-initialization.html#creating-headless-webtwain-instances) to create a `WebTwain` instance that does not come with a viewer. You can also unbind and destroy the viewer of an existing `WebTwain` instance with the [`unbind()`]({{site.api}}WebTwain_Viewer.html#unbind) API.
16+
If you want to use your own viewer, you can use [`Dynamsoft.DWT.CreateDWTObjectEx()`]({{site.extended-usage}}advanced-initialization.html#creating-headless-webtwain-instances) to create a `WebTwain` instance that does not come with a viewer. You can also unbind and destroy the viewer of an existing `WebTwain` instance with the [`unbind()`]({{site.api}}WebTwain_Viewer.html#unbind) API.
17+
18+
<div class="blockquote-important"></div>
19+
> Prior to using CreateDWTObjectEx(), please disable the [AutoLoad]({{site.api}}Dynamsoft_WebTwainEnv.html#autoload) feature. Additionally, avoid calling any [Load]({{site.api}}Dynamsoft_WebTwainEnv.html#load) methods either before or after using CreateDWTObjectEx(). This ensures proper functionality and prevents potential conflicts during the initialization.

faq/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ permalink: /faq/
284284

285285
<li><a href="{{site.faq}}what-does-dynamsoft-service-do-on-end-user-machine.html">What does the Dynamsoft Service do on the end-user machine?</a></li>
286286

287-
<li><a href="{{site.faq}}admin-right-needed-to-install.html">Are admin right required to install the end-user component?</a></li>
287+
<li><a href="{{site.faq}}admin-privileges-needed-to-install.html">Are admin privileges required to install the end-user component?</a></li>
288288

289289
<li><a href="{{site.faq}}can-i-install-dynamsoft-service-silently.html">Can I install Dynamsoft Service silently?</a></li>
290290

faq/is-pdf-rasterizer-needed-to-convert-scanned-documents-to-pdf.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,4 @@ permalink: /faq/is-pdf-rasterizer-needed-to-convert-scanned-documents-to-pdf.htm
1313

1414
## Do I need the PDF Rasterizer addon to convert scanned documents to PDF files?
1515

16-
No. Dynamic Web TWAIN can output images as image-based PDF files and this is built into the core module, so no addon is required to convert scanned documents to PDF files.
17-
18-
You need the PDF Rasterizer Add-on only if you load/download text-based PDF onto the viewer. To detect whether a PDF file is text-based or not, you can use the API <a href="{{site.info}}api/Addon_PDF.html#istextbasedpdf" target="_blank">IsTextBasedPDF</a>.
16+
No. Dynamic Web TWAIN can output images as image-based PDF files and this is built into the core module, so no addon is required to convert scanned documents to PDF files.

faq/smallest-size-documents.md

Lines changed: 25 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -25,38 +25,30 @@ There are a few things that you can try to reduce the size of a resulting file
2525

2626
- [Optional] If the resulting file is in the JPEG format (.jpg) or is a TIF or PDF that is encoded by the JPEG standard, you can set <a href="{{site.info}}api/WebTwain_IO.html#jpegquality" target="_blank">JPEGQuality</a> to a lower value.
2727

28-
Before setting the JPEGQuality, set the compression type to the JPEG standard as outlined below.
29-
30-
Before saving the file,
31-
32-
- Step 1:
33-
- If you want to save in PDF format (No PDF Rasterizer Addon license needed for this API),
34-
35-
```javascript
36-
DWTObject.Addon.PDF.Write.Setup({compression: Dynamsoft.DWT.EnumDWT_PDFCompressionType.PDF_JPEG});
37-
//or set DWTObject.Addon.PDF.Write.Setup({compression: 5}); which is equivalent.
38-
```
39-
40-
```html
41-
<!--Note: if you are using this method, you need to include dynamsoft.webtwain.addon.pdf.js file into the program. For example:-->
42-
<script type="text/javascript" src="Resources/addon/dynamsoft.webtwain.addon.pdf.js"> </script>
43-
```
44-
45-
- If you want to save in TIF format,
46-
47-
```javascript
48-
DWTObject.TIFFCompressionType = Dynamsoft.DWT.EnumDWT_TIFFCompressionType.TIFF_JPEG;
49-
//or set DWTObject.TIFFCompressionType = 7 which is equivalent.
50-
```
51-
52-
- If you want to save in JPEG format, please jump to **Step 2** directly.
53-
54-
55-
- Step 2:
56-
- set the <a href="{{site.info}}api/WebTwain_IO.html#jpegquality" target="_blank">JPEGQuality</a> to a lower value, for example:
57-
58-
```javascript
59-
DWTObject.JPEGQuality = 20;
60-
```
28+
- Save in PDF format (No PDF Rasterizer Addon license is required for this API),
29+
30+
```javascript
31+
DWTObject.Addon.PDF.Write.Setup({compression: Dynamsoft.DWT.EnumDWT_PDFCompressionType.PDF_JPEG, quality: 20});
32+
//or set DWTObject.Addon.PDF.Write.Setup({compression: 5, quality: 20}); which is equivalent.
33+
```
34+
35+
```html
36+
<!--Note: if you are using this method, you need to include dynamsoft.webtwain.addon.pdf.js file into the program. For example:-->
37+
<script type="text/javascript" src="Resources/addon/dynamsoft.webtwain.addon.pdf.js"> </script>
38+
```
39+
40+
- Save in TIF format,
41+
42+
```javascript
43+
DWTObject.TIFFCompressionType = Dynamsoft.DWT.EnumDWT_TIFFCompressionType.TIFF_JPEG;
44+
//or set DWTObject.TIFFCompressionType = 7 which is equivalent.
45+
DWTObject.JPEGQuality = 20;
46+
```
47+
48+
- Save in JPEG format.
49+
50+
```javascript
51+
DWTObject.JPEGQuality = 20;
52+
```
6153

6254
**Note that black & white image cannot be saved in the JPEG format. To reduce the size, please convert the image to grayscale.**

faq/when-is-pdf-rasterizer-needed.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ permalink: /faq/when-is-pdf-rasterizer-needed.html
1313

1414
## When do I need PDF Rasterizer Addon? Can I load existing PDF files into the Dynamic Web TWAIN SDK without the PDF Rasterizer addon?
1515

16-
When you load/download a text-based PDF onto the viewer, you need the PDF Rasterizer Add-on. To detect whether a PDF file is text-based or not, you can use the API <a href="{{site.info}}api/Addon_PDF.html#istextbasedpdf" target="_blank">IsTextBasedPDF</a>.
16+
Third-party generated PDF files may house multiple images, text, or annotations in a single PDF page. As these elements must be rendered within the Dynamic Web TWAIN, it will utilize the PDF rasterizer addon.
1717

18-
Existing PDF files that are image-based can be handled by default and will load without the add-on.
19-
20-
Note that PDF Rasterizer also works when you drag and drop the PDF file to the viewer.
18+
When importing a PDF file generated by Dynamic Web TWAIN, or if each page of a third-party PDF holds nothing but a single, unadulterated image, there's no need for the PDF rasterizer addon.

0 commit comments

Comments
 (0)