Details
-
Bug
-
Resolution: Fixed
-
Major
-
3.1 RC1
-
None
-
Unknown
-
Description
Open xhtml2fo.xsl ( the document responsible for styling pdf export format ).
Go to the page size section and check the following values:
<xsl:param name="page-margin-top">1in</xsl:param>
<xsl:param name="page-margin-bottom">1in</xsl:param>
<xsl:param name="page-margin-left">1in</xsl:param>
<xsl:param name="page-margin-right">1in</xsl:param>
If setting the page-margin-bottom to a different value (eg. 2in) this value will be calculated for page-margin-right too. page-margin-right is not used for calculating any margin.