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.
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