Hi,

Kamal Bhatt wrote:
<snip/>
> Also, I want subsequent pages to have the same height, how can 
> I achieve this?

If you mean that the content should always end at a same distance from
the bottom of each page (‘justified’ pages), then you have to insert
elastic spaces between blocks, like this:
    <fo:block space-after.minimum="10pt"
              space-after.optimum="12pt"
              space-after.maximum="20pt">
      etc...
(Also works on fo:table.)

Spaces will then be stretched so that the bottom of the content
coincides with the bottom of the region-body on each page.


HTH,
Vincent

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

Reply via email to