You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-users@xmlgraphics.apache.org by Müller, Marcus <ma...@logica.com> on 2008/06/10 13:44:45 UTC

RTF page-break

Hello list,

I am using FOP to generate a RTF which is working great so far. Now I am facing the problem that I need a page-break in my document. 

I tried so far with 
<fo:block break-before="page"> (also in fo:table-cell and fo:table) 
and with 
<fo:block page-break-before="always"> 
but none of them worked. 

When I browsed this mailing-list I found a post telling that there is no implementation for page-breaks for RTF in FOP 0.93. I'm using FOP 0.94 now but it seems it's not implemented there either although the "compliance" page tells nothing about it - can anyone confirm that? Does anyone know a work-around for this issue?

Any help is greatly appreciated.

Kind regards
Marcus



This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you.


Re: RTF page-break

Posted by Jeremias Maerki <de...@jeremias-maerki.ch>.
I know, I know, the RTF-related documentation is sub-optimal.
break-before is indeed not supported, yet.

The only "work-around" is to implement the feature, I'm afraid. Patches
are welcome as always.

Related links:
https://issues.apache.org/bugzilla/show_bug.cgi?id=42600
http://markmail.org/message/5i4mkg26g62357v7
http://xmlgraphics.apache.org/fop/latest/output.html#rtf

On 10.06.2008 13:44:45 Müller, Marcus wrote:
> Hello list,
> 
> I am using FOP to generate a RTF which is working great so far. Now I
> am facing the problem that I need a page-break in my document. 
> 
> I tried so far with 
> <fo:block break-before="page"> (also in fo:table-cell and fo:table) 
> and with 
> <fo:block page-break-before="always"> 
> but none of them worked. 
> 
> When I browsed this mailing-list I found a post telling that there is
> no implementation for page-breaks for RTF in FOP 0.93. I'm using FOP 0.94
> now but it seems it's not implemented there either although the
> "compliance" page tells nothing about it - can anyone confirm that?
> Does anyone know a work-around for this issue?
> 
> Any help is greatly appreciated.
> 
> Kind regards
> Marcus




Jeremias Maerki


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-help@xmlgraphics.apache.org