Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _data/full_tree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ tree_list:
path: /indepth/features/pdf.html
- name: Remote Scan
path: https://www.dynamsoft.com/remote-scan/docs/introduction/
- name: PDF Compressor (Alpha)
- name: PDF Compressor (Beta)
path: /indepth/features/pdfc.html
- name: Samples and Demos
childList:
Expand Down
2 changes: 1 addition & 1 deletion indepth/features/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ This section covers how to implement the key capabilities of Dynamic Web TWAIN (

Learn about how to use Remote Scan.

* [PDF Compressor (Alpha)]({{site.indepth}}features/pdfc.html)
* [PDF Compressor (Beta)]({{site.indepth}}features/pdfc.html)

Learn about PDF Compressor.
6 changes: 3 additions & 3 deletions indepth/features/pdfc.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
layout: default-layout
needAutoGenerateSidebar: true
title: Dynamic Web TWAIN SDK Features - PDF Compressor (Alpha)
title: Dynamic Web TWAIN SDK Features - PDF Compressor (Beta)
keywords: Dynamic Web TWAIN, Documentation, PDF Compressor
breadcrumbText: PDF Compressor (Alpha)
breadcrumbText: PDF Compressor (Beta)
description: Dynamic Web TWAIN SDK Documentation PDF Compressor
permalink: /indepth/features/pdfc.html
---

# PDF Compressor (Alpha)
# PDF Compressor (Beta)

PDF Compressor is a compression technology based on color clustering which can help to reduce the file size when saving images as a PDF file.
Color clustering is an algorithm, which is based on the RGB value of each pixel in the image to cluster similarly colored pixels to achieve compression.
Expand Down
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ permalink: /index.html
- [Read Barcodes]({{site.indepth}}features/barcode.html)
- [Handle PDFs]({{site.indepth}}features/pdf.html)
- [Remote Scan](https://www.dynamsoft.com/remote-scan/docs/introduction/)
- [PDF Compressor (Alpha)]({{site.indepth}}features/pdfc.html)
- [PDF Compressor (Beta)]({{site.indepth}}features/pdfc.html)

* [API Reference]({{site.info}}api/index.html)

Expand Down
2 changes: 1 addition & 1 deletion info/schedule/Stable.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ permalink: /info/schedule/Stable.html

### Preview Feature

#### PDF Compressor (Alpha)
#### PDF Compressor (Beta)

- PDF Compressor is a compression technology based on color clustering which can help to reduce the file size when saving images as a PDF file. To preview this feature, please see <a href="https://demo.dynamsoft.com/Samples/dwt/PDF-Compressor/PDF-Compressor.html" target="_blank">this demo</a>. Please <a href="https://www.dynamsoft.com/company/customer-service/#contact" target="_blank">contact us</a> if you have any feedback or suggestions.

Expand Down