Re: [iText-questions] header and footer in pdf

2006-12-03 Thread seanka
> > Hi I am new to java and to iText. > > I am making an application in java where I am generating a PDF using > iText. > I am facing some problem with the changing of font size within the > table.The > rows in the table change dynamically. > I can change the other font normally by FontFactory but

Re: [iText-questions] header and footer in pdf

2006-12-03 Thread Bruno Lowagie
Sheen wrote: > I am facing some problem with the changing of font size within the table. You add elements like Phrase, Paragraph,... to a PdfPCell. These elements can have different fonts and/or font sizes. It's all explained in the tutorial and in the book. > The rows in the table change dynamic

[iText-questions] header and footer in pdf

2006-12-03 Thread Sheen
Hi I am new to java and to iText. I am making an application in java where I am generating a PDF using iText. I am facing some problem with the changing of font size within the table.The rows in the table change dynamically. I can change the other font normally by FontFactory but the same I can