Re: [iText-questions] Pdf: Problem in creating a table

2004-09-23 Thread Steve Appling
If you can send me a SIMPLE example demonstrating the problem, I will look into it (no promises). - Original Message - From: "sachin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 23, 2004 10:02 AM Subject: [iText-questions] Pdf: Problem in c

[iText-questions] Pdf: Problem in creating a table

2004-09-23 Thread sachin
hi, is any other solution apart from PDFPtable. is "setTableFitsPage(true)" is going to work. As i am using .RECTANGLE and .TABLE only. --- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an A

RE: [iText-questions] PDF: Problem in creating a table

2004-09-23 Thread Paulo Soares
Use a PdfPTable. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of sachin > Sent: Thursday, September 23, 2004 7:02 AM > To: [EMAIL PROTECTED] > Subject: [iText-questions] PDF: Problem in creating a table > > hi, &g

[iText-questions] PDF: Problem in creating a table

2004-09-22 Thread sachin
hi, i have created a pdf in which i have created a table . the problem is that at the end of the table it is not closing properly , there is a gap . the bottom horizontal line is shifted to downwards. plaese help me .. -