You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by "Franziska Zäch (Jira)" <ji...@apache.org> on 2022/08/22 08:41:00 UTC

[jira] [Created] (FOP-3090) Fehlerhafte Seitenerstellung bei master-reference="singlePage" page-position="only"/>

Franziska Zäch created FOP-3090:
-----------------------------------

             Summary: Fehlerhafte Seitenerstellung bei  master-reference="singlePage" page-position="only"/>
                 Key: FOP-3090
                 URL: https://issues.apache.org/jira/browse/FOP-3090
             Project: FOP
          Issue Type: Bug
          Components: layout/page
    Affects Versions: 2.7
         Environment: Windows 10
            Reporter: Franziska Zäch
             Fix For: 2.7
         Attachments: Mustermann.2.7.pdf, Mustermann.pdf

Nach Upgrade FOP 1.1 nach FOP 2.7 wird die  "Singe Page" nicht mehr richtig erstellt, wenn aufgrund des Datenvolumens in "body" und einer region-after extent="11.8cm eine 2. Seite erstellt werden soll. 

Siehe Anhang Mustermann.pdf: Hier wird aufgrund des Datenvolumens (body) eine 2. Seite erstellt!

Siehe Anhang Mustermann 2.7.pdf: Hier müsste aufgrund des Datenvolumens (body) eine 2. Seite erstellt werden!

Hinweis: die Bankverbindung soll pro Dokument nur 1 mal gedruckt werden!

<fo:simple-page-master master-name="{color:#FF0000}singlePage{color}" page-height="297mm" page-width="210mm" margin-top="15mm" margin-bottom="0mm" margin-left="3mm" margin-right="2mm">
                    <fo:region-body region-name="{color:#FF0000}body{color}" margin-top="2.4cm" margin-b{color:#FF0000}ottom="11.8cm{color}" margin-left="10mm"/>
                    <fo:region-before extent="2cm" region-name="xsl-region-before"/>
                    <{color:#FF0000}fo:region-after extent="11.8cm{color}" 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>



--
This message was sent by Atlassian Jira
(v8.20.10#820010)