RE: [iText-questions] itext page feed

2004-11-03 Thread Paulo Soares
Document.newPage() > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of [EMAIL PROTECTED] > Sent: Wednesday, November 03, 2004 7:56 AM > To: [EMAIL PROTECTED] > Subject: [iText-questions] itext page feed > > I need to pr

[iText-questions] itext page feed

2004-11-03 Thread ghobson
I need to produce a multi-page document using PdfContentByte to control exact layout on each page. Can anyone tell me now to produce a page feed (end a page and start a next page)? I see nothing in tutorial explaining how to control page changes. -