Re: [iText-questions] ArrayIndexOutOfBoundsException when masking an image

2003-07-30 Thread Chris . Rauschuber
[EMAIL PROTECTED]> ste.pt> cc: <[EMAIL PROTECTED]> Subject: Re: [iText-questions] ArrayIndexOutOfBoundsException when masking an image

Re: [iText-questions] ArrayIndexOutOfBoundsException when masking an image

2003-07-29 Thread Paulo Soares
- Original Message - From: <[EMAIL PROTECTED]> To: "Paulo Soares" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, July 29, 2003 22:20 Subject: Re: [iText-questions] ArrayIndexOutOfBoundsException when masking an image

Re: [iText-questions] ArrayIndexOutOfBoundsException when masking an image

2003-07-29 Thread Chris . Rauschuber
cc: [EMAIL PROTECTED] Subject: Re: [iText-questions] ArrayIndexOutOfBoundsException when masking an image

Re: [iText-questions] ArrayIndexOutOfBoundsException when masking an image

2003-07-29 Thread Paulo Soares
xt-questions] ArrayIndexOutOfBoundsException when masking an image > Hello, > > I have an image of a signature with height=50 and width=135 that I would > like to insert into a PDF. I would like to mask it with the signature > itself so that the white background of the image is gone and only the

[iText-questions] ArrayIndexOutOfBoundsException when masking an image

2003-07-29 Thread Chris . Rauschuber
Hello, I have an image of a signature with height=50 and width=135 that I would like to insert into a PDF. I would like to mask it with the signature itself so that the white background of the image is gone and only the signature remains. I've tried using the code below to do this, but I get the