Hi, > -----Message d'origine----- > De : Phillip Rhodes [mailto:[EMAIL PROTECTED] > Envoyé : vendredi 10 octobre 2008 03:43 > > Using version 0.95 > > If I add keep-together.within-column="always" or > keep-together.within-page="always", the bottom margins of my > pages are not *always* respected. As an example, on page 8 > of the pdf document below. I would appreciate any thoughts > on how to get around this issue. > > Thanks. > PDF: > http://www.rhoderunner.com/fop/output.pdf > FO: > http://www.rhoderunner.com/fop/output.fo.xml
What you get is the normal behaviour. If you use the 'always' value, there is no place for break in the context (page or column in your case). What you probably need is integer value, witch is not implemented in FOP 0.95 and earlier (see http://xmlgraphics.apache.org/fop/compliance.html#fo-property-keepsbreaks-section) BUT... This is an experimental feature in FOP trunk... You can try it. HTH, Pascal --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
