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(
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