aboutsummaryrefslogtreecommitdiffstats
path: root/status.xml
diff options
context:
space:
mode:
authorJeremias Maerki <jeremias@apache.org>2008-04-17 15:12:23 +0000
committerJeremias Maerki <jeremias@apache.org>2008-04-17 15:12:23 +0000
commit5772532f675b18349b6c9262b1e5d8d645729fe6 (patch)
tree786bba4fc9a79bb868a808c56eb9417e43b17128 /status.xml
parent2110cefe609d1ec729fb271e970809d2a84e5af4 (diff)
downloadxmlgraphics-fop-5772532f675b18349b6c9262b1e5d8d645729fe6.tar.gz
xmlgraphics-fop-5772532f675b18349b6c9262b1e5d8d645729fe6.zip
Bugzilla #41687:
Restored ability to specify from/to and odd/even pages as well as the number of copies for printing from the command-line. Note that this is no longer done via system properties but through the renderer options. Syntax is slightly different. See "fop -print help". git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@649146 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r--status.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/status.xml b/status.xml
index 640b2e8af..5fd349180 100644
--- a/status.xml
+++ b/status.xml
@@ -58,6 +58,10 @@
Added SVG support for AFP (GOCA).
</action>
-->
+ <action context="Renderers" dev="JM" type="add" fixes-bug="41687">
+ Restored ability to specify from/to and odd/even pages as well as the number of copies
+ for printing from the command-line.
+ </action>
<action context="Renderers" dev="JM" type="add" fixes-bug="44678" due-to="Antti Karanta">
Added ability to pass a preconfigured PrinterJob instance to the PrintRenderer via
the rendering options map.