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 t
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
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 a
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 th
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 t
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 w
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.
_
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 bi
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 PdfPTab