Re: [iText-questions] PdfPTableEvent on a single row

2010-08-26 Thread Paulo Soares
, 2010 8:26 PM Subject: [iText-questions] PdfPTableEvent on a single row I need to change the background of a single row in a table. Can this be done in a Table Event? Do I have to loop over each row and only add the background to the row I care about? Jason

[iText-questions] PdfPTableEvent on a single row

2010-08-26 Thread Jason Berk
I need to change the background of a single row in a table. Can this be done in a Table Event? Do I have to loop over each row and only add the background to the row I care about? Jason ***This is a transmission from Purdue Employees Federal Credit Union (PEFCU) and is intended solely for it

RV: [iText-questions] PdfPTableEvent and Templates

2003-08-04 Thread Carmona Perez, David
More info added to the original message... -Mensaje original- De: Carmona Perez, David Enviado el: lunes, 04 de agosto de 2003 11:54 Para: 'Paulo Soares' Asunto: RE: [iText-questions] PdfPTableEvent and Templates I have more clues about what really happens. I'm worki

Re: [iText-questions] PdfPTableEvent and Templates

2003-08-02 Thread Paulo Soares
ECTED]> To: "Itext-Questions (E-mail)" <[EMAIL PROTECTED]> Sent: Friday, August 01, 2003 13:06 Subject: [iText-questions] PdfPTableEvent and Templates > Hi all, > > During a PdfPTableEvent, I add templates. The effect is that all the > tables (including regular T

[iText-questions] PdfPTableEvent and Templates

2003-08-01 Thread Carmona Perez, David
Hi all,   During a PdfPTableEvent, I add templates.  The effect is that all the tables (including regular Table’s in addition to PdfPTable’s) are rendered blank except the border.     class EventsTblIndice implements PdfPTableEvent {     public void tableLayout(PdfPTable ta

Re: [iText-questions] PdfPTableEvent

2003-03-12 Thread Ricky M. Codizar
Yes Paulo got it! My mistake i overlooked :( (B (BThank you always. (B (BPaulo Soares $B$5$s$O=q$-$^$7$?(B: (B>It looks like you compiled the modules but forgot to put MyTableEvent.class (B>in the classpath. (B> (B>Best Regards, (B>Paulo Soares (B (B (BRicky M. Codizar [EMAIL PRO

RE: [iText-questions] PdfPTableEvent

2003-03-12 Thread Paulo Soares
ares (B> Cc: [EMAIL PROTECTED] (B> Subject: Re: [iText-questions] PdfPTableEvent (B> (B> Hi Paulo! (B> (B> This is the stack trace: (B> (B> java.lang.NoClassDefFoundError: MyTableEvent (B> at BasicProjectFrameWeb.doGet(Basic

Re: [iText-questions] PdfPTableEvent

2003-03-12 Thread Ricky M. Codizar
ace? (B> (B>Best Regards, (B>Paulo Soares (B> (B>> -Original Message- (B>> From:Ricky M. Codizar [SMTP:[EMAIL PROTECTED] (B>> Sent:Wednesday, March 12, 2003 7:49 (B>> To: [EMAIL PROTECTED] (B>> Subject: Re: [iText-questions

RE: [iText-questions] PdfPTableEvent

2003-03-12 Thread Paulo Soares
What's the complete stack trace? Best Regards, Paulo Soares > -Original Message- > From: Ricky M. Codizar [SMTP:[EMAIL PROTECTED] > Sent: Wednesday, March 12, 2003 7:49 > To: [EMAIL PROTECTED] > Subject: Re: [iText-questions] PdfPTableEvent > > Hi! &

Re: [iText-questions] PdfPTableEvent

2003-03-11 Thread Ricky M. Codizar
Hi! I'm launching my iText document on the servlet (tomcat). The document contains a PdfPTable and inside the document, I'm using a PdfPTableEvent class. There is an error on the PdfPTableEvent class such as this (no class definition) on Tomcat. I tried to remove temporarily the PdfPTableEvent

Re: [iText-questions] PdfPTableEvent

2003-01-23 Thread Ricky M. Codizar
Thanks a lot Bruno..the problem were solved. (B (BPlease accept my apology and I'm just new to Java and iText...till next time... (B (BBruno $B$5$s$O=q$-$^$7$?(B: (B>Quoting "Ricky M. Codizar" <[EMAIL PROTECTED]>: (B> (B>> Here is the error. I'm working on a Japanese environment and the er

Re: [iText-questions] PdfPTableEvent

2003-01-23 Thread Bruno
Quoting "Ricky M. Codizar" <[EMAIL PROTECTED]>: > Here is the error. I'm working on a Japanese environment and the error > message may not have the exact words as generated > by iText. I just translated it to English. > > BasicProjectFrame3.java:121: exception com.lowagie.text.DocumentException

Re: [iText-questions] PdfPTableEvent

2003-01-23 Thread Ricky M. Codizar
day, January 23, 2003 9:01 (B>> To: [EMAIL PROTECTED] (B>> Subject: Re: [iText-questions] PdfPTableEvent (B>> (B>> Hi, (B>> (B>> I'm using PdfPTableEvent to add diagonal lines and text to my PdfPTable. I (B>> sucessfully added diagonal lines b

RE: [iText-questions] PdfPTableEvent

2003-01-23 Thread Paulo Soares
9:01 > To: [EMAIL PROTECTED] > Subject: Re: [iText-questions] PdfPTableEvent > > Hi, > > I'm using PdfPTableEvent to add diagonal lines and text to my PdfPTable. I > sucessfully added diagonal lines but I'm > having a problem inserting a text on a colu

Re: [iText-questions] PdfPTableEvent

2003-01-23 Thread Ricky M. Codizar
Hi, I'm using PdfPTableEvent to add diagonal lines and text to my PdfPTable. I sucessfully added diagonal lines but I'm having a problem inserting a text on a column. Is it possible to add text inside the PdfPTableEvent (I'm using a different class for the PdfTableEvent)? Because when I'm decl

RE: [iText-questions] PdfPTableEvent

2002-06-07 Thread Paulo Soares
To: [EMAIL PROTECTED] > Subject: [iText-questions] PdfPTableEvent > > Hello, > > I have one problem (in this moment :-). > I use PdfPTable.tableLayout(...) method to get an absolute position of all > cells in my table. But in addition, I would like to have reference to &g

[iText-questions] PdfPTableEvent

2002-06-06 Thread Wojciech Wisniowski
Hello, I have one problem (in this moment :-). I use PdfPTable.tableLayout(...) method to get an absolute position of all cells in my table. But in addition, I would like to have reference to PdfPcell, not only positions. I need export to external file absolute position od cells and content of ce