/[Apache-SVN]
ViewVC logotype

Revision 387213


Jump to revision: Previous Next
Author: jeremias
Date: Mon Mar 20 13:49:05 2006 UTC (18 years, 3 months ago)
Changed paths: 2
Log Message:
Certain filter combinations in PDF could lead to invalid PDFs. DecodeParams were not properly handled.
Default filter for XMP metadata set to NullFilter as XMP metadata should always be embedded as clear-text so non-PDF-aware XMP processors can extract the metadata.
Default filter for DCT/JPEG- and CCITT/TIFF-encoded images set to NullFilter because these two compression methods already do a good job. An additional flate filter (as was applied before due to the single default) helps a just little but also adds processing time. If anyone wants to squeeze every possible bit out of the PDF you can use the following in the user configuration:
      <filterList type="tiff">
        <value>flate</value>
      </filterList>
      <filterList type="jpeg">
        <value>flate</value>
      </filterList>


Changed paths

Path Details
Directoryxmlgraphics/fop/trunk/src/java/org/apache/fop/pdf/PDFFilterList.java modified , text changed
Directoryxmlgraphics/fop/trunk/status.xml modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26