So, you're actually using one page-sequence for each page? A bit puzzling, since I'd expect no mysterious carry-over of excess space between page-sequences... Do you know if this is AWTRenderer specific? (Have you tried rendering the same document to PDF or PostScript to see if something similar occurs?)

I'm aftraid that it might be the AWTRenderer, since we use the PDFRenderer for dynamic viewing and there is no problem.


BTW: did you notice that the line-height for your document is smaller than the font-size? Don't know if this could be causing strange behaviour...

Sorry that's a typo it should read line-height="11pt" font-size="12pt"


Anyway, what I was hinting at was keeping the whole lot in one page-sequence, but adding an explicit 'break-after="page"' to what you know will be the last line of the page.

At this point I rather stick to what we already have and use fo:page-sequence as a page separator.

Of course, this will only work if the page-masters are the same for all pages...

Yes they all use the same fo:simple-page-master


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to