Quoting Florian Oger <[EMAIL PROTECTED]>:

> Is it possible to insert page break when I want in my document.
> For example, in the middle of a section or a paragraph.

The answer can be found in the mailinglist-archives:
> Chunk chunk = new Chunk ("");
> chunk.setNewPage();
> Paragraph newPage= new Paragraph (chunk);
> section.add (newPage);





-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to