vote up 0 vote down star

How do you add a page break into a document with XSL-FO? I'm using Apache FOP to create PDFs, if that makes a difference.

flag

2 Answers

vote up 2 vote down check

The FOP compliance page says that it supports page-break-after, page-break-before, and page-break-inside in the later versions, plus partial support for keep-together, keep-with-next, keep-with-previous.

link|flag
vote up 0 vote down

Thanks, the following worked for adding a page break after a table:

<fo:table break-after="page">
link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.