Questions tagged [topaz-signatures]

Topaz electronic signature capture devices

Topaz electronic signature capture devices are a USB or Serial device that allow an end user to write their signature on a small input device.

These devices are often seen in the wild at a place where a signature is required. This could be a grocery store, a government office, a shipping store and etc.

This community is for developers using the Topaz signature capture hardware. It is not for other signature capture devices.

API information can be found here

28 questions
18
votes
8 answers

Electronic signatures in web pages

I have an ASP.Net application. It is an application where people fill out forms. Well, we would like for people to be able to sign the form electronically(as in, their hand written signature) so that the signatures are held in the server and…
Earlz
  • 62,085
  • 98
  • 303
  • 499
8
votes
3 answers

Convert 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 sigweb to do this. Now to save signature and to…
anan_xon
  • 1,102
  • 1
  • 11
  • 21
4
votes
2 answers

Topaz Signature Pad in Chrome Web Application

I am trying to incorporate an electronic signature using the Topaz Systems signature pad into my Web Application. Everything appears to work within Internet Explorer, as the signature pad uses Active X to access the pad plugged into the USB port. …
Brian
  • 2,294
  • 6
  • 30
  • 51
3
votes
1 answer

Android: javax.smartcardio library

I need to communicate the Android mobile device Nexus S with a Topaz tag via NFC. I have done the java program which reads data from the card, but this uses javax.smartcardio java class, which is not available on Android. How could I import this…
jose
  • 31
  • 2
3
votes
2 answers

How Can I Run The Topaz SigWeb Demo?

I am using Topaz e-signature and Im trying to append it in my web application. When I tried to test it on this link: https://www.sigplusweb.com/sigweb_httptest.htm, unfortunately it doesnt work. No signature has appeared on the web but when I tried…
user2481398
2
votes
1 answer

How to detect if Topaz device is connected(through USB) in JavaScript code using SigWeb?

How to detect if Topaz device is connected? My Topaz is: T-LBK462-HSB-R (USB) I am using: SigWeb SDK (SigWebTablet.js) Which method of SigWebTablet.js library should I call to check if device is connected? As it says on their officail…
Renat Gatin
  • 6,053
  • 5
  • 37
  • 58
2
votes
1 answer

Wrapping C/C++ Library with SWIG

I've got a project that I'm working on that requires the use of a Topaz Signature Capture pad. Our product currently uses the ActiveX control provided by Topaz for collecting signatures on a website, but we're trying to move to a desktop application…
kjlaw89
  • 101
  • 1
  • 1
  • 7
2
votes
2 answers

Convert Topaz Signature String (Hexadecimal) to Image

I am trying to integrate a topaz signature pad into my ColdFusion application. I would like to capture the signature from the pad, convert it to format that ColdFusion can show in the browser and save to the disk. Using their documentation, I am…
Brian Fleishman
  • 1,237
  • 3
  • 21
  • 43
2
votes
1 answer

SigPlus.Net Connected Tablet

I am developing an interface to a Topaz signature pad using the SigPlus.Net library. I’ve used the sigPlus.GetTabletComTest() method to see if the signature pad is connected via USB (found here). The method always returns 0, regardless if the pad is…
Kyle Savage
  • 784
  • 1
  • 5
  • 19
1
vote
1 answer

Can I use a .Net control instead of an ActiveX control under Delphi XE?

I'm having a bunch of problems importing an ActiveX control into Delphi XE Can't install Topaz SigPlus ActiveX control under Delphi XE. Have error messages Topaz also makes a .Net control. Would it be better to try an use .Net instead of ActiveX? …
David
  • 117
  • 1
  • 8
1
vote
1 answer

Can't install Topaz SigPlus ActiveX control under Delphi XE. Have error messages

I'm installing Topaz's SigPlus ActiveX control http://www.topazsystems.com/Software/download/sigplusactivex.htm under Delphi XE Pro under Windows 7 x64. This activeX control installs fine under Delphi 7. I'm following these basic instructions…
David
  • 117
  • 1
  • 8
1
vote
2 answers

Problems retrieving signature using Topaz Systems Signature Pad

I've been working on this problem for a while, I have a Topaz Signature Pad I'm using to capture signatures from users as they use the application I'm currently developing. I'm using the standard demo app that Topaz supplies to do this…
Jon
  • 41
  • 5
1
vote
2 answers

Topaz Signature Applet not connecting to Serial ClipGem on COM1

Here is my problem: I cannot connect to serial port COM1 using ClipGem (Model: T-C912-B1) in a Java Applet. I have verified that the Java class I built works as desktop application extending Frame and I can successfully capture signatures on COM1…
brady.vitrano
  • 2,256
  • 2
  • 16
  • 26
1
vote
1 answer

HTML Signature from Topaz

Need help for introducing a signature field in my HTML form. I am using Topaz signature pad and I need the code for implementing signatures in the HTML form. Topaz is already connected in my machine and is working fine for PDF documents. I don't…
1
vote
2 answers

Decoding Base64 to an Image in ColdFusion

A while back I posted a question regarding decoding a Base64 string into a image to store in my ColdFusion application. Here's the link. I was getting the string from a Topaz signature pad that had an NAPI browser plugin that created the Base64…
Brian Fleishman
  • 1,237
  • 3
  • 21
  • 43
1
2