Embedding ASCII hex string SigString into HTML page, not base64

前端 未结 1 837
醉梦人生
醉梦人生 2021-01-25 11:37

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

1条回答
  •  春和景丽
    2021-01-25 12:15

    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
    
    

             

    0 讨论(0)
提交回复
热议问题