On Feb 16, 2008, at 00:31, kungouf wrote:
Hi,
Hello,
i have an issue about the page number.
i want to show on each pdf page the page number with the following
format:
page 1 of n
Pretty classic, but i couldnt manage to do it.
<snip />
here is how i proceed:
1- i put an end of document block:
<fo:block id = "lastBlock"/>
This part is correct.
2- after my </fo:table>....</fo:table-body> block, i creaated the
following
block to show the page number:
<fo:block><fo:page-number/> of <fo:page-number-citation ref-id =
"lastBlock"/></fo:block>
This will obviously only render the page-number and page-number-
citation once, after the entire table.
Try putting this last block containing the page-number in the table-
footer, and it will automatically appear on every page spanned by the
table.
HTH!
Andreas
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]