Optimizer
Overview
Optimizer is a class in Aspose.PDF FOSS for Python.
Inherits from: PdfPlugin.
Optimize each input PDF (compression + unused-object cleanup).
This class provides 1 method for working with Optimizer objects in Python programs.
Available methods include: process.
All public members are accessible to any Python application after installing the Aspose.PDF FOSS for Python package.
Methods
| Signature | Description |
|---|---|
process(options: OptimizeOptions) → ResultContainer | Calls process(options) on this Optimizer instance. |