RE: [iText-questions] New release itext-paulo-140

2004-11-08 Thread Paulo Soares
Paulo Soares (B> Cc: [EMAIL PROTECTED] (B> Subject: Re: [iText-questions] New release itext-paulo-140 (B> (B> I'm glad to here that iText supports subsetting of CFF fonts (B> as a Japanese iText user. (B> I furthermore appreciate you if you support CFF fonts to (B&g

Re: [iText-questions] New release itext-paulo-140

2004-11-07 Thread $B7'ED9W(B
I'm glad to here that iText supports subsetting of CFF fonts as a Japanese iText user. I furthermore appreciate you if you support CFF fonts to draw CID-encoded text, because we have many characters not defined in UNICODE. Best regards, KuMi > Changes in itext-paulo-140 (2004-11-06) > - adde

Re: [iText-questions] New release itext-paulo-140

2004-11-07 Thread Mark Hall
On Sunday 07 November 2004 10:29, Bruno wrote: > This was what I did yesterday: > http://cvs.sourceforge.net/viewcvs.py/itext/src/com/lowagie/text/rtf/RtfWri >ter.java?r1=1.60&r2=1.61 > http://cvs.sourceforge.net/viewcvs.py/itext/src/com/lowagie/text/Cell.java? >r1=1.91&r2=1.92 I think this is suff

Re: [iText-questions] New release itext-paulo-140

2004-11-07 Thread Mark Hall
On Saturday 06 November 2004 19:19, Paulo Soares wrote: > Changes of Vector to ArrayList were done in order to keep the port to jdk > 1.1. You used Vector methods that don't exist in jdk 1.1. Ok. I'll keep that in mind in the future. Greetings, Mark -- My GPG public key is available at: http://w

Re: [iText-questions] New release itext-paulo-140

2004-11-07 Thread Bruno
Paulo Soares wrote: >The patches are there but BarcodeEAN128.java was not removed. I checked with >wincvs and in the sf cvs browser. I know. The removed classes are gone if you do a 'checkout', but they are still there if you just do an 'export' or if you look at the CVS browser. I guess it's a S

Re: [iText-questions] New release itext-paulo-140

2004-11-07 Thread Paulo Soares
>; "Paulo Soares" <[EMAIL PROTECTED]> Sent: Sunday, November 07, 2004 9:29 Subject: Re: [iText-questions] New release itext-paulo-140 > Quoting Paulo Soares <[EMAIL PROTECTED]>: > > > RtfWriter and Cell don't have the patch applied > > Didn't I

Re: [iText-questions] New release itext-paulo-140

2004-11-07 Thread Bruno
Quoting Paulo Soares <[EMAIL PROTECTED]>: > RtfWriter and Cell don't have the patch applied Didn't I apply the patch? I removed com.lowagie.servlets just now and I don't see the changes either. Maybe there is some delay at SourceForge. This was what I did yesterday: http://cvs.sourceforge.net/vi

Re: [iText-questions] New release itext-paulo-140

2004-11-06 Thread Paulo Soares
]> Cc: <[EMAIL PROTECTED]>; "Paulo Soares" <[EMAIL PROTECTED]> Sent: Saturday, November 06, 2004 18:13 Subject: Re: [iText-questions] New release itext-paulo-140 --- This SF.Net email is sponsored by: Sybase ASE Linux Express

Re: [iText-questions] New release itext-paulo-140

2004-11-06 Thread Paulo Soares
es" <[EMAIL PROTECTED]> Sent: Saturday, November 06, 2004 16:55 Subject: Re: [iText-questions] New release itext-paulo-140 > Paulo, Mark, > I applied the patches and I also changed some code based > on some compiler warnings. All changes were uploaded to CVS. > br, > Br

Re: [iText-questions] New release itext-paulo-140

2004-11-06 Thread Mark Hall
On Saturday 06 November 2004 17:55, Bruno wrote: > I applied the patches and I also changed some code based > on some compiler warnings. All changes were uploaded to CVS. I've looked at one or two of the changes and noticed that all Vector objects had been changed to ArrayList. Is this intended as

Re: [iText-questions] New release itext-paulo-140

2004-11-06 Thread Bruno
Paulo, Mark, I applied the patches and I also changed some code based on some compiler warnings. All changes were uploaded to CVS. br, Bruno --- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWor

Re: [iText-questions] New release itext-paulo-140

2004-11-06 Thread Mark Hall
On Saturday 06 November 2004 16:17, Paulo Soares wrote: > > for instance: com.lowagie.text.Cell has a bugfix > > by Benoit Wiart uploaded by Mark Hall. This should > > be merged with your version. > > This class had so many changes from Steve Appling that I don't know where > it stands now. The cha

Re: [iText-questions] New release itext-paulo-140

2004-11-06 Thread Paulo Soares
OOps, I forgot to look at the CVS. Some comments, below. - Original Message - From: "Bruno" <[EMAIL PROTECTED]> To: "Paulo Soares" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Saturday, November 06, 2004 14:28 Subject: Re: [iText-questions] New re

Re: [iText-questions] New release itext-paulo-140

2004-11-06 Thread Bruno
Paulo Soares wrote: > Changes in itext-paulo-140 (2004-11-06) OK, I'll make 140 the CVS version and while I am updating the site, I will make this the new (temporary) release. But before I can do that, I still have a few things to do: I already removed some obsolete classes that were still in th

[iText-questions] New release itext-paulo-140

2004-11-06 Thread Paulo Soares
Changes in itext-paulo-140 (2004-11-06) - AcroFields.setFieldProperty() has the new properties bgcolor and bordercolor. - AcroFields.signatureCoversWholeDocument() will work for any range - BarcodeEAN128 class was removed. All the existing functionality and much more was moved