Display Signature On Document

0
Our application generates contracts. I want a captured signature on a mobile device to be displayed on the document. Since the signature capture mobile app saves a png encoded string, how do I convert it to a png and display the written signature on the document? Thanks!
asked
1 answers
0

add object to domainmodel associated to person and contract, inheriting from image. place the png in that object and connect to the correct person and contract

Include the image in the printed version

remember to include a disclaimer on the use of the signature in the mobile part of the app, and a tick to have the signer declare he knows this signature is used for that one purpose only

when placing the signature on the contract, try and position it to overlay a fixed text part to deter "sig-sniping"

answered