Re: [iText-questions] PdfpTable vs. Table (vs. SimpleTable?)

2009-07-06 Thread 1T3XT info
tamtam18 wrote: > Basically, what are the benefits/downsides of separating the > code into two sections -- one to create PDF documents, and one to create the > same documents in an RTF format, if that was selected? PDF and RTF are very different. They were "invented" to achieve very different goal

[iText-questions] PdfpTable vs. Table (vs. SimpleTable?)

2009-07-03 Thread tamtam18
I am writing code that generates both PDF and RTF documents, depending on the user's selection. The information in both documents is the same. Until now, we were using classes like Table, Cell, HeaderFooter, etc., which are rendered into the correct form by the documentwriter (either PdfWriter or

Re: [iText-questions] PdfPTable vs Table

2005-11-27 Thread Bruno Lowagie
Anonymous wrote: For what it's worth Bruno, I have always felt that your responses are on the tolerant, considerate and communicative side. I think people on the list should also consider the great extra pressure you are under from the deadlines on the book you are writing; a book which will

Re: [iText-questions] PdfPTable vs Table

2005-11-27 Thread Bruno Lowagie
Caron van Schalkwyk wrote: Bruno, I have checked my original question and it was sent to the mailing list and NOT yourself. Given the amount of mail I receive on a day, none of my answers are personal. There is no need to take it personal. I have stopped using the mailing list as each tim

Re: [iText-questions] PdfPTable vs Table

2005-11-26 Thread Caron van Schalkwyk
- Original Message - From: "Antoine" <[EMAIL PROTECTED]> To: "Bruno Lowagie" <[EMAIL PROTECTED]> Cc: Sent: Saturday, November 26, 2005 3:18 PM Subject: Re: [iText-questions] PdfPTable vs Table > Bruno Lowagie wrote: > > Antoine wrote: > > > >&

Re: [iText-questions] PdfPTable vs Table

2005-11-26 Thread Antoine
Bruno Lowagie wrote: Antoine wrote: but why does everyone start talking about consulting all of a sudden? Because we get mails sent to us personally more and more and looking at the questions that are asked in those mails, it is quite obvious that some people are trying to let us do their wo

Re: [iText-questions] PdfPTable vs Table

2005-11-26 Thread Bruno Lowagie
Antoine wrote: but why does everyone start talking about consulting all of a sudden? Because we get mails sent to us personally more and more and looking at the questions that are asked in those mails, it is quite obvious that some people are trying to let us do their work in their place for f

Re: [iText-questions] PdfPTable vs Table

2005-11-25 Thread Antoine
I also remember your previous questions. Please think about my remark about outpricing consultants by giving free consultancy. Are you an iText consultant? Then you should dig into iText. If not, maybe you need to hire somebody who does know iText. I had someone else saying this to me not so l

Re: [iText-questions] PdfPTable vs Table

2005-11-23 Thread Bruno Lowagie
Caron van Schalkwyk wrote: Hi, I have read that I cannot use the PdfPTable if I need to produce a document in both HTML and PDF format and that I should use the Table object. Do you need to produce HTML with the same code as the code used to produce PDF? If not, use PdfPTable. I do how

[iText-questions] PdfPTable vs Table

2005-11-23 Thread Caron van Schalkwyk
Hi,   I have read that I cannot use the PdfPTable if I need to produce a document in both HTML and PDF format and that I should use the Table object.   I do however have to be able to write to an absolute position which I don't know how to do with Table.   (PdfPTable has the method public fl

RE: [iText-questions] PdfPTable vs Table

2003-06-06 Thread Paulo Soares
more psychedelic effects. Best Regards, Paulo Soares > -Original Message- > From: Benjamin Boigienman [SMTP:[EMAIL PROTECTED] > Sent: Thursday, June 05, 2003 15:47 > To: itext > Subject: [iText-questions] PdfPTable vs Table > > Hi, > > What are the fu

Re: [iText-questions] PdfPTable vs Table

2003-06-06 Thread Bruno
Quoting Benjamin Boigienman <[EMAIL PROTECTED]>: > Hi, > > What are the functionalities of PdfPTable that Table > don't have (about the layout) ? Absolute positioning, changing borders (width, color,...) from cell to cell, control over what the Table looks like (class Table has some bugs that

[iText-questions] PdfPTable vs Table

2003-06-06 Thread Benjamin Boigienman
Hi, What are the functionalities of PdfPTable that Table don't have (about the layout) ? Thank you Benjamin ___ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Mail : http://fr.mail.yahoo.com --

RE: [iText-questions] PDFPtable vs Table

2002-09-12 Thread Paulo Soares
> -Original Message- > From: Ram Guttikonda [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, September 11, 2002 19:31 > To: Paulo Soares; Itext-Questions > Subject: RE: [iText-questions] PDFPtable vs Table > > Thanx for info. How do I repeat header rows in case

RE: [iText-questions] PDFPtable vs Table

2002-09-11 Thread Ram Guttikonda
--Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Paulo Soares Sent: Thursday, September 05, 2002 4:38 AM To: 'Ram Guttikonda'; Itext-Questions Subject: RE: [iText-questions] PDFPtable vs Table PdfPTable has other way of setting the header size and s

RE: [iText-questions] PDFPtable vs Table

2002-09-05 Thread Paulo Soares
().setHorizontalAlignment(1) PdfPTable.getDefaultCell().setBorder(Rectangle.NO_BORDER) Best Regards, Paulo Soares > -Original Message- > From: Ram Guttikonda [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, September 04, 2002 20:01 > To: Itext-Questions > Subject: [iText-questions] PDFPtable

[iText-questions] PDFPtable vs Table

2002-09-04 Thread Ram Guttikonda
I need some help/advice on the use of PDFPtable vs Table. Considering I am interested only in PDF. I thought PDFPtable provides richer functionality than Table. That being said. This is what I would use with 'Table' for my need. table.endHeaders(); (need to repeat the headers for table automatic