Re: [iText-questions] Need help to open a new page on condition.

2011-10-25 Thread Dalui, Somak
Thank you. -Original Message- From: Amedee Van Gasse [mailto:amedee-it...@amedee.be] Sent: Monday, October 24, 2011 11:02 PM To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] Need help to open a new page on condition. On Mon, October 24, 2011 14:36, 1T3XT BVBA

Re: [iText-questions] Need help to open a new page on condition.

2011-10-24 Thread Amedee Van Gasse
On Mon, October 24, 2011 14:36, 1T3XT BVBA wrote: > On 24/10/2011 13:52, Dalui, Somak wrote: >> >> Hi, >> >> I have a situation where a PDFPTable is created iterating on a Java >> object containing all data and then it is added to the document object. >> >> Now, I have to make a page break(or crea

Re: [iText-questions] Need help to open a new page on condition.

2011-10-24 Thread 1T3XT BVBA
On 24/10/2011 13:52, Dalui, Somak wrote: Hi, I have a situation where a PDFPTable is created iterating on a Java object containing all data and then it is added to the document object. Now, I have to make a page break(or create a new page) when a condition is met while creating the PDFPTabl

[iText-questions] Need help to open a new page on condition.

2011-10-24 Thread Dalui, Somak
Hi, I have a situation where a PDFPTable is created iterating on a Java object containing all data and then it is added to the document object. Now, I have to make a page break(or create a new page) when a condition is met while creating the PDFPTable. If I do document.newPage(), it makes no ef