I am currently working on a project that is requiring me to embed a Topaz signature image into a HTML page. I know that this is possible if the image has been changed into a bas
Just wanted to let everyone know that the Topaz sig string is a proprietary format and is not an image. All you need to do is store the sig string somewhere. Then when you want to display the signature later just create an ActiveX object on the page you want to display it then just set the sig string to the stored value.
This is the HTML page I wrote. Hope it helps the next person looking for the same thing. :)
Also just a reminder that this is an ActiveX so it will only work in IE.
SigPlus Example