Answer by LuxZg for Convert Topaz Sigweb sigstring to Base64
I have spent 2 days fiddling with this code, and countless hours (months even) over past 10 years using SigPlus/SigWeb from Topaz.And when I stumbled upon Scott's answer here, I just had to make it...
View ArticleAnswer by Saifur Rahman for Convert Topaz Sigweb sigstring to Base64
The SigWeb SDK provides a method to get the signature string in a image format. Using that image, its possible to generate the target Base64 string. Here's a vb.net based implementation. Dim sigImage...
View ArticleAnswer by ScottG for Convert Topaz Sigweb sigstring to Base64
I realise this is a bit old but I'm sure there are plenty of others with the same issue.I had exactly the same issues when I needed to display the signatures to end users in a standard desktop or...
View ArticleConvert Topaz Sigweb sigstring to Base64
I am working on a mobile application(ionic) where there is a field for user's signature. Users needs to sign with their finger in canvas.Now this application has web version, where they used topaz...
View Article