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:
Warren Block 2015-06-28 12:52:10 +00:00
parent 64c7b7c948
commit b9bae21a21
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=46887

View file

@ -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"/>