Hi Paulo,
I tried it and same exception on below line.
obj_pdfWriter.addAnnotation(signature);
If I do
obj_pdfStamper.addAnnotation(signature, a_iPageNum);
Then null pointer exception occurs as:
//=
java.lang.NullPointerException
at com.lowagie
Hi Paulo,
I tried what I understood but I could not achieve my goal.
Below is chunk of my code that I am doing and I am getting exception.
Can you please do me a favour to send me a sample code?
I AM GETTING EXCEPTION AS:
at line (obj_pdfStamper.addAnnotation(signature, a_iPageNum);)
//=
n
> Behalf Of Faisal Maqsood
> Sent: Tuesday, May 24, 2005 8:52 AM
> To: itext-questions@lists.sourceforge.net
> Subject: Re: [iText-questions] Adding Blank Signature Field
> gives problem
>
> Hello Paulo,
>
> I also tried the following code but I got exception.
>
- Original Message -
From: "Paulo Soares" <[EMAIL PROTECTED]>
To: "Faisal Maqsood" <[EMAIL PROTECTED]>;
Sent: Friday, May 20, 2005 9:41 PM
Subject: RE: [iText-questions] Adding Blank Signature Field gives problem
Use PdfStamper and yo
Use PdfStamper and you cannot use the same name for input and output.
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of Faisal Maqsood
> Sent: Friday, May 20, 2005 5:22 PM
> To: itext-questions@lists.sourceforge.net
> Subject: [iText-questions] Ad