How to assign a digital signature to an existing image
- From: bruno <bruno (at) lowagie.com>
- Date: Wed, 14 Jun 2006 10:18:33 +0200
Frankinet Philippe wrote:
> 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 ?
You mean with an image that is already present in the original PDF
as an Image XObject? That's not possible with the current iText API.
br,
Bruno
_______________________________________________
iText-questions mailing list
iText-questions (at) lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions