Inserting scanned signatures that are stored as doc variables

Hello,

I’m trying to insert images of signatures in a document.
Is there an easy way of doing this in Java? I’m currently trying to fill the document variables in a form and then replacing it with a corresponding signature but that isn’t working as desired.

Hi
Thanks for your request. I think, in your case, you can insert a bookmark where you need to insert a signature image, then move DocumentBuilder cursor to the bookmark and insert the picture.
Also, you can use Mail Merge to achieve this. Just insert a mergefield where the signature image should be inserted. Please follow the link to learn how to insert an image upon Mail Merge:
https://docs.aspose.com/words/java/insert-checkboxes-text-input-or-images-mail-merge/
Hope this helps.
Best regards,