How to manipulate page number in FOP?
- by Fred Rocha
I am using Apache FOP 0.95, and all I want to do is add 1 to the current page number.
So, on page 12, I want to show 12 / 13. Then nothing on page 13, of course.
Any ideas how I could do this, perhaps by manipulating <fo:page-number /> ?
Thanks y'all!