William Yu wrote:
I'm fairly new to FOP and I have a problem I haven't been able to solve. My goal is to have rectangular (8X10) border (top, bottom, left right) on every single page of my document regardless if the content will fill up the page or not. The problem I'm having is that border basically stops when the content ends on subsequent pages. I can not predict the amount of data that will coming from an XML file so the content size will vary. I would like the border to extend to the bottom of every page, even if the content does not fill up the whole page.
You are goingt to need to put the border on fo:region-body and make the fo:region-body extend to the edge of the page. Strictly speaking this is not allowed by the XSL-FO specification but I believe FOP allows it. If you have side regions, i.e. fo:static-content then this approach may not work for you.
<snip/> Chris --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
