Re: [iText-questions] Minor change for text.DocWriter

2003-07-22 Thread Paulo Soares
Any reason for not using Document? Best Regards, Paulo Soares - Original Message - From: "Leonard Rosenthol" <[EMAIL PROTECTED]> To: "Paulo Soares" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, July 22, 2003 14:54 Subject: Re: [iText-ques

Re: [iText-questions] Minor change for text.DocWriter

2003-07-22 Thread Leonard Rosenthol
At 02:00 PM 7/22/2003 +0100, Paulo Soares wrote: I don't know if you've noticed but setting the page size in PdfWriter does nothing. You can use it just as a place holder, of course. Really? It looked like there was code to implement stuff there - but you are right, I never actually test

Re: [iText-questions] Minor change for text.DocWriter

2003-07-22 Thread Paulo Soares
t;[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, July 22, 2003 13:03 Subject: Re: [iText-questions] Minor change for text.DocWriter > At 11:58 AM +0100 7/22/03, Paulo Soares wrote: > >I don't know if it makes sense to do it. It's only used with HtmlWriter &g

Re: [iText-questions] Minor change for text.DocWriter

2003-07-22 Thread Leonard Rosenthol
At 11:58 AM +0100 7/22/03, Paulo Soares wrote: I don't know if it makes sense to do it. It's only used with HtmlWriter for setting the background color. All the page sizing is done in Document. I suppose that it's in DocWriter as a side effect of DocListener. I am using it with the PdfWriter as pa

Re: [iText-questions] Minor change for text.DocWriter

2003-07-22 Thread Paulo Soares
ot;Leonard Rosenthol" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 21, 2003 15:14 Subject: [iText-questions] Minor change for text.DocWriter > This class has a method called setPageSize(), but does NOT have one for > getPageSize(). I have added it to my vers

[iText-questions] Minor change for text.DocWriter

2003-07-21 Thread Leonard Rosenthol
This class has a method called setPageSize(), but does NOT have one for getPageSize(). I have added it to my version of iText, and it would be nice to see it get into the mainstream. Can you guys add this please? Thanks, Leonard -