RE: [iText-questions] iText design question

2002-05-02 Thread Paulo Soares
-Original Message- From: Leonard Rosenthol [SMTP:[EMAIL PROTECTED]] Sent: Thursday, May 02, 2002 1:46 To: [EMAIL PROTECTED] Subject: [iText-questions] iText design question I have two questions about the low level design decisions make during the coding of iText. 1

RE: [iText-questions] iText design question

2002-05-02 Thread Leonard Rosenthol
At 10:51 AM +0100 5/2/02, Paulo Soares wrote: 1) Why the are two different types of low level PDF objects? PRObject vs. PDFObject, etc. The original objects (PdfObject) where designed to output PDF and as such contain additional information that cannot be extracted from the read pdf.

RE: [iText-questions] iText design question

2002-05-02 Thread Paulo Soares
-Original Message- From: Leonard Rosenthol [SMTP:[EMAIL PROTECTED]] Sent: Thursday, May 02, 2002 16:27 To: Paulo Soares; [EMAIL PROTECTED] Subject: RE: [iText-questions] iText design question At 10:51 AM +0100 5/2/02, Paulo Soares wrote: 1) Why the are two different

[iText-questions] iText design question

2002-05-01 Thread Leonard Rosenthol
I have two questions about the low level design decisions make during the coding of iText. 1) Why the are two different types of low level PDF objects? PRObject vs. PDFObject, etc. 2) Why are both these sets of objects private to their package, thereby disallowing low level access to