We use a signature pad and dll from m2sys for something similar to
this. It captures the signature, then creates a hash of the signature
to store in the db.

The only mobile app that I know that uses it is Square which is a
mobile payment system.



On 7/25/10, Tommy Pham <tommy...@gmail.com> wrote:
>> -----Original Message-----
>> From: Aurimas L [mailto:alaci...@gmail.com]
>> Sent: Sunday, July 25, 2010 9:45 AM
>> To: php-general@lists.php.net
>> Subject: Re: [PHP] Signing (hand-written signature) pdf document
>>
>>
>> Hello,
>>
>> have You found a solution for handwriten signature on the document? I am
>> also looking for such solution for one PHP application. :) By the way, the
>> signature must be created on mobile touchscreen as application is for
>> smart
>> phones.
>>
>> Thank You,
>>
>> Aurimas
>>
>>
>> Ashley Sheridan-3 wrote:
>> >
>> > On Tue, 2009-10-13 at 20:07 -0700, nashrul wrote:
>> >
>> >> Hi...
>> >> I'm thinking about a document management system that can put user
>> >> signature on the created digital document. Here's the app-flow I can
>> >> imagine ...
>> >> My php application creates a pdf document.
>> >> The pdf document is displayed to user.
>> >> Using the digital pen, the user will put his/her signature on this
>> >> document.
>> >> or Using the touch screen, the user will put his/her signature.
>> >> The pdf document with the user signature is saved to the db.
>> >> Has anyone done this before ??
>> >> Thanks
>> >> --
>> >> View this message in context:
>> >> http://www.nabble.com/Signing-%28hand-written-signature%29-pdf-
>> docume
>> >> nt-tp25884660p25884660.html Sent from the PHP - General mailing list
>> >> archive at Nabble.com.
>> >>
>> >>
>> >
>> >
>> > A signature in a document is just an image. I've seen plenty of Flash
>> > apps which allow a user to draw something which is then saved as an
>> > image. You could then use this image file and either re-create the PDF
>> > document (easiest) or attempt to edit it and add the image in.
>> >
>> > Thanks,
>> > Ash
>> > http://www.ashleysheridan.co.uk
>> >
>> >
>> >
>> >
>>
>> --
>> View this message in context: http://old.nabble.com/Signing-%28hand-
>> written-signature%29-pdf-document-tp25884660p29260834.html
>> Sent from the PHP - General mailing list archive at Nabble.com.
>>
>>
>
> Digital copy of signature is recipe for identity theft crisis :)  If you're
> doing ecommerce or related, you may want to look into PCI compliance...
>
> Regards,
> Tommy
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>

-- 
Sent from my mobile device


Bastien

Cat, the other other white meat

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to