Using the API method setFullCompression, PDF files can be generated with full compression, thus reducing the file size of the resulting PDF document.
Example usage:
pdfReactor.setFullCompression(true);
Your PDF reader needs to support Adobe PDF version 1.5 in order to be able to display PDF documents created with full compression enabled.