Re: [iText-questions] newPage() Functionality

2007-10-26 Thread Sean Conlon
Awesome, thanks! From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alleni Sent: Thursday, October 25, 2007 7:22 PM To: Post all your questions about iText here Subject: Re: [iText-questions] newPage() Functionality Sean, See section "H

Re: [iText-questions] newPage() Functionality

2007-10-25 Thread Dan Kaplan
about iText here Subject: Re: [iText-questions] newPage() Functionality Sean, See section "How to create a new page in iText" from the following url http://itextdocs.lowagie.com/tutorial/general/faq/index.php If you invoke newPage and the current page is blank, no new page will be add

Re: [iText-questions] newPage() Functionality

2007-10-25 Thread Alleni
Sean, See section "How to create a new page in iText" from the following url http://itextdocs.lowagie.com/tutorial/general/faq/index.php If you invoke newPage and the current page is blank, no new page will be added. On 10/25/07, Sean Conlon <[EMAIL PROTECTED]> wrote: > > I am sure there is a g

[iText-questions] newPage() Functionality

2007-10-25 Thread Sean Conlon
I am sure there is a good explanation for this, but it appears as though the new blank pages that I add to the document with "document.newPage()" are not added to the HelloWorld.pdf (see code snippet below). This is purely a test in order to understand when a page is actually created in the f