Re: [iText-questions] trying to remove a signature from pdf file

2016-01-21 Thread mkl
Massa Alfonso wrote > Anyone can help me? There is a bug in the signature sw or in the itext > library? The signature field claims it has a widget annotation on the page represented by the object 1 0 indicated by the form field type Annot and subtype Widget (which means that this form field dictio

[iText-questions] trying to remove a signature from pdf file

2016-01-21 Thread Massa Alfonso
Hi, I'm trying to remove a signature from the attached sample PDF with itextpdf 5.5.8 and save the result in another file using this java code: Provider provider = new BouncyCastleProvider(); Security.addProvider(provider);