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
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
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
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
- 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:
> >
> >&
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
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
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
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
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
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
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
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
--
> -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
--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
().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
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
17 matches
Mail list logo