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 "simon steiner (JIRA)" <ji...@apache.org> on 2016/01/04 13:59:39 UTC

[jira] [Closed] (FOP-2533) PDF generation never stops when you have a missing defined region name

     [ https://issues.apache.org/jira/browse/FOP-2533?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

simon steiner closed FOP-2533.
------------------------------
    Resolution: Duplicate

> PDF generation never stops when you have a missing defined region name
> ----------------------------------------------------------------------
>
>                 Key: FOP-2533
>                 URL: https://issues.apache.org/jira/browse/FOP-2533
>             Project: FOP
>          Issue Type: Bug
>          Components: fo/page
>    Affects Versions: 1.1, 2.0
>            Reporter: Radu Coravu
>   Original Estimate: 3h
>  Remaining Estimate: 3h
>
> If you try to publish to PDF this XSL-FO file:
> {code}<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
>    <fo:layout-master-set>
>       <fo:simple-page-master master-name="page-initiale" page-width="21cm" page-height="29.7cm">
>          <fo:region-body margin="3cm" region-name="body"/>
>          <fo:region-after extent="2cm" region-name="first-page-footer"/>
>       </fo:simple-page-master>
>       <fo:simple-page-master master-name="pages-standard">
>          <fo:region-body margin-top="3cm"/>
>       </fo:simple-page-master>
>    </fo:layout-master-set>
>    <fo:page-sequence master-reference="page-initiale">
>       <fo:flow flow-name="xsl-region-body">
>          <fo:block></fo:block>
>       </fo:flow>
>    </fo:page-sequence>
>    <fo:page-sequence master-reference="pages-standard">
>       
>       <fo:flow flow-name="xsl-region-body">
>          <fo:block page-break-after="always"/>
>       </fo:flow>
>    </fo:page-sequence>
> </fo:root>{code}
> the generation keeps creating a very large PDF and eventually throws an out of memory.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)