Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.7
-
None
-
Windows 10
Description
After upgrading FOP 1. 1 to FOP 2. 7, the “Single Page” is no longer created correctly if a 2nd page is to be created due to the data volume in “body” and a region-after extent=”11. 8cm.
See appendix template. pdf: Here a 2nd page is created due to the data volume (body)!
See Appendix Mustermann 2. 7. pdf: Due to the data volume (body) a 2nd page should be created here!
Note: the bank details should only be printed once per document!
Note: with the FOP version 2. 6 the PDF is created correctly!
<fo:simple-page-master master-name="singlePage" page-height="297mm" page-width="210mm" margin-top="15mm" margin-bottom="0mm" margin-left="3mm" margin-right="2mm">
<fo:region-body region-name="body" margin-top="2.4cm" margin-bottom="11.8cm" margin-left="10mm"/>
<fo:region-before extent="2cm" region-name="xsl-region-before"/>
<fo:region-after extent="11.8cm" region-name="last-region-after" margin-right="40mm" display-align="after"/>
<fo:region-start extent="1cm" region-name="xsl-region-start"/>
</fo:simple-page-master>
<fo:page-sequence-master master-name="basicPSM">
<fo:repeatable-page-master-alternatives>
<fo:conditional-page-master-reference master-reference="singlePage" page-position="only"/>