: 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
>
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
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