Browse Source

Turned Flate and ASCII-85 filters back on.

PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194090 13f79535-47bb-0310-9956-ffa450edef68
tags/fop-0_18_1
Kelly Campbell 23 years ago
parent
commit
9c047c91e5
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      conf/config.xml

+ 2
- 2
conf/config.xml View File

<key>stream-filter-list</key> <key>stream-filter-list</key>
<list> <list>
<!-- provides compression using zlib flate (default is on)--> <!-- provides compression using zlib flate (default is on)-->
<!-- <value>flate</value> -->
<value>flate</value>
<!-- encodes binary data into printable ascii characters (default off) <!-- encodes binary data into printable ascii characters (default off)
This provides about a 4:5 expansion of data size --> This provides about a 4:5 expansion of data size -->
<!-- <value>ascii-85</value> -->
<value>ascii-85</value>


<!-- encodes binary data with hex representation (default off) <!-- encodes binary data with hex representation (default off)
This filter is not recommended as it doubles the data size --> This filter is not recommended as it doubles the data size -->

Loading…
Cancel
Save