Show / Hide Table of Contents

Enum CompressionLevel

Supported compression levels for CompressPDFJob

Namespace: Adobe.PDFServicesSDK.pdfjobs.parameters.compresspdf
Assembly: Adobe.PDFServicesSDK.Doc.dll
Syntax
public enum CompressionLevel

Fields

Name Description
HIGH

Reduces the file size of pdf by reducing resolution of the coloured and grayscale images above 100 dpi to 72 dpi (dots per inch). This option uses JPEG medium quality compression. Output pdf will not contain hidden layers, document structure, metadata, javascript, user properties and print settings.

LOW

Reduces the file size of pdf by reducing resolution of the coloured and grayscale images above 250 dpi to 200 dpi (dots per inch). This option uses JP2K high quality compression.

MEDIUM

Reduces the file size of pdf by reducing resolution of the coloured and grayscale images above 200 dpi to 144 dpi (dots per inch). This option uses JP2K medium quality compression.

In This Article
Back to top Copyright © 2020 Adobe. All rights reserved.