|
pdfOptimizer 4.1.2 API
|
Performs maximal compression of every iText.Kernel.Pdf.PdfStream and full compression of the iText.Kernel.Pdf.PdfDocument. More...
Package Functions |
|
| override void | OptimizePdf (PdfDocument document, OptimizationSession session) |
| Performs an optimization of the document. More... |
|
Performs maximal compression of every iText.Kernel.Pdf.PdfStream and full compression of the iText.Kernel.Pdf.PdfDocument.
|
inlinepackagevirtual |
Performs an optimization of the document.
Performs an optimization of the document. The method is not designed to be invoked directly. For a correct optimization process use methods of PdfOptimizer class.
| document | is the PDF document to optimize. Invocation of the method can change the state of the object |
| session | is an auxiliary object used to support share data between stages of optimization process |
Implements iText.Pdfoptimizer.AbstractOptimizationHandler.