Enumeration CompressionLevel

Supported compression levels for CompressPDFJob used with CompressPDFParams.

Enumeration Members

Enumeration Members

HIGH: "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: "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: "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.

Generated using TypeDoc