#include <Optimizer.h>
Classes | |
class | ImageSettings |
class | MonoImageSettings |
class | OptimizerSettings |
class | TextSettings |
Static Public Member Functions | |
static void | Optimize (PDFDoc &doc, const OptimizerSettings &settings=OptimizerSettings()) |
The Optimizer class provides functionality for optimizing/shrinking output PDF files.
'pdftron.PDF.Optimizer' is an optional PDFNet Add-On utility class that can be used to optimize PDF documents by reducing the file size, removing redundant information, and compressing data streams using the latest in image compression technology. PDF Optimizer can compress and shrink PDF file size with the following operations:
Definition at line 36 of file Optimizer.h.
|
static |
Optimize the given document using the optimizers settings
doc | the document to optimize |
color_image_settings | the image processing settings for color images |
grayscale_image_settings | the image processing settings for grayscale images |
mono_image_settings | the image processing settings for monochrome images |