PdfOptimizationOptions class

PdfOptimizationOptions class

Defines Pdf optimization options.

The PdfOptimizationOptions type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of PdfOptimizationOptions.

Properties

Property Description
compress_images The property determines whether all images in the document are re-compressed.
font_subset_strategy The font subset strategy.
image_quality The image quality as a percentage, where 100% represents unchanged quality and image size; set to less than 100 to decrease the image size.
link_duplicate_streams The link duplicate streams.
remove_unused_objects The option to remove unused objects.
remove_unused_streams The option to remove unused streams.
unembed_fonts The property makes fonts not embedded when set to True.

See Also