Re: Using keep-together.within-column and break-after results in missing text[BUG]

2009-05-07 Thread Kostis Kapelonis
with two pages with "Text on the first .." shown in the first page and "Text on the next..." shown in the second (this means that break-after prevails) This is the expected output. Breaks must always be honoured, even if there are surrounding keeps. Or (option 2): A PD

Re: Using keep-together.within-column and break-after results in missing text

2009-04-30 Thread Vincent Hennebert
tion 1): > > A PDF file with two pages with "Text on the first .." shown in the first page > and "Text on the next..." shown in the second (this means that break-after > prevails) This is the expected output. Breaks must always be honoured, even if there are sur

Using keep-together.within-column and break-after results in missing text

2009-04-30 Thread kkapelon
on the first .." shown in the first page and "Text on the next..." shown in the second (this means that break-after prevails) Or (option 2): A PDF file with only one page that contains both of the above sentences (the keep-together prevails) Actual Output A PDF file with two

Re: break-after, Exclude last page

2009-03-26 Thread Sam Fuqua
ystems > Office of the Clerk > > > -- > *From:* Sam Fuqua [mailto:samfu...@gmail.com] > *Sent:* Thursday, March 26, 2009 14:24 > *To:* fop-users@xmlgraphics.apache.org > *Subject:* break-after, Exclude last page > > I'm generating a PDF from an

Re: break-after, Exclude last page

2009-03-26 Thread Andreas Delmelle
eak onto a new blank page. How would I do this? Right now, I have the following: http://www.w3.org/1999/XSL/Format"; break- after="page"> <-- call other templates --> Do something like: page Careful, because you

RE: break-after, Exclude last page

2009-03-26 Thread Amick, Eric
4 To: fop-users@xmlgraphics.apache.org Subject: break-after, Exclude last page I'm generating a PDF from an xml feed. The feed has a list of items, and I want each new item on a new page, but I don't want the last page to break onto a new blank page. How

break-after, Exclude last page

2009-03-26 Thread Sam Fuqua
http://www.w3.org/1999/XSL/Format"; break-after="page"> <-- call other templates --> -- Sam Fuqua ΣΝ ΘΗ 454

Re: Empty pages after "break-after"

2007-11-01 Thread m_dieu
Hi, here is my whole xslt. Maybe the code is not very good - its my first try ;) Auswertung

Re: Empty pages after "break-after"

2007-10-31 Thread Andreas L Delmelle
On Oct 31, 2007, at 11:38, m_dieu wrote: Hi Thanks for the quick reply! I changed my code into: (...) (...) font-weight='bold'>:fo:block>   --END OF THE FOP So what happens is, that in the pdf the categorynam

Re: Empty pages after "break-after"

2007-10-31 Thread m_dieu
You can easily work around this in XSLT. Just test for the last > XSLCollectionWrapper element and don't create the break in that case. > > Jeremias Maerki > > > > On 31.10.2007 10:29:19 m_dieu wrote: >> >> Hi, >> >> I've g

Re: Empty pages after "break-after"

2007-10-31 Thread Jeremias Maerki
erki On 31.10.2007 10:29:19 m_dieu wrote: > > Hi, > > I've got some problems by using the break-after property. > First of all here the code: > > (...) > > > > (...) > > >   > > --END OF THE FOP > > > The

Empty pages after "break-after"

2007-10-31 Thread m_dieu
Hi, I've got some problems by using the break-after property. First of all here the code: (...) (...)   --END OF THE FOP The Collection XSLCollectionWrapper contains 7 elements, but my PDF becomes generated with 9 pages?!? Page 8 and 9 are empty! Does so

Re: how to avoid page break after span="all"

2006-04-26 Thread Manuel Strehl
Alright, I switched to 0.92beta and the mysterious page breaks disappeared. Thanks for the help! Manuel PS: I tried keep-with-next before, but it didn't have any effects... Chris Bowditch schrieb: Manuel Strehl wrote: Hi. I'm using FOP 0.90 and am just about to despair on that one: FOP 0

Re: how to avoid page break after span="all"

2006-04-26 Thread Chris Bowditch
Manuel Strehl wrote: Hi. I'm using FOP 0.90 and am just about to despair on that one: FOP 0.90 is alpha quality. There have been 2 builds since then which fix a wide range of bugs. I recommend you upgrade to the latest release 0.92beta. Out of interest what problems are you having? My X

how to avoid page break after span="all"

2006-04-26 Thread Manuel Strehl
Hi. I'm using FOP 0.90 and am just about to despair on that one: My XSLT, two columns defined in the region-body, looks something like Heading spanning both columns all the other stuff in two columns Now FOP places the heading over the two columns, no problem. But at the same time it breaks t

Re: break-after page

2006-02-24 Thread Jeremias Maerki
guys! I've > only just found it again after searching my archive. I'll look into it > on Friday. > > In the meantime, the work-around is to replace break-after with > break-before (if that's possible). > > On 22.02.2006 22:30:59 Will Peterson wrote: > >

Re: break-after page

2006-02-22 Thread b . ohnsorg
- original Nachricht Betreff: break-after page Gesendet: Mi 22 Feb 2006 22:31:41 CET Von: "Will Peterson"<[EMAIL PROTECTED]> >I'm using the FOP 0.91beta. Whenever I use the break-after="page" in a block, >any document after that point does NO

Re: break-after page

2006-02-22 Thread Jeremias Maerki
It rings a bell. I already have a test case sent to me by Dominic Brügger, which it seems I have managed to misplace. Sorry, guys! I've only just found it again after searching my archive. I'll look into it on Friday. In the meantime, the work-around is to replace break-after with br

break-after page

2006-02-22 Thread Will Peterson
I'm using the FOP 0.91beta.  Whenever I use the break-after="page" in a block, any document after that point does NOT get rendered after that point.  It inserts the page break and then the rest is gone.  If I render to RTF, the page break is not a problem (but does not appear

Re: break-after

2005-12-21 Thread Dominic Br
> Hi, >> >> Just a question: is the break-after="page" attribute on block level >> implemented in fop 0.90alpha? >> >> We had problems with this attribute but when rearranging the things >> and turning it into

Re: break-after

2005-12-21 Thread Jeremias Maerki
It is supposed to work. We have tests in our test suite that test for the functionality but maybe you hit a bug. Please send an example that shows the problem. On 21.12.2005 09:43:08 Dominic Brügger wrote: > Hi, > > Just a question: is the break-after="page" attri

break-after

2005-12-21 Thread Dominic Br
Hi, Just a question: is the break-after="page" attribute on block level implemented in fop 0.90alpha? We had problems with this attribute but when rearranging the things and turning it into break-before="page" everything worked well.