Sergio Lopez wrote:
I want to create one pdf consisting in group of numbered pages, I mean, if my PDF has 10 pages I must have pages numbered like this:
- first group of pages:  1 of 1
- 2nd group --> 1 of 3, ..., 1 of 3
- 3rd group --> 1 of 5, 2 of 5, ..., 5 of 5

And the 11th page, and the last one of this PDF, it's a summary in which i must show the total number of pages (1 + 3 + 5 +1)

This is a FAQ. As already pointed out, you can only get page numbers,
rather than a total page count, within the FO standard.
If you can implement a small Java class, you can use a two pass
solution, grabbing the total page count from the rendering results
of the first pass.

J.Pietschmann

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

Reply via email to