« Return to Thread: page-number+1 in page-footer

Re: page-number+1 in page-footer

by Pascal Sancho :: Rate this Message:

Reply to Author | View in Thread

Hi,

Steve Kwee a écrit :

> Hello,
>
> i have a somewhat strange requirement on rendering page-numbers:
>
> My customer wants the number of the next-page in the page-footer.
> "-2-" on the first page
> "-3-" on the second page
> ...
> nothing on the last page
>
> Searching the list I understand that XSL processing and FOP processing are
> separate with not feedback. So I understand that there is no way
> counting pages in an xsl-variable and then doing some arithmetic with that.
>
> Any ideas ?
>
> Thank you for any comments and best regards
> Steve
if you don't need the current page number of the page, what you need is
probably to set the initial-page-number property on the fo:page-sequence.

HTH,
Pascal


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscribe@...
For additional commands, e-mail: fop-users-help@...

 « Return to Thread: page-number+1 in page-footer