aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorJeremias Maerki <jeremias@apache.org>2006-01-24 08:01:35 +0000
committerJeremias Maerki <jeremias@apache.org>2006-01-24 08:01:35 +0000
commit56b170802a9933a2a5148a97478f1820a0918dc0 (patch)
tree0bed3249ffabf28b34009a3abb368d2359b9a5e2 /conf
parent47dbae7b8f1b6cb06e0785d21c666a95bbeaefbc (diff)
downloadxmlgraphics-fop-56b170802a9933a2a5148a97478f1820a0918dc0.tar.gz
xmlgraphics-fop-56b170802a9933a2a5148a97478f1820a0918dc0.zip
Hint at the auto-rotate-landscape option.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@371861 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'conf')
-rw-r--r--conf/fop.xconf3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/fop.xconf b/conf/fop.xconf
index c542c8953..bc286e883 100644
--- a/conf/fop.xconf
+++ b/conf/fop.xconf
@@ -87,6 +87,9 @@ the location of this file.
</renderer>
<renderer mime="application/postscript">
+ <!-- This option forces the PS renderer to rotate landscape pages -->
+ <!--auto-rotate-landscape>true</auto-rotate-landscape-->
+
<!-- This option lets you specify additional options on an XML handler -->
<!--xml-handler namespace="http://www.w3.org/2000/svg">
<stroke-text>false</stroke-text>