Am Montag, den 11.05.2009, 14:52 -0400 schrieb Ashish Kulkarni:
> Hi
> I have to put some text at bottom right corner of Last page, how do i
> do it. 
> I dont want to add it as a footer, but use <fo:block> to allign at
> bottom right corner 

Hi,

you can use this to position something absolute on the page

<fo:block-container absolute-position="absolute" top="233mm"
left="167mm">
        <fo:block>
                Your text here
        </fo:block>
</fo:block-container>

Theoretically it should be possible to bottom and right instead of top
and left, but I had no luck with it...

Be aware that the contents are outside the flow, so you have to take
care yourself that there is no overlapping.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to