Abhijit Junnare wrote:

I woudl like to have different page masters for the
first and last page. I understand that page-position="last" is not
implemented yet in FOP> Is there any alternative to
achieving different margins of the first and last page
as compared to the rest of the pages?
thanks in advance
abhi

First check whether you can fake this effect somehow with a table or something. If this fails, and you know how many pages your FO produces, use a repeatable-page-master-reference for your normal pages with the approrpiate page count set, and another single-page-master-reference (or also a repeatable-page-master-reference) for the last page. If your page count is more dynamic, you can try a two pass approach similar to the one outlined here: http://xml.apache.org/fop/fo.html#fo-total-pages The first pass gets you the page count, in the second pass you use it for setting the proper page count on your repeatable-page-master-reference.

J.Pietschmann



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



Reply via email to