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
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to