I am using Apache Fop 1.0 to create PDF documents, which uses the FlateFilter to compress the content. The FOP uses the DeflaterOutputStream DEFAULT_COMPRESSION under the cover. I have not found any possibility to set it to BEST_COMPRESSION.
The PDF contains several images generated by a graphics program. Those generated images are quite huge.
Is there anyway to reduce the file size.
