Uploaded image for project: 'XWiki Platform'
  1. XWiki Platform
  2. XWIKI-6719

Incorrect page margin set in xhtml2fo.xsl

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 3.2 M1
    • 3.1 RC1
    • {Unused} Export
    • 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.

      Attachments

        Activity

          People

            sdumitriu Sergiu Dumitriu
            camaritei Ciprian Amaritei
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: