Optimizing PDF documents in general
PDF Optimization is about serializing several compression algorithms to surpass the limitations of some compression schemes while removing unwanted or unused objects and applying several other techniques when necessary. The GdPicturePDFReducer class provides innovative and highly sophisticated techniques to help anyone dramatically reduce the file size of PDF documents. With the help of PDFReducerConfiguration class, it is allowed to apply selected features to address all areas of compression and optimization, with a focus on font optimization, data compression, and image analysis.
This example focuses on general aspects of PDF optimization such as content removal and fonts optimization. Further topic explanations are covered in details in this beneficial article.
The usage of the GdPicturePDFReducer class is effortless and straightforward. Here is the basic workflow.