Skip to content

Commit e471b56

Browse files
committed
Update pdfc.md
1 parent d6c6905 commit e471b56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

indepth/features/pdfc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ permalink: /indepth/features/pdfc.html
1313
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.
1414
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.
1515

16+
> This feature is only available for the color or gray-scale images and need a PDF Compressor module license.
17+
1618
## Benefits
1719

1820
PDF Compressor provides a new way of PDF compression. For the image which is
@@ -39,8 +41,6 @@ To preview this feature, please see <a href="https://demo.dynamsoft.com/Samples/
3941

4042
```typescript
4143
DWObject.Addon.PDF.Write.Setup({
42-
compression: Dynamsoft.DWT.EnumDWT_PDFCompressionType.PDF_JP2000,
43-
quality: 80,
4444
docCompressor: {
4545
enabled: true, //Enable PDF Compressor
4646
},

0 commit comments

Comments
 (0)