On Friday 25 June 2004 10:10, [EMAIL PROTECTED] wrote:
> Hi, I've been searching how to insert newPages in Sections in the mailing
> list, but the solutions that I've found don't work.
>
> For example the following works in PDFs not in RTFs
>
>             Chunk cc=new Chunk(" ");
>             cc.setNewPage();
>             Paragraph newPage=new Paragraph(cc);
>             chapter.add(newPage);
>
>
>
> Somebody can help me?
>
> Thanks
Hi,

it's been a long time coming, but the new RtfWriter2 supports this. Currently 
you have to get the cvs version to have it, but it will be part of upcoming 
releases.

Greetings,
Mark
-- 
My GPG public key is available at:
http://www.edu.uni-klu.ac.at/~mhall/data/security/MarkHall.asc

Attachment: pgpXyubSZO8VM.pgp
Description: PGP signature

Reply via email to