Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » iText »

[iText-questions] How to assign a digital signature to an existing
 image

Frankinet Philippe

2006-06-13

Replies:

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
iText-questions@(protected)
https://lists.sourceforge.net/lists/listinfo/itext-questions
©2008 junlu.com - Jax Systems, LLC, U.S.A.