Re: [iText-questions] How to avoidAvoid Page break in Paragraph

2009-02-11 Thread Jeff Glatz
: Wednesday, February 11, 2009 3:19 AM > To: Post all your questions about iText here > Subject: Re: [iText-questions] How to avoidAvoid Page break > in Paragraph > > Pari Gandhi . wrote: > > Hi, > > > > I have written a program to create a PDF document using >

Re: [iText-questions] How to avoidAvoid Page break in Paragraph

2009-02-11 Thread 1T3XT info
Pari Gandhi . wrote: > Hi, > > I have written a program to create a PDF document using iText. See below: > > Document document = new Document(); > . snip.. > > document.add(new Paragraph(dynamic_text,ARIAL)); > > document.add(new Paragraph("Yours Sincerely \n Douglas Adams \n Cre

[iText-questions] How to avoidAvoid Page break in Paragraph

2009-02-11 Thread Pari Gandhi .
Hi, I have written a program to create a PDF document using iText. See below: Document document = new Document(); . snip.. document.add(new Paragraph(dynamic_text,ARIAL)); document.add(new Paragraph("Yours Sincerely \n Douglas Adams \n Creative Consultant",ARIAL)); . snip.. I