Hello and thank you for reading my post. I am dynamically generating PDF documents from: - a variable XML data file - and a "static" XSL-FO stylesheet.
As a result, the PDF document may comprise a first page F and several following pages N_1, N_2, ... A text "Text1" has to appear at the top of page F only. Another text "Text2" has to appear at the top of every following page N_i (i = 1, 2, ...). The contents "Contents1 Contents2 ..." of the pages F, N_1, N_2, ... flow from one page to the next page including the first one F. Below is a schematic view of the result I want to get: Page F: +-----------------------+ | | | Text1 | | | | Contents1 Contents2 | | Contents3 Contents4 | | Contents5 Contents6 | | Contents7 Contents8 | | Contents9 Contents10 | | Contents11 Contents12 | | Contents13 Contents14 | | | +-----------------------+ Page N_1: +-----------------------+ | | | Text2 | | | | Contents15 Contents16 | | Contents17 Contents18 | | Contents19 Contents20 | | Contents21 Contents22 | | Contents23 Contents24 | | Contents25 Contents26 | | Contents27 Contents28 | | | +-----------------------+ Page N_2: +-----------------------+ | | | Text2 | | | | Contents29 Contents30 | | Contents31 Contents32 | | Contents33 Contents34 | | Contents35 Contents36 | | Contents37 Contents38 | | Contents39 Contents40 | | Contents41 Contents42 | | | +-----------------------+ Etc. Can you give me some starting indications how to achieve this result? Thank you and best regards. -- View this message in context: http://old.nabble.com/First-page-%28distinct%29-and-next-following-page---contents-flowing-on-every-page-including-first-tp33957356p33957356.html Sent from the FOP - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org