Re: [iText-questions] Specifying the signature handler for a signature field.

2006-06-20 Thread Rynhard Roos
Hi I managed to find a way to set the signature handler seed value. To set the handler to the adobe default, use the following code: PdfReader pdf = new PdfReader("in.pdf"); PdfStamper stp = new PdfStamper(pdf, new FileOutputStream("out.pdf")); PdfFormField sig = PdfFormField.createSignature(stp.

[iText-questions] Specifying the signature handler for a signature field.

2006-06-16 Thread Rynhard Roos
Hi Is there a way to specify the signature handler that a signature field should use. Using javascript in a pdf, one can use the signatureSetSeedValue method to specify the signature handler that is allowed to sign a certain signature field, ie the adobe default pki handler, or perhaps a signatur