Skip to main content
Participating Frequently
August 21, 2008
Question

Capturing Signature on Web Form

  • August 21, 2008
  • 1 reply
  • 426 views
Has anyone used any signature pads with CF? I have a signature pad from Topaz Systems and I would like to be able to use to add a signature to an online form (internal network use). Right now the form just populates an existing PDF form using the cfpdfform tags in CF8. There is some example code on the Topaz site for CF that you can see below.

If I run the code on our internal web server it works fine. You can use the pad to write your signature on screen. But I am at a loss as to how to integrate that into a web form and have the signature inserted into a field on a PDF when the form is submitted. Can anyone point me in the right direction?
    This topic has been closed for replies.

    1 reply

    Inspiring
    August 21, 2008
    I would presume you would take whatever is sent to the server when that
    form is submitted (I presume some type of image object) and use
    ColdFusion's PDF functionality to incorporate it into an existing PDF.