Paulo,
I have to use a multi row table to handle formatting issues so I tried
adding a complete table -- i.e., a table inside a table -- and that
worked perfectly and my problem of split entries is solved.
Thanks,
Rob
Paulo Soares said the following on 01/14/2008 09:41 AM:
Use a PdfPTable
Use a PdfPTable with a single cell. That cell will contain your 3 lines.
Call PdfPTable.setSplitRows(false) to keep the entries together.
Paulo
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of Rob Tanner
> Sent: Monday, January 14, 2008 5:18 PM
>
djmalachi wrote:
Thanks, I'll try that. Are there any restrictions or shortcomings to using an
"external" object I should be aware of?
Not that I know of.
On the contrary, once you get to chapter 12,
you'll see you can treat each PdfTemplate as
an OCG layer. I use this frequently to show
images
Thanks, I'll try that. Are there any restrictions or shortcomings to using an
"external" object I should be aware of?
Merry Christmas!!
> you could create several PdfTemplate objects, and treat
> them as layers. Then add the objects to the PdfContentByte
> in the order you prefer.
>
--
View
djmalachi wrote:
So I created two writers:
PdfContentByte cb = writer.DirectContent;
PdfContentByte ur = writer.DirectContentUnder;
which allows me to draw text with cb and graphics with ur to get the text on
top of the graphics. Is this the best approach? I feel limited using this
method, beca
So I created two writers:
PdfContentByte cb = writer.DirectContent;
PdfContentByte ur = writer.DirectContentUnder;
which allows me to draw text with cb and graphics with ur to get the text on
top of the graphics. Is this the best approach? I feel limited using this
method, because I would also l
Quoting "Jaladurgam, Ramana" <[EMAIL PROTECTED]>:
> Is it legal to mix Document.add()'s and PdfContentByte operations to a
> document ?
Yes, for instance: it is done in PageEvents.
> I mean, add some content using Document.add(), use PdfContentByte to add
> some text and then using Document.add(
Sent by: Subject: Re:
[iText-questions] Another Newbie
[EMAIL PROTECTED]
na.JV.
-Original Message-
From: Paulo Soares [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 25, 2003 3:40 PM
To: Lloyd Bergman; itext-questions
Subject: Re: [iText-questions] Another Newbie
noWrap means that the text keeps going and going and going... There's no
truncation. What you wan
t;[EMAIL PROTECTED]>
To: "itext-questions" <[EMAIL PROTECTED]>
Sent: Wednesday, June 25, 2003 20:18
Subject: RE: [iText-questions] Another Newbie
>
> Thanks for your help. I was able to use the PdfContentByte to center my
> headers. I haven't tried NO_BORDER yet
AIL PROTECTED]>
<[EMAIL PROTECTED]cc:
earson.com> Subject: RE: [iText-ques
n/Towers Perrin)
<[EMAIL PROTECTED]> Subject: RE:
[iText-questions] Another Newbie
Sent by:
[EMAIL PROTECTED]
ceforge.net
t;[EMAIL PROTECTED]> Subject: RE:
[iText-questions] Another Newbie
Sent by:
> -Original Message-
> From: Lloyd Bergman [SMTP:[EMAIL PROTECTED]
> Sent: Tuesday, June 24, 2003 16:43
> To: [EMAIL PROTECTED]
> Subject: [iText-questions] Another Newbie
>
> For the past few days I've been using and learning iText and I think it's
> great. However, there are so
14 matches
Mail list logo