Set default PDF paper size to A4. Testing shows that the margins are
large enough to prevent image cropping when printed on US Letter paper.
This commit is contained in:
parent
64c7b7c948
commit
b9bae21a21
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=46887
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
|||
<xsl:param name="fop1.extensions" select="1"/>
|
||||
|
||||
<!-- Paper settings -->
|
||||
<xsl:param name="paper.type">B5</xsl:param>
|
||||
<xsl:param name="paper.type">A4</xsl:param>
|
||||
<xsl:param name="double.sided" select="1"/>
|
||||
<xsl:param name="force.blank.pages" select="1"/>
|
||||
|
||||
|
|
Loading…
Reference in a new issue