Package | Description |
---|---|
com.aspose.pdf |
The
com.aspose.pdf is a root package for all classes of Aspose.PDF for Java library
which are either directly in it like Document or indirectly through several
subpackages. |
com.aspose.pdf.optimization |
The
com.aspose.pdf.optimization is a package for classes for managing of document optimization process. |
Modifier and Type | Class and Description |
---|---|
static class |
Document.OptimizationOptions
Deprecated.
This class is obsolete. Please use com.aspose.pdf.optimization.OptimizationOptions instead.
|
Modifier and Type | Method and Description |
---|---|
void |
Document.optimizeResources(OptimizationOptions strategy)
Optimize resources in the document according to defined optimization strategy.
|
void |
IDocument.optimizeResources(OptimizationOptions strategy)
Optimize resources in the document according to defined optimization strategy.
|
Modifier and Type | Method and Description |
---|---|
static OptimizationOptions |
OptimizationOptions.all()
Creates optimization strategy will all options activated.
|