[iText-questions] PdfPTable question: Spacing Lines in a cell

2008-10-23 Thread Bhojraj, Santosh
Hi: I am using iText 2.1.3 for generating PDF documents. I am adding data to a cell in the table and the data comes from a description type column in the database (i.e. it is free form text). When this displayed on the PDF, I need to put some spacing between the lines of text. I couldn't find

Re: [iText-questions] PdfPTable question: Spacing Lines in a cell

2008-10-23 Thread 1T3XT info
Bhojraj, Santosh wrote: Hi: I am using iText 2.1.3 for generating PDF documents. I am adding data to a cell in the table and the data comes from a description type column in the database (i.e. it is free form text). When this displayed on the PDF, I need to put some spacing between the

Re: [iText-questions] PdfPTable question: Spacing Lines in a cell

2008-10-23 Thread Alexis Pigeon
Phrase.setLeading(float) HTH, alexis On 22/10/2008, Bhojraj, Santosh [EMAIL PROTECTED] wrote: Hi: I am using iText 2.1.3 for generating PDF documents. I am adding data to a cell in the table and the data comes from a description type column in the database (i.e. it is free form text).

[iText-questions] PdfPTable Question

2005-06-13 Thread Yogesh Sagar
Hello: I am having problem with PdfPTable. The document I am creating is LetterSize document for PDF. The document contains a header and a footer. There are three tables to be inserted on the document. All three tables are generated dynamically with dynamic rows and columns which depends on

[iText-questions] PdfPTable question

2003-12-09 Thread Michael Kottmann
I'm using a PdfPTable to create a table that has a number of columns that is set dynamically (i.e. the user selects the columns that he/she would like to see). My problem is that when they select more than x number of columns it starts breaking the words up. Is there any way that I can decrease

Re: [iText-questions] PdfPTable question

2002-12-19 Thread Martin Hellat
Paulo Soares wrote: If you want speed you won't have all the nice funcionalities. You can place all the text at absolute positions and draw yourself the lines if the bills are all of the same kind. And what is the best way to draw border lines for this table of mine? Thanks, Martin.

Re: [iText-questions] PdfPTable question

2002-12-19 Thread Paulo Soares
moveTo and lineTo. - Original Message - From: Martin Hellat [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, December 19, 2002 10:18 Subject: Re: [iText-questions] PdfPTable question Paulo Soares wrote: If you want speed you won't have all the nice funcionalities. You can

Re: [iText-questions] PdfPTable question

2002-12-10 Thread Paulo Soares
If you want speed you won't have all the nice funcionalities. You can place all the text at absolute positions and draw yourself the lines if the bills are all of the same kind. Best Regards, Paulo Soares --- Martin Hellat [EMAIL PROTECTED] wrote: Hi, I did like you guys suggested with my bill

[iText-questions] PdfPTable question

2002-12-09 Thread Martin Hellat
Hi, I did like you guys suggested with my bill making application, i used templates, used contextbyte etc. But i noticed i used PdfPTable already before, in that slow, application of mine as well... and now when i tried to speed it up using your tips, i saw that as soon as i added this