diff options
author | arved <arved@unknown> | 2001-02-21 01:08:08 +0000 |
---|---|---|
committer | arved <arved@unknown> | 2001-02-21 01:08:08 +0000 |
commit | ed626fdae1106d16ac417a1bc2790d077ed8f289 (patch) | |
tree | 6210ffbcc38fce187bcf7ba2c6b6bee7be8d985b /conf | |
parent | bc0c8c93b299ec1eb8142a4dafebbdbfdbdb0455 (diff) | |
download | xmlgraphics-fop-ed626fdae1106d16ac417a1bc2790d077ed8f289.tar.gz xmlgraphics-fop-ed626fdae1106d16ac417a1bc2790d077ed8f289.zip |
Updated command line
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194079 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'conf')
-rw-r--r-- | conf/config.xml | 30 |
1 files changed, 27 insertions, 3 deletions
diff --git a/conf/config.xml b/conf/config.xml index 051eb4a1c..794fbcca9 100644 --- a/conf/config.xml +++ b/conf/config.xml @@ -5,9 +5,33 @@ <configuration> <entry> <key>version</key> - <value>FOP 0.16.0 DEV</value> + <value>FOP 0.17.0 DEV</value> </entry> + <!-- default values for commandline options --> + <!-- suppress all progress information, error message are still displayed --> + <entry> + <key>quiet</key> + <value>false</value> + </entry> +<!-- sets debug mode on/off; debug mode hasm more progress + information and a stacktrace in case of a fatal exception --> + <entry> + <key>debugMode</key> + <value>false</value> + </entry> + <!-- displays all configuration settings and then exits --> + <entry> + <key>dumpConfiguration</key> + <value>false</value> + </entry> + <!-- --> + <entry> + <key>debugMode</key> + <value>false</value> + </entry> + + <!-- stream-filter-list provides the default filters that are applied to all stream objects within the PDF file. These are normally used for compression --> @@ -15,11 +39,11 @@ <key>stream-filter-list</key> <list> <!-- provides compression using zlib flate (default is on)--> - <value>flate</value> + <!-- <value>flate</value> --> <!-- encodes binary data into printable ascii characters (default off) 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) This filter is not recommended as it doubles the data size --> |