Re: FO - Adding Filler Pages for page count multiple of 16

2005-08-22 Thread Jeremias Maerki
I don't think such a thing is directly possible with XSL-FO. Your best chance is probably to do a two-pass approach, noting the number of generated pages in the first run and then injecting additional blank pages in the second run. On 20.08.2005 06:32:59 Prakash R wrote: Hi, I'm new to FO.

Re: FO - Adding Filler Pages for page count multiple of 16

2005-08-22 Thread Chris Bowditch
Jeremias Maerki wrote: I don't think such a thing is directly possible with XSL-FO. Your best chance is probably to do a two-pass approach, noting the number of generated pages in the first run and then injecting additional blank pages in the second run. Jeremias is right, you can't do want

Re: FO - Adding Filler Pages for page count multiple of 16

2005-08-22 Thread Jeremias Maerki
No, you don't need an additional tool, only some custom Java code and probably an extension to your stylesheet. Step 1: Use the Driver.getResults() method to determine the number of pages generated during the first, normal run. See here for more info: