RE: [iText-questions] Creating large PDF with table.

2003-01-24 Thread Paulo Soares
> > > > -Original Message----- > > > From: prabhakaran ramalingam > > [SMTP:[EMAIL PROTECTED]] > > > Sent: Friday, January 24, 2003 7:13 > > > To: [EMAIL PROTECTED] > > > Subject: RE: [iText-questions] Creating large PDF >

RE: [iText-questions] Creating large PDF with table.

2003-01-24 Thread prabhakaran ramalingam
written to the page and the > return is the new y > position. > > Best Regards, > Paulo Soares > > > -Original Message- > > From: prabhakaran ramalingam > [SMTP:[EMAIL PROTECTED]] > > Sent: Friday, January 24, 2003 7:13 > > To: [EMAI

RE: [iText-questions] Creating large PDF with table.

2003-01-24 Thread Paulo Soares
ay, January 24, 2003 7:13 > To: [EMAIL PROTECTED] > Subject: RE: [iText-questions] Creating large PDF with table. > > hi, thanks for ur suggestions. > > But I have used PdfWriter.fitsPage at first place > itself. > > now i am trying with the PdfPTable class. her

RE: [iText-questions] Creating large PDF with table.

2003-01-23 Thread prabhakaran ramalingam
hi, thanks for ur suggestions. But I have used PdfWriter.fitsPage at first place itself. now i am trying with the PdfPTable class. here I want to know is there any method to take some two rows ( which will be used as Headers). as of now I am trying to take the cells of these 2 rows and adding i

RE: [iText-questions] Creating large PDF with table.

2003-01-22 Thread Paulo Soares
The size of the file can't be reduced, after all it's 3 rows. The processing time, however, can be reduced. Using Table, create a page at a time using PdfWriter.fitsPage(). You can also try using a PdfPTable that is faster than Table. Best Regards, Paulo Soares > -Original Message- >