The LPDFCompressor class is derived from LBase, and provides support for the PDF Compressor. PDF documents can be created in memory and then saved to a file, with or without using segmentation. Through MRC segmentation, this compressor can be used to break down a page/image into smaller segments, saving each segment using compression appropriate for that segment. This whole process works to provide a PDF file with better compression and better quality than just a standard Raster PDF file.
The following library should be loaded using LBase::LoadLibraries before using the class.
Class Members |