diff options
author | Andreas L. Delmelle <adelmelle@apache.org> | 2005-09-24 22:00:02 +0000 |
---|---|---|
committer | Andreas L. Delmelle <adelmelle@apache.org> | 2005-09-24 22:00:02 +0000 |
commit | 78a328cba576a8857eb4a299741b7568736f075d (patch) | |
tree | 29bb195bc5f4e60a2bea8889d48edfe46179e982 /conf/fop.xconf | |
parent | 3bbd46a754991021b4ab2a1e644dad54c865dcbe (diff) | |
download | xmlgraphics-fop-78a328cba576a8857eb4a299741b7568736f075d.tar.gz xmlgraphics-fop-78a328cba576a8857eb4a299741b7568736f075d.zip |
Added custom Maker for page-height and page-width; use fallback values in case value is auto
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@291338 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'conf/fop.xconf')
-rw-r--r-- | conf/fop.xconf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/fop.xconf b/conf/fop.xconf index db50f5ac4..d3fc5794b 100644 --- a/conf/fop.xconf +++ b/conf/fop.xconf @@ -18,6 +18,10 @@ the location of this file. <base url="./"/> <!-- pixel to millimeter to specify dpi, 72dpi --> <pixelToMillimeter value="0.35277777777777777778"/> + <!-- default page-height and page-width, in case + value is specified as auto --> + <pageHeight value="11in"/> + <pageWidth value="8.26in"/> </userAgent> <!-- Information for specific renderers --> |