Combine text input and captured bitmap into one file to export

ztigr

New Member
Licensed User
Longtime User
Hi,

Really loving the software, it has advanced some of my ideas by leaps and bounds. I have users input text into edit text boxes, and capture their signature. Is there anyway to combine these into one exportable view or file?

Thanks,
Ztigr
 

NJDude

Expert
Licensed User
Longtime User
The attached sample adds the text typed in the EditText (if any) to the signature file (sign.png).

It is a modification of the original code posted HERE
 

Attachments

  • SignatureCapture_Sample.zip
    9 KB · Views: 234
Last edited:
Upvote 0
Top