Re: fo:table-row bleeds into footer

2014-02-10 Thread Rob Sargent
Wonderful news. You might add not-blank back in to the "lasts". On 02/10/2014 08:14 AM, Bonekrusher wrote: Actually I think Its working. I believe that what I was reporting as "bad" is actually not. Because the footers are different sizes, its possible to leave a flow with no content on the las

Re: fo:table-row bleeds into footer

2014-02-10 Thread Bonekrusher
Actually I think Its working. I believe that what I was reporting as "bad" is actually not. Because the footers are different sizes, its possible to leave a flow with no content on the last page, if the previous page's content goes past a certain point. -- View this message in context: http://

Re: fo:table-row bleeds into footer

2014-02-09 Thread Rob Sargent
HAppy to help. Happy to help more. Do not settle for less than perfect. Send latest FO Sent from my iPhone > On Feb 9, 2014, at 3:39 PM, Bonekrusher wrote: > > First, I want to say thank you for all the help. I really appreciate it. Your > solution seems to work most of the time. I did notice

Re: fo:table-row bleeds into footer

2014-02-09 Thread Bonekrusher
First, I want to say thank you for all the help. I really appreciate it. Your solution seems to work most of the time. I did notice that the page breaking is a little off from going from 2-3 pages, which leaves a gap and the bottom of the flow and the last page's flow is empty. Nevertheless, I thin

Re: fo:table-row bleeds into footer

2014-02-09 Thread Rob Sargent
I should have gone to the docs straight away - been away too long- but "rest" is what you want not "any" This I think works the way you want: master-reference="page" page-position="first"/> master-reference="page" page-position="rest"/>

Re: fo:table-row bleeds into footer

2014-02-09 Thread Rob Sargent
ust notice in your original fo that both region-before have same name. I thought that would generate an error by itself but apparently not. I could confuse things though. On 02/09/2014 10:40 AM, Rob Sargent wrote: Drop the blank constraint for one. I am not where I can re-read precedence of c

Re: fo:table-row bleeds into footer

2014-02-09 Thread Rob Sargent
This p-s-m does NOT generate Exception, does generate 5th page. master-reference="page-last" blank-or-not-blank="not-blank" page-position="last"/> odd-or-even="even" master-reference="page-last" blank-or-not-blank="not-blank" page-position=

Re: fo:table-row bleeds into footer

2014-02-09 Thread Rob Sargent
Drop the blank constraint for one. I am not where I can re-read precedence of conditional pages. It is possible you have hit a bug - there at least one out for "last" but I don't think this is related. Sent from my iPhone > On Feb 9, 2014, at 10:18 AM, Bonekrusher wrote: > > Thanks for helpi

Re: fo:table-row bleeds into footer

2014-02-09 Thread Bonekrusher
Thanks for helping. I guess I need help with what would be next. If I have: doesn't that cover first, rest and last. What else could there be? -- View this message in context: http://apache-fop.1065347.n5.nabble.com/fo-table-row-bleeds-into-footer-tp40003p40017.html Sent from the FOP - U

Re: fo:table-row bleeds into footer

2014-02-09 Thread Rob Sargent
Did you try colors? Are you regenerating FO with each change - not that that should be necessary... If I read the error correctly fop doesn't know what to "next". Sent from my iPhone > On Feb 9, 2014, at 5:33 AM, Bonekrusher wrote: > > I've tried a number of page different "page-sequence-mast

Re: fo:table-row bleeds into footer

2014-02-09 Thread Bonekrusher
I've tried a number of page different "page-sequence-master" sequences and they all seem to result in an "org.apache.fop.fo.pagination.PageProductionException: Subsequences exhausted in page-sequence-master". Below is an example.

Re: fo:table-row bleeds into footer

2014-02-08 Thread Rob Sargent
I can see with orig. bottom margin that it was right about last page. I would play with pageSequenceMaster entries. I would use diff. background colours in each pageMaster to see which are actually in play and when. > On Feb 8, 2014, at 4:27 PM, Bonekrusher wrote: > > Thanks - I will have a

Re: fo:table-row bleeds into footer

2014-02-08 Thread Bonekrusher
Thanks - I will have a minimum if 1 and mostly likely a max of 4 or 5. I'll try to add a definition for what's to come after "page-last". I assume since page-last is last, but needs to calculate? -- View this message in context: http://apache-fop.1065347.n5.nabble.com/fo-table-row-bleeds-into-

Re: fo:table-row bleeds into footer

2014-02-08 Thread Rob Sargent
I think it doesn't have a page definition for what's to come after "page-last". As I see it there's some confusion about last page. The data you presented in fact needs to go to the next page so I don't think you conditional pages is quite right. I've had many layouts with different margin-b

Re: fo:table-row bleeds into footer

2014-02-08 Thread Bonekrusher
same here - its seems if the simple-page-master's "margin-bottom" for all pages and the simple-page-master's "margin-bottom" for the last page are different sizes, it throws an exception "org.apache.fop.fo.pagination.PageProductionException: Subsequences exhausted in page-sequence-master "invoice",

Re: fo:table-row bleeds into footer

2014-02-08 Thread Rob Sargent
What do you get if you change margin-bottom to 3.75in on page-last simple-page-master? I think that's the mismatch, but for me that causes an fop exception (but I only have 1.0 here) rjs On 02/08/2014 06:16 AM, Bonekrusher wrote: Thank you - I've been working on this for hours and can't se

Re: fo:table-row bleeds into footer

2014-02-08 Thread Bonekrusher
Thank you - I've been working on this for hours and can't seem to figure out the solution. I've adjusted the footer sizes and margins but still no luck. Below is a link to download a working example. I kept it as simple as possible. I appropriate any help. FO Sample - Bleed Issue

Re: fo:table-row bleeds into footer

2014-02-07 Thread Rob Sargent
If you can trap the actual fo you will likely see an errant combination for static regions. I'm betting some page doesn't match body and footer size. On 02/07/2014 02:22 PM, Bonekrusher wrote: Hi, I am using FOP 1.1. I have the following page layout. Basically the last page's footer (either

fo:table-row bleeds into footer

2014-02-07 Thread Bonekrusher
Hi, I am using FOP 1.1. I have the following page layout. Basically the last page's footer (either odd or even) will have a big footer. The issue I am having is if I have a table, the rows bleed into the last-page-even footer (xsl-region-after-last) when it should break to 3rd page. My xsl-region-