For which FOP version???

Here are the filter lists I use during development. It turns off
compression for regular page content:

For 0.92beta and later:

      <filterList>
        <value>null</value>
      </filterList>
      <filterList type="image">
        <!--value>null</value-->
        <value>flate</value>
        <value>ascii-85</value>
      </filterList>
      <filterList type="tiff">
        <value>ascii-85</value>
      </filterList>
      <filterList type="jpeg">
        <value>ascii-85</value>
      </filterList>

The filter lists are described here:
http://xmlgraphics.apache.org/fop/trunk/configuration.html#pdf-renderer

For FOP 0.20.5:
  <entry role="pdf">
    <key>stream-filter-list</key>
    <list>
      <!--value>flate</value-->
    </list>
  </entry>


HTH

On 12.08.2006 15:22:16 Roy Henderson wrote:
> Can anyone tell me how to turn off all stream filters? I want to see the 
> uncompressed output from FOP.
> I have tried using an empty <list> in userconfig but it's beginning to look 
> like flate is on by default within the actual build of FOP.


Jeremias Maerki


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to