Re: [iText-questions] Nested Table Background Overflowing

2010-02-03 Thread 1T3XT info
Don wrote: > Note, in creating this sample case, it found out > that the problem is caused by setting no-wrap on the nested table cell. If > you comment out this line, it seems to work fine. Thanks for the feedback. This code snippet is interesting for further reference. -- This answer is prov

Re: [iText-questions] Nested Table Background Overflowing

2010-02-02 Thread Don
1T3XT info 1t3xt.info> writes: > > Don wrote: > > I am trying to nest a table within the cell of another table with the goal of > > having some of the background of the outer table show around the table being > > nested. Here is the basic idea > > Can you provide a small standalone example

Re: [iText-questions] Nested Table Background Overflowing

2010-01-31 Thread 1T3XT info
Don wrote: > I am trying to nest a table within the cell of another table with the goal of > having some of the background of the outer table show around the table being > nested. Here is the basic idea Can you provide a small standalone example that demonstrates the problem instead of only pr

Re: [iText-questions] Nested Table Height - Nested Table Expanding height to height of whole row.

2009-12-09 Thread 1T3XT info
Talmage wrote: > Thanks, that solved it. > > I am still trying to understand why this works the way it does though. > I re-read the section in the iText book on text mode versus composite > mode (pages 207-211) and still think I am lost. The keyword is ColumnText. A PdfPCell is drawn using Colu

Re: [iText-questions] Nested Table Height - Nested Table Expanding height to height of whole row.

2009-12-09 Thread Talmage
Thanks, that solved it. I am still trying to understand why this works the way it does though. I re-read the section in the iText book on text mode versus composite mode (pages 207-211) and still think I am lost. But here is how I am currently grasping this: In my original method when the tables

Re: [iText-questions] Nested Table Height - Nested Table Expanding height to height of whole row.

2009-12-09 Thread 1T3XT info
Talmage wrote: > I was wondering if I could get some help on this. Several hours of > googling have not turned up any promising results. Anyone have any > ideas? Is this not possible in itext? Well, it's 23:25 now, and I've been working since 8:30 this morning. That's a very long working day. And

Re: [iText-questions] Nested Table Height - Nested Table Expanding height to height of whole row.

2009-12-09 Thread Talmage
I was wondering if I could get some help on this. Several hours of googling have not turned up any promising results. Anyone have any ideas? Is this not possible in itext? On Tue, Dec 8, 2009 at 3:22 PM, Talmage wrote: > How do I make it so nested tables do not expand to the height of the > cell

Re: [iText-questions] Nested table with no border, how?

2007-10-30 Thread Bruno Lowagie (iText)
BorO :: Qnab System AB wrote: > Thanks for the answer but as I can see I can't set it. > > My code: > table.addCell(getNasted()) > > I add directly a nasted table to a table. I can't add a nasted table to > a cell and then add a cell to a table. > Which cell to set border on? Create the PdfPC

Re: [iText-questions] Nested table with no border, how?

2007-10-30 Thread BorO :: Qnab System AB
: Quintana Maldonado, Rafael To: Post all your questions about iText here Sent: Tuesday, October 30, 2007 3:38 PM Subject: Re: [iText-questions] Nested table with no border, how? Try setBorderWidth(0) on the PdfPcell ---

Re: [iText-questions] Nested table with no border, how?

2007-10-30 Thread Quintana Maldonado, Rafael
Try setBorderWidth(0) on the PdfPcell From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of BorO :: Qnab System AB Sent: Martes, 30 de Octubre de 2007 02:28 a.m. To: Post all your questions about iText here Subject: [iText-questions] Nested table with no

Re: [iText-questions] nested table widths

2006-11-22 Thread Bruno Lowagie
Paul Hastings wrote: > the trick in the cellLayout method? depends on an event firing too i think?? > examining the table height, it's still 0.0. mySql and mail are down at lowagie.com (and I know from experience it's useless to call the support at my hosting provider). Retrieving the table hei

Re: [iText-questions] nested table widths

2006-11-22 Thread Paul Hastings
Bruno Lowagie (iText) wrote: > The source code can be downloaded here: > http://itext.ugent.be/itext-in-action/examples/chapterX/GisExample.java ah well, the example uses a cellEvent that cf can't handle--well the cf function i added to the cell w/setCellEvent() is actually firing but i think th

Re: [iText-questions] nested table widths

2006-11-22 Thread Paul Hastings
Bruno Lowagie (iText) wrote: > Don't forget the CF equivalent for > cell.setUseBorderPadding(true); > as is demonstrated in the example. yup already started using it after i upgraded to 1.4.6. - Take Surveys. Earn Cash. Influ

Re: [iText-questions] nested table widths

2006-11-22 Thread Bruno Lowagie (iText)
Paul Hastings wrote: > yes, the one w/fit param for images. yup, seems to have done the trick for > the > overview map image. thanks. Don't forget the CF equivalent for cell.setUseBorderPadding(true); as is demonstrated in the example. br, Bruno

Re: [iText-questions] nested table widths

2006-11-22 Thread Paul Hastings
Bruno Lowagie (iText) wrote: > I loved to work with CF... 9 years ago. oh it's even better these days. better i18n, better two-way java integration, gateways (SMS,IM,etc.), components (kind of OO), cfdocument (powered by iText!), etc. nwo that adobe owns it, i expect to see a lot more PDF funct

Re: [iText-questions] nested table widths

2006-11-22 Thread Bruno Lowagie (iText)
Paul Hastings wrote: > Bruno Lowagie (iText) wrote: > >> Now show us some source code ;-) OK, I have made you an example. It's not exactly the same as what you have, but it can easily be adapted. You'll find references to everything you need on the 'Extra: more samples' page on the support site

Re: [iText-questions] nested table widths

2006-11-22 Thread Bruno Lowagie (iText)
Paul Hastings wrote: > Bruno Lowagie (iText) wrote: > >> Now show us some source code ;-) > > it's cf. still want to see it? I loved to work with CF... 9 years ago. Haven't worked with it since... > the main table is two columns, OK. > the map image first column, first (and only) row. Try ch

Re: [iText-questions] nested table widths

2006-11-22 Thread Paul Hastings
Bruno Lowagie (iText) wrote: > Now show us some source code ;-) it's cf. still want to see it? > Are you using Table of PdfPTable? pdfPtable w/the latest itext. > and the "ILUKA" image aren't supposed to > extend to the bottom of the page. those are the ones i want flush w/the bottom of the t

Re: [iText-questions] nested table widths

2006-11-22 Thread Bruno Lowagie (iText)
Paul Hastings wrote: > how about an example? > http://www.sustainablegis.com/projects/itext/retrieveMap.pdf Nice example! Now show us some source code ;-) Are you using Table of PdfPTable? I suppose the cells with "Nov 22, 2006" and the "ILUKA" image aren't supposed to extend to the bottom of the

Re: [iText-questions] nested table widths

2006-11-22 Thread Paul Hastings
Bruno Lowagie (iText) wrote: > On page 172-174 of the book, I explain methods like: i guess i gotta buy the ebook ;-) it will take a month or more to ship a real one here. > setFixedHeight() > setMinimumHeight() > extendLastRow() > but I'm not sure which one will be useful for you. > Reading th

Re: [iText-questions] nested table widths

2006-11-22 Thread Bruno Lowagie (iText)
Paul Hastings wrote: > Bruno Lowagie (iText) wrote: >>> ok, but i would i tell how high a table is? >> Sorry, that's not possible. > > ok, then what's the most reliable way of forcing a a cell holding a table to > fill out to a given height? i need the last cell in a 1 column table to be at > th

Re: [iText-questions] nested table widths

2006-11-22 Thread Paul Hastings
Bruno Lowagie (iText) wrote: >> ok, but i would i tell how high a table is? > > Sorry, that's not possible. ok, then what's the most reliable way of forcing a a cell holding a table to fill out to a given height? i need the last cell in a 1 column table to be at the very bottom of the table tho

RE: [iText-questions] Nested Table in PdfPTable.

2006-02-21 Thread Nidhu Nijhawan
Thanks. Works Perfect.   I had another question -  Is there a way to set the acrofield with the HTML data so that it can retain the formatting from HTML like font, color etc. ?     Thanks Nidhu   Paulo Soares <[EMAIL PROTECTED]> wrote: See PdfPTable.setSplitLate(false). > -Original

RE: [iText-questions] Nested Table in PdfPTable.

2006-02-21 Thread Paulo Soares
See PdfPTable.setSplitLate(false). > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Nidhu Nijhawan > Sent: Tuesday, February 21, 2006 4:34 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Nested Table in PdfPTable. > >

RE: [iText-questions] Nested Table: border settings of outer overwrite the nested?

2005-10-17 Thread Paulo Soares
er > Sent: Monday, October 17, 2005 4:14 PM > To: itext-questions@lists.sourceforge.net > Subject: Re: [iText-questions] Nested Table: border settings > of outer overwrite the nested? > > Hi again, > > please forget my first question, i found out it is better to use the &

Re: [iText-questions] Nested Table: border settings of outer overwrite the nested?

2005-10-17 Thread Roland Müller
Hi again, please forget my first question, i found out it is better to use the class PdfPTable!!! With using this i can set the border of the nested table nice! But i have still one question: i have the outer table; set the defaultCell.Backcolor and defaultCell.BorderWith; then adding a PdfPC

RE: [iText-questions] Nested Table Question

2005-01-19 Thread Scott Purcell
, January 19, 2005 4:19 AMTo: Scott PurcellCc: itext-questions@lists.sourceforge.net; [EMAIL PROTECTED]Subject: Re: [iText-questions] Nested Table QuestionHi You'd probably need to use a table event His lets you see where the table is being placed, and draw lines around the outsi

Re: [iText-questions] Nested Table Question

2005-01-19 Thread Kieran
Hi You'd probably need to use a table event His lets you see where the table is being placed, and draw lines around the outside as required. http://www.lowagie.com/iText/tutorial/ch12.html#eventtable HTH Kiers "Scott Purcell" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 18/01/2005 22:

RE: [iText-questions] nested table width (itext-1.02b.jar)

2004-09-16 Thread Paulo Soares
Sent: Thursday, September 16, 2004 2:28 PMTo: Paulo SoaresSubject: Re: [iText-questions] nested table width (itext-1.02b.jar) I would like to understand why this is the behavior?  Could you explain further.   I was expecting something similar to HTML.thanks,DalePaulo Soares wrote: N

RE: [iText-questions] nested table width (itext-1.02b.jar)

2004-09-16 Thread Paulo Soares
Nested tables will always fill the available space. You can play with the padding to position the table. Best Regards, Paulo Soares > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Dale > Sent: Wednesday, September 15, 2004 8:40 PM > To: [EMAIL PRO

RE: [iText-questions] Nested Table

2003-03-12 Thread Paulo Soares
Only tables of the same kind. Best Regards, Paulo Soares > -Original Message- > From: Ricky M. Codizar [SMTP:[EMAIL PROTECTED] > Sent: Wednesday, March 12, 2003 12:55 > To: [EMAIL PROTECTED] > Subject: Re: [iText-questions] Nested Table > > Hi! > > Is

Re: [iText-questions] Nested Table

2003-03-12 Thread Ricky M. Codizar
Hi! Is it possible to nest a Table and PdfPTable? or it just Table->Table and PdfTable->PdfTable? Thanks. Ricky M. Codizar [EMAIL PROTECTED] --- This SF.net email is sponsored by:Crypto Challenge is now open! Get cracking and register

Re: [iText-questions] Nested table as Table Header

2002-08-28 Thread Paulo Soares
Yes for PdfPTable, I don't know for Table. Best Regards, Paulo Soares - Original Message - From: "Zhang, Bo" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 28, 2002 15:44 Subject: [iText-questions] Nested table as Table Header > Hi, > > I have a quick question. C