Re: [U2] Signature Capture and use
Hi, We use VeriFone's Payware and VeriSheld products with HostAccess. This accomplishes several things for us: 1) all the credit card information is encrypted at the device and is sent to Payware encrypted. This takes the server out of PCI scope, and can take the register out of PCI scope. 2) Our coding is limited to the "forms", and talking to VeriFone. 3) We selected HostAccess because it had the hooks we needed to call VeriFone's DLL. 4) VeriFone sends only "PCI approved" data to the server, including the signature. Taking the server and potentially the register out of PCI scope is huge for our customers and us. Of course, with everything PCI, your QSA can always have a "better idea". Tom Whitmore RATEX Business Solutions >> >> Harold.Oaks wrote: >> >>> I'm sure some of you are implementing signature pad capture to a >>> Universe system. What are you using and doing? >>> I'd like to look into adding that feature to our jail system. >> -- ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users
Re: [U2] Signature Capture and use
Jeff: Nice! I certainly might contact you later and ask for that code. (However - if you've put in the work, you do deserve some payment.) The shared Windows directory is what I often use for I/O of data, images, etc., so that's something I could probably understand and use quickly. Harold -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Jeff Schasny Sent: Friday, June 07, 2013 2:18 PM To: U2 Users List Subject: Re: [U2] Signature Capture and use I wrote a VB.net application which integrates with our Universe system via Uniobjects and store the signatures on a shared Windows server directory using the sample code which Topaz provides with their signature capture pads. We decided on the Topaz hardware because (Surprise!) it pretty cheap @ around $100 for their low end USB signature pad. http://www.topazsystems.com/ I'd be happy to share the source code if you're interested. Oaks, Harold wrote: > I'm sure some of you are implementing signature pad capture to a > Universe system. What are you using and doing? > I'd like to look into adding that feature to our jail system. > > Thanks- > Harold Oaks > Clark County, WA > > This e-mail and related attachments and any response may be subject to public disclosure under state law. > ___ > U2-Users mailing list > U2-Users@listserver.u2ug.org > http://listserver.u2ug.org/mailman/listinfo/u2-users > . > > -- Jeff Schasny - Denver, Co, USA jschasny at gmail dot com ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users This e-mail and related attachments and any response may be subject to public disclosure under state law. ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users
Re: [U2] Signature Capture and use
I wrote a VB.net application which integrates with our Universe system via Uniobjects and store the signatures on a shared Windows server directory using the sample code which Topaz provides with their signature capture pads. We decided on the Topaz hardware because (Surprise!) it pretty cheap @ around $100 for their low end USB signature pad. http://www.topazsystems.com/ I'd be happy to share the source code if you're interested. Oaks, Harold wrote: I'm sure some of you are implementing signature pad capture to a Universe system. What are you using and doing? I'd like to look into adding that feature to our jail system. Thanks- Harold Oaks Clark County, WA This e-mail and related attachments and any response may be subject to public disclosure under state law. ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users . -- Jeff Schasny - Denver, Co, USA jschasny at gmail dot com ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users
Re: [U2] Signature Capture and use
hi, Regarding os which manage the "capture" : Signature pad (MS-windows-> .Net tool ) ; tablet-screen smatphone-screen (androïd-> java; iOS -> oC) Then "signature" is received by uv then converted to base64 for storage; then converted to .png for display on screen ; then converted to EPS to include into postscript form; then create job for printer or convert the form to pdf for sharing. We store png into uv via basic "encode(base64)" function which produce text format. We use ImageMagic package to perform : - image convertion from shell command line ; - add text, logo, ... to the image/signature (name of the owner, reference of the transaction, ...) - add information into exif internal data ; (name of the owner, reference of the transaction, ...) my 2 pence. Manu "Oaks, Harold" a écrit : I'm sure some of you are implementing signature pad capture to a Universe system. What are you using and doing? I'd like to look into adding that feature to our jail system. Thanks- Harold Oaks Clark County, WA This e-mail and related attachments and any response may be subject to public disclosure under state law. ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users
Re: [U2] Signature Capture and use
Indeed. Typed manually on my phone. Here is the correct link. Thanks. http://nebula-rnd.com/blog/tech/2009/09/signatures01.html "Robert Frailey wrote: >Link doesnt work > >> http://nebula-rnd.com/blog/2009/09/signatures01.html > >- Original Message - >From: "Tony Gravagno" > > >> Harold, I created a general-purpose solution for this a few years >ago, >> documented on my blog. I'd be very happy to discuss it with you next >week. >> (out of the office this week) >> http://nebula-rnd.com/blog/2009/09/signatures01.html >> >> Harold.Oaks wrote: >> >>>I'm sure some of you are implementing signature pad capture to a >>>Universe system. What are you using and doing? >>>I'd like to look into adding that feature to our jail system. >> -- >> Sent from my Android phone with K-9 Mail. Please excuse my brevity. >> ___ >> U2-Users mailing list >> U2-Users@listserver.u2ug.org >> http://listserver.u2ug.org/mailman/listinfo/u2-users > >___ >U2-Users mailing list >U2-Users@listserver.u2ug.org >http://listserver.u2ug.org/mailman/listinfo/u2-users -- Sent from my Android phone with K-9 Mail. Please excuse my brevity. ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users
Re: [U2] Signature Capture and use
thanks - Original Message - From: "Charlie Noah" To: "U2 Users List" Sent: Thursday, June 06, 2013 4:04 PM Subject: Re: [U2] Signature Capture and use Hi Robert, Try this: http://nebula-rnd.com/blog/tech/2009/09/signatures01.html . I found it with a simple search for signature on Tony's site. Regards, Charlie On 06-06-2013 4:52 PM, Robert Frailey wrote: Link doesnt work http://nebula-rnd.com/blog/2009/09/signatures01.html - Original Message - From: "Tony Gravagno" <3xk547...@sneakemail.com> To: Sent: Thursday, June 06, 2013 2:52 PM Subject: Re: [U2] Signature Capture and use Harold, I created a general-purpose solution for this a few years ago, documented on my blog. I'd be very happy to discuss it with you next week. (out of the office this week) http://nebula-rnd.com/blog/2009/09/signatures01.html Harold.Oaks wrote: I'm sure some of you are implementing signature pad capture to a Universe system. What are you using and doing? I'd like to look into adding that feature to our jail system. -- Sent from my Android phone with K-9 Mail. Please excuse my brevity. ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users
Re: [U2] Signature Capture and use
Hi Robert, Try this: http://nebula-rnd.com/blog/tech/2009/09/signatures01.html . I found it with a simple search for signature on Tony's site. Regards, Charlie On 06-06-2013 4:52 PM, Robert Frailey wrote: Link doesnt work http://nebula-rnd.com/blog/2009/09/signatures01.html - Original Message - From: "Tony Gravagno" <3xk547...@sneakemail.com> To: Sent: Thursday, June 06, 2013 2:52 PM Subject: Re: [U2] Signature Capture and use Harold, I created a general-purpose solution for this a few years ago, documented on my blog. I'd be very happy to discuss it with you next week. (out of the office this week) http://nebula-rnd.com/blog/2009/09/signatures01.html Harold.Oaks wrote: I'm sure some of you are implementing signature pad capture to a Universe system. What are you using and doing? I'd like to look into adding that feature to our jail system. -- Sent from my Android phone with K-9 Mail. Please excuse my brevity. ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users
Re: [U2] Signature Capture and use
Link doesnt work http://nebula-rnd.com/blog/2009/09/signatures01.html - Original Message - From: "Tony Gravagno" <3xk547...@sneakemail.com> To: Sent: Thursday, June 06, 2013 2:52 PM Subject: Re: [U2] Signature Capture and use Harold, I created a general-purpose solution for this a few years ago, documented on my blog. I'd be very happy to discuss it with you next week. (out of the office this week) http://nebula-rnd.com/blog/2009/09/signatures01.html Harold.Oaks wrote: I'm sure some of you are implementing signature pad capture to a Universe system. What are you using and doing? I'd like to look into adding that feature to our jail system. -- Sent from my Android phone with K-9 Mail. Please excuse my brevity. ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users
Re: [U2] Signature Capture and use
Thanks Rex -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Rex Gozar Sent: Thursday, June 06, 2013 1:38 PM To: U2 Users List Subject: Re: [U2] Signature Capture and use I'm guessing you are not running a .net GUI frontend application. We have signature pads connected to our telnet-based Universe system. (a) We use AccuTerm to fire an exe on the client PC. (b) The client exe is a .net program with manufacturer's dll's that communicate with the signature pad. (c) When the user "OK"s the signature, the client exe sends the signature bytes to the application server via sockets, then exits. We had tried to use network shares for (c) but they proved to be unreliable. In a future version, I want to create a client exe with a socket listener built-in and run it like a service. That way, the application server can use a socket connection directly with the exe (instead of firing off the exe via AccuTerm). Theoretically, such an exe could be used via javascript in a browser-based application too. rex On Thu, Jun 6, 2013 at 3:59 PM, Oaks, Harold wrote: > I'm sure some of you are implementing signature pad capture to a > Universe system. What are you using and doing? > I'd like to look into adding that feature to our jail system. > > Thanks- > Harold Oaks > Clark County, WA > > This e-mail and related attachments and any response may be subject to public disclosure under state law. > ___ > U2-Users mailing list > U2-Users@listserver.u2ug.org > http://listserver.u2ug.org/mailman/listinfo/u2-users ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users This e-mail and related attachments and any response may be subject to public disclosure under state law. ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users
Re: [U2] Signature Capture and use
Harold, I created a general-purpose solution for this a few years ago, documented on my blog. I'd be very happy to discuss it with you next week. (out of the office this week) http://nebula-rnd.com/blog/2009/09/signatures01.html Harold.Oaks wrote: >I'm sure some of you are implementing signature pad capture to a >Universe system. What are you using and doing? >I'd like to look into adding that feature to our jail system. -- Sent from my Android phone with K-9 Mail. Please excuse my brevity. ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users
Re: [U2] Signature Capture and use
I'm guessing you are not running a .net GUI frontend application. We have signature pads connected to our telnet-based Universe system. (a) We use AccuTerm to fire an exe on the client PC. (b) The client exe is a .net program with manufacturer's dll's that communicate with the signature pad. (c) When the user "OK"s the signature, the client exe sends the signature bytes to the application server via sockets, then exits. We had tried to use network shares for (c) but they proved to be unreliable. In a future version, I want to create a client exe with a socket listener built-in and run it like a service. That way, the application server can use a socket connection directly with the exe (instead of firing off the exe via AccuTerm). Theoretically, such an exe could be used via javascript in a browser-based application too. rex On Thu, Jun 6, 2013 at 3:59 PM, Oaks, Harold wrote: > I'm sure some of you are implementing signature pad capture to a > Universe system. What are you using and doing? > I'd like to look into adding that feature to our jail system. > > Thanks- > Harold Oaks > Clark County, WA > > This e-mail and related attachments and any response may be subject to public > disclosure under state law. > ___ > U2-Users mailing list > U2-Users@listserver.u2ug.org > http://listserver.u2ug.org/mailman/listinfo/u2-users ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users