jharwig / PPSSignatureView

iOS Signature Capture Demo
MIT License
1.04k stars 234 forks source link

Save as image #26

Open amjad opened 7 years ago

amjad commented 7 years ago

I use this in my app and wanted to know if there's a way to save the signature as an image (base64 encoded) to send via API to our payment gateway server. Thanks.

ghufi commented 7 years ago

hi @jharwig @amjad did you fine any solution of this if yes please let me know

Thanks

amjad commented 7 years ago

@ghufi Yes we did. We converted it to a base64 encoded image and saved it locally.

ghufi commented 7 years ago

Thank you for reply , i also did that by taking snapshot (programmatically) of the signature view and then save that image to server and it works