Word (Fill) - images, b64img and url

Demonstrates examples for the functions image(), b64img() and url()

Further information about Word (Fill) you will found here.

Function image()

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()

Function url()

Adds a Link in the Word/PDF document.

e.g. function in the Word document: tfURL.url()

Function b64img()

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()