#include <Optimizer.h>
Public Types | |
typedef pdftron::PDF::ImageSettings | ImageSettings |
typedef pdftron::PDF::MonoImageSettings | MonoImageSettings |
typedef pdftron::PDF::TextSettings | TextSettings |
typedef pdftron::PDF::OptimizerSettings | OptimizerSettings |
Static Public Member Functions | |
static void | Optimize (PDFDoc &doc, const OptimizerSettings &settings) |
static void | Optimize (PDFDoc &doc) |
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 41 of file Optimizer.h.
Definition at line 44 of file Optimizer.h.
Definition at line 45 of file Optimizer.h.
Definition at line 47 of file Optimizer.h.
Definition at line 46 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 |
|
static |