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 last

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. fo:layout-master-set fo:page-sequence-master

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 djs...@yahoo.com wrote: I've tried a number of page different

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: fo:conditional-page-master-reference odd-or-even=odd master-reference=page blank-or-not-blank=not-blank page-position=first/ fo:conditional-page-master-reference odd-or-even=even master-reference=page

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 djs...@yahoo.com wrote:

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. fo:page-sequence-master master-name=invoice fo:repeatable-page-master-alternatives fo:conditional-page-master-reference odd-or-even=odd master-reference=page-last blank-or-not-blank=not-blank

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

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: fo:layout-master-set fo:page-sequence-master master-name=invoice fo:repeatable-page-master-alternatives

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

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 djs...@yahoo.com 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.

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-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

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
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

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:

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 djs...@yahoo.com wrote: Thanks -

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

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