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 Stanislav Gorkhover <St...@af-software.de> on 1999/11/19 14:30:32 UTC

Pagination error.


Hi,

I'll post an example where the last line of the first page was cut.
The text was left out, too.



<?xml version="1.0"?>
<fo:root xmlns:fo="http://www.w3.org/XSL/Format/1.0">
  <fo:layout-master-set>
    <fo:simple-page-master page-master-name="repeatingPM">
      <fo:region-body margin-top="250pt" margin-bottom="50pt"
margin-right="40pt" margin-left="40pt"></fo:region-body>
    </fo:simple-page-master>
    <fo:simple-page-master page-master-name="firstPM">
      <fo:region-body></fo:region-body>
    </fo:simple-page-master>
  </fo:layout-master-set>
  <fo:page-sequence>
    <fo:sequence-specification>
      <fo:sequence-specifier-repeating
page-master-repeating="repeatingPM"
page-master-first="firstPM"></fo:sequence-specifier-repeating>
    </fo:sequence-specification>

<fo:flow flow-name="xsl-body">      

<fo:block font-size="12pt" line-height="36pt">
  Your large TEXT ...
</fo:block>

</fo:flow>
</fo:page-sequence>
</fo:root>




FOP version 0.11.0.

Acrobat Reader version 3.0.


Regards,
Stanislav Gorkhover.