Demonstrates examples for the functions image(), b64img() and url()
Further information about Word (Fill) you will found here.
Fills the control in the Word document with the image of the URL, which is located in the form element.
e.g. function in the Word document: tfImageURL.image()
Example 1
Adds a Link in the Word/PDF document.
e.g. function in the Word document: tfURL.url()
Example 2
Transform a base64 string in a image. In this case, the signature widget is used, which uses a Base64 string to store the data.
e.g. function in the Word document: sigField.b64img()
Signature