Re: [iText-questions] Signing pdf hash with external signature

2009-04-07 Thread Andreas Kuehne
- Original Message From: racsor To: itext-questions@lists.sourceforge.net Sent: Monday, April 6, 2009 6:18:26 PM Subject: [iText-questions] Signing pdf hash with external signature Hi I have a pdf to sign and external signature. When I send completed array bytes to sign, I get correct signature

[iText-questions] Signing pdf hash with external signature

2009-04-06 Thread racsor
Hi I have a pdf to sign and external signature. When I send completed array bytes to sign, I get correct signature but when I send hash of bytes I get a "The document has been altered or corrupted since the Signature was applied" My code is: PdfReader reader = new PdfReader(thePDF);