aboutsummaryrefslogtreecommitdiffstats
path: root/src/documentation/content/xdocs
diff options
context:
space:
mode:
authorJeremias Maerki <jeremias@apache.org>2011-04-22 07:15:43 +0000
committerJeremias Maerki <jeremias@apache.org>2011-04-22 07:15:43 +0000
commit8c3aa5ee7fae54a61a0481f663281fe9e9518f82 (patch)
tree923eb286bdeed10082c08144e4423f527b866b63 /src/documentation/content/xdocs
parentcd406a47bf2aee8561e5ef3bb888dcc4ea0a607d (diff)
downloadxmlgraphics-fop-8c3aa5ee7fae54a61a0481f663281fe9e9518f82.tar.gz
xmlgraphics-fop-8c3aa5ee7fae54a61a0481f663281fe9e9518f82.zip
Added option for PostScript output to optimize for file size rather than quality.
Fixed some missing PostScript command mappings. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1095878 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/content/xdocs')
-rw-r--r--src/documentation/content/xdocs/trunk/output.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/documentation/content/xdocs/trunk/output.xml b/src/documentation/content/xdocs/trunk/output.xml
index c174bf2b5..bc4d87088 100644
--- a/src/documentation/content/xdocs/trunk/output.xml
+++ b/src/documentation/content/xdocs/trunk/output.xml
@@ -287,6 +287,7 @@ out = proc.getOutputStream();]]></source>
<optimize-resources>false</optimize-resources>
<safe-set-page-device>false</safe-set-page-device>
<dsc-compliant>true</dsc-compliant>
+ <rendering>quality</rendering>
</renderer>]]></source>
<p>
The default value for the "auto-rotate-landscape" setting is "false". Setting it
@@ -319,6 +320,12 @@ out = proc.getOutputStream();]]></source>
the particular postscript implementation issuing unwanted postscript subsystem
initgraphics/erasepage calls on each setpagedevice call.
</p>
+ <p>
+ The default value for the "rendering" setting is "quality". Setting it to "size"
+ optimizes rendering for smaller file sizes which can involve minor compromises in
+ rendering quality. For example, solid borders are then painted as plain rectangles
+ instead of the elaborate painting instructions required for mixed-color borders.
+ </p>
</section>
<section id="ps-limitations">
<title>Limitations</title>