Re: [iText-questions] [SPAM] Re: Possible bug on PdfSignatureAppearance.preClose()

2013-10-09 Thread Emanuele Paterna
if the problem is the field "isNew" which is not correctly valued, would not be enough to replace that field with the expression !(writer.getAcroFields().getSignatureNames().contains(name) || writer.getAcroFields().getBlankSignatureNames().contains(name)), in this way you will be sure that the fi

[iText-questions] [SPAM] Re: Possible bug on PdfSignatureAppearance.preClose()

2013-10-08 Thread mkl
Emanuele Paterna, Emanuele Paterna wrote > I've notice a strange behaviour signing an existing invisible signature > field. I've noticed that the field was created multiple times every time i > try to sign it. > I think is due to preClose method that is based on a wrong condition that > recreate t