You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by Amit <ak...@uhc.com> on 2001/09/27 16:00:25 UTC

Page Breaks

Is there a way to insert a bage break in the pdf that I am trying to
generate using
a xsl fo tag in my xsl file?


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-dev-unsubscribe@xml.apache.org
For additional commands, email: fop-dev-help@xml.apache.org


Re: Page Breaks

Posted by Karen Lease <kl...@club-internet.fr>.
Hi Amit,

Use the attribute 'break-before="page"' on an FO (like fo:block or
fo:table).

In general, for basic "how-to-use" XSL-FO questions you might want to
look at some resources other than the list. The W3C proposed
recommendation isn't light reading, but there are some introductory
articles and explanations to be found at various places on the Web which
can help you learn how to use XSL-FO.

You can start at: http://xml.apache.org/fop/resources.html

Good luck,
Karen

Amit wrote:
> 
> Is there a way to insert a bage break in the pdf that I am trying to
> generate using
> a xsl fo tag in my xsl file?
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: fop-dev-unsubscribe@xml.apache.org
> For additional commands, email: fop-dev-help@xml.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-dev-unsubscribe@xml.apache.org
For additional commands, email: fop-dev-help@xml.apache.org


Re: Page Breaks

Posted by Carmelo Montanez <ca...@nist.gov>.
Yes, use the "break-before" and "break-after-properties" in your FO file.
See section
7.19 of the specs.

Carmelo
----- Original Message -----
From: "Amit" <ak...@uhc.com>
To: <fo...@xml.apache.org>
Sent: Thursday, September 27, 2001 10:00 AM
Subject: Page Breaks


> Is there a way to insert a bage break in the pdf that I am trying to
> generate using
> a xsl fo tag in my xsl file?
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: fop-dev-unsubscribe@xml.apache.org
> For additional commands, email: fop-dev-help@xml.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-dev-unsubscribe@xml.apache.org
For additional commands, email: fop-dev-help@xml.apache.org