Re: [iText-questions] Another newbie question: how do I control columnbreaks using MultiComunText()

2008-01-14 Thread Rob Tanner
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

Re: [iText-questions] Another newbie question: how do I control columnbreaks using MultiComunText()

2008-01-14 Thread Paulo Soares
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 >

Re: [iText-questions] Another newbie, another question!

2007-12-23 Thread Bruno Lowagie
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

Re: [iText-questions] Another newbie, another question!

2007-12-23 Thread djmalachi
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

Re: [iText-questions] Another newbie, another question!

2007-12-22 Thread Bruno Lowagie
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

Re: [iText-questions] Another newbie, another question!

2007-12-21 Thread djmalachi
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

RE: [iText-questions] Another Newbie

2003-06-25 Thread Bruno
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(

Re: [iText-questions] Another Newbie

2003-06-25 Thread Lloyd Bergman
Sent by: Subject: Re: [iText-questions] Another Newbie [EMAIL PROTECTED]

RE: [iText-questions] Another Newbie

2003-06-25 Thread Jaladurgam, Ramana
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

Re: [iText-questions] Another Newbie

2003-06-25 Thread Paulo Soares
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

RE: [iText-questions] Another Newbie

2003-06-25 Thread Lloyd Bergman
AIL PROTECTED]> <[EMAIL PROTECTED]cc: earson.com> Subject: RE: [iText-ques

RE: [iText-questions] Another Newbie

2003-06-25 Thread Jaladurgam, Ramana
n/Towers Perrin) <[EMAIL PROTECTED]> Subject: RE: [iText-questions] Another Newbie Sent by: [EMAIL PROTECTED] ceforge.net

RE: [iText-questions] Another Newbie

2003-06-25 Thread Lloyd Bergman
t;[EMAIL PROTECTED]> Subject: RE: [iText-questions] Another Newbie Sent by:

RE: [iText-questions] Another Newbie

2003-06-24 Thread Paulo Soares
> -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