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
Copy file name to clipboardExpand all lines: about/license.md
+1-17Lines changed: 1 addition & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ You can set the new key via the `ProductKey` API.
35
35
36
36
You can find all the full licenses you own via our <ahref="https://www.dynamsoft.com/customer/license/fullLicense"target="_blank">customer portal</a>.
37
37
38
-
Depending on the type of full license you are using, you can add/update the full license via the `ProductKey`or `organizationID`API (available for Dynamic Web TWAIN v17.0+).
38
+
Depending on the type of full license you are using, you can add/update the full license via the `ProductKey` API (available for Dynamic Web TWAIN v17.0+).
39
39
40
40
### Update ProductKey
41
41
@@ -51,22 +51,6 @@ If you have multiple license keys, separate them with semicolons like below:
> This official package is meant for developers to evaluate the SDK. When the package is installed, you get all the [resource files]({{site.faq}}what-are-the-resources-files.html), documentation, and samples. A 30-day free trial is included when evaluating our SDK.
17
+
> This official package is meant for developers to evaluate the SDK. When the package is installed, you get all the resource files, documentation, and samples. A 30-day free trial is included when evaluating our SDK.
> All the files in the [DWT package](https://github.com/dynamsoft-dwt/web-twain-package) will help you include `Dynamic Web TWAIN` in your web application both as a regular library and as a module. To try our SDK and included samples, a [trial license](#how-do-i-get-a-trial-license) is required.
21
+
> All the files in the <ahref="https://github.com/Dynamsoft/Dynamic-Web-TWAIN"target="_blank">DWT package</a> will help you include `Dynamic Web TWAIN` in your web application both as a regular library and as a module. To try our SDK and included samples, a [trial license](#how-do-i-get-a-trial-license) is required.
> We have many prebuilt samples to demonstrate common user scenarios. All samples contain the [resource files]({{site.faq}}what-are-the-resources-files.html) required in your application. If a sample is hosted on the Dynamsoft website (not Github), then the sample comes with a 30-day free trial license as well. Otherwise, you can [get a trial license](#how-do-i-get-a-trial-license).
31
+
> We have many prebuilt samples to demonstrate common user scenarios. All samples contain the resource files required in your application. If a sample is hosted on the Dynamsoft website (not Github), then the sample comes with a 30-day free trial license as well. Otherwise, you can [get a trial license](#how-do-i-get-a-trial-license).
> In our repository, we've shared many samples and other projects related to `Dynamic Web TWAIN` . Some of which may be experimental. To try out these samples, a [trial license](#how-do-i-get-a-trial-license) is required.
36
36
37
37
## How do I get a trial License
38
38
39
-
Please visit our [customer portal](https://www.dynamsoft.com/customer/license/trialLicense?product=dwt) to request for a trial license.
39
+
Please visit our <ahref="https://www.dynamsoft.com/customer/license/trialLicense?product=dwt"target="_blank">customer portal</a> to request for a trial license.
Resources files help you include Dynamic Web TWAIN in your application. The following shows the purpose of these files.
17
17
18
-
> *Resources* is the default name of the folder that contain these files. It can be changed. For example, in the [Dynamic Web TWAIN package](https://github.com/dynamsoft-dwt/web-twain-package), it's called *dist*.
18
+
> *Resources* is the default name of the folder that contain these files. It can be changed. For example, in the <ahref="https://github.com/Dynamsoft/Dynamic-Web-TWAIN"target="_blank">DWT package</a>, it's called *dist*.
title: Dynamic Web TWAIN SDK Features - PDF Compressor (Beta)
5
+
keywords: Dynamic Web TWAIN, Documentation, PDF Compressor
6
+
breadcrumbText: PDF Compressor (Beta)
7
+
description: Dynamic Web TWAIN SDK Documentation PDF Compressor
8
+
permalink: /indepth/features/pdfc.html
9
+
---
10
+
11
+
# PDF Compressor (Beta)
12
+
13
+
PDF Compressor is a new PDF compression technology which may help reduce the resulting file size when saving images as a PDF file. This technology is based on Dynamsoft's proprietary color clustering algorithms.
14
+
Color clustering uses operates using the RGB value of each pixel in the image to cluster similarly colored pixels.
15
+
16
+
> This feature is only available for color or gray-scale images and requires a PDF Compressor module license.
17
+
18
+
## How to achieve high-quality compression
19
+
### Select sharp simple images
20
+
For best file fidelity post compression, please images that have the following attributes:
21
+
22
+
- High contrast,
23
+
- Less color variety,
24
+
- Concentrated distribution of similar colors,
25
+
- With low complexity graphics,
26
+
27
+
### Things to keep in mind
28
+
29
+
- If the contrast between the text in the picture and the background is not high, and the weight of the text is not heavy, text may be incomplete or thin after compression.
30
+
- If the source image contains complex graphics, the quality of the resulting compressed graphics may deteriorate.
31
+
32
+
## Sample Demo
33
+
34
+
To preview this feature, please see <ahref="https://demo.dynamsoft.com/Samples/dwt/PDF-Compressor/PDF-Compressor.html"target="_blank">this demo</a>. Please <ahref="https://www.dynamsoft.com/company/customer-service/#contact"target="_blank">contact us</a> if you have any feedback or suggestions.
0 commit comments