Insert signatures image

I have two questions:

  1. How can i insert a signature image in a word document, the signature has to be inserted at specific location in the document but at runtime the location can change.
  2. what is the best way to complete a word document that has form fields inside it, at the moment the only i can think of doing it is to use find and replace method but this requires me to pre tag the fields in the document. For example, Name: <>, Age: <> at runtime i will simply replace <> or <> with the runtime values, is there a better way of doing this via your API.
    Looking forward to hearing your response, feel free to contact me at wokoli@hotmail.com

Hi Okechukwu,

Thanks for your interest in Aspose.Words for Java.

1 - You can move the cursor to a specific location in document and then insert signature image using DocumentBuilder class.

2 - You can replace form fields with regular merge fields and then use mail merge functionality of Aspose.Words to achieve what you’re looking for. Please refer to the following sections of the documentation which outline everything you need to know about mail merge:

About Mail Merge in Aspose.Words
Prepare a template Document
Simple Mail Merge Explained
How to Execute Simple Mail Merge

Please let us know if we can be of any further assistance.

Best regards,