Hi, I am encountered with the following problem, would be great if anyone has an idea how to solve it. The table to be desplayed in my pdf looks like this:
year | name || year | name ======================= 2007 Tom 2011 Nick 2008 Brenda 2012 Carl 2009 Andy 2013 Emmi 2010 Mitch and so on. I don't know the length of the table (number of years, there may be 50 or so)) and I don't know the position on the page where the table starts because the PDF consists of dynamic content. If there ist a page-break I would like to have this: year | name || year | name ======================= 2007 Tom 2009 Andy 2008 Brenda 2010 Mitch ----- page break -------------- 2011 Nick 2013 Emmi 2012 Carl But, maybe needless to say, I get this: year | name || year | name ======================= 2007 Tom 2011 Nick 2008 Brenda 2012 Carl -----page break-------------- 2009 Andy 2013 Emmi 2010 Mitch I was searching for getting to know my current position on a page, so that I can split the table into two. But obviously there is no way for that. Any other ideas? jorgito -- View this message in context: http://www.nabble.com/Two-successive-columns-in-a-table---%3E-problem-with-the-page-break-tf4797601.html#a13725292 Sent from the FOP - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]