You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-users@xmlgraphics.apache.org by Jeremias Maerki <de...@jeremias-maerki.ch> on 2006/08/13 08:33:52 UTC

Re: How to turn off all stream filters?

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: fop-users-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-help@xmlgraphics.apache.org


RE: How to turn off all stream filters?

Posted by Roy Henderson <r_...@rebexitservices.co.uk>.
Many thanks Jeremias - that worked perfectly for me. I was using 0.20.5
stable but I downloaded 0.92beta and tested with that.

-----Original Message-----
From: Jeremias Maerki [mailto:dev@jeremias-maerki.ch] 

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>


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.


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-help@xmlgraphics.apache.org