Re: [iText-questions] issues in migration from itext 1.4.8 to itext 5.2.1

2012-04-17 Thread Paulo Soares
On Tue, Apr 17, 2012 at 11:52 AM, amandeep wrote: > Hi, > > We are planning to migrate from itext 1.4.8 to itext 5.2.1.This will need > code change . > We are facing some issues like- > > The below lines of Code are showing error- > myFont.setColor(Color.BLACK); > > Will using > > myFont.setColor(

[iText-questions] issues in migration from itext 1.4.8 to itext 5.2.1

2012-04-17 Thread amandeep
Hi, We are planning to migrate from itext 1.4.8 to itext 5.2.1.This will need code change . We are facing some issues like- The below lines of Code are showing error- myFont.setColor(Color.BLACK); Will using myFont.setColor(BaseColor.BLACK); make any difference? Also what should be the subst