I'm using this code
to assign a graphic element to my digital signature.
...
PdfSignatureAppearance sap =
stamper.getSignatureAppearance();
sap.setVisibleSignature(new Rectangle(100, 100,
200, 200), 1, null);
sap.setImage(image);
....
Is there a way to
assign the digitial signature to an existing image ?
Philippe.
_______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions
