Hi,
I need to insert an image as the signature. Is there a way to do that using sdk?
Thanks
Jay
September 15Created
January 21Last Updated
4 years agoLast Reply
7Replies
199Views
5Users
0Likes
0Links
mwilliams | Posts: 957
Reply to: Inserting a image as signature
Thursday, September 15, 2016 at 12:03pm
0
votes
Can you explain more about what you're trying to do? I don't believe there is any way to put any image in place of a signature in a document, but maybe if I know what you're trying to do, we can figure something out.
Hi Michael,
I also have similar requirement.
We have a set of users who already have a signature image and they intend to use that signature image when signing as a registered user of esignlive.
We looked at the Identity tab but there is a feature to create the signature but not upload a signature.
Please let me know if this is doable via UI or API and if so, please provide some samples.
thanks
Neel
when PDF signature is used, you can create your signature using an scanned image of the actual signature. Just wondering if eSignlive has a similar feature.
@neelsp - I believe it has to be captured by eSignLive vs uploading an image through the API. This can be done with the mobile capture pad, I believe. You might be able to pass an image to support to load as the signer's signature. I will check on this and let you know.
@Jayanta - when we used to have our desktop type tool, you could do the scanned image of the actual signature, but with the cloud service, there is really only a good way to save signatures for named senders within your account. As I told neelsp, I will see if these can be provided to support to load as the signature and I will let you know. The ability to "upload a saved signature image" might be a great feature to suggest as an enhancement. You could post this in the enhancement ideas forum. The product managers look over these for ideas from customers that they want to incorporate.
https://developer.esignlive.com/forums/forum/general/enhancement-ideas/
Unfortunately, a signature image cannot even be loaded by passing it to support.
@neelsp, if you want to post in the enhancement ideas forum about being able to provide images for known signers inside eSignLive and @Jayanta, if you'd like to request the ability to have the option to allow end users to attach a signature file in a post in the enhancement ideas forum, I will pass them along.
Thanks!
Not very clear about the background of this post, but it's possible to convert the signature image to a handdrawn value represented in encrypted base64 string (we have utility code in code share helping you to extract the value, written in Java, .NET, or PHP), then to upload this value when adding signers to the package.
Reply to: Inserting a image as signature
Thursday, September 15, 2016 at 12:03pmReply to: Inserting a image as signature
Saturday, September 17, 2016 at 02:17amReply to: Inserting a image as signature
Saturday, September 17, 2016 at 05:35pmReply to: Inserting a image as signature
Tuesday, September 20, 2016 at 08:43amReply to: Inserting a image as signature
Tuesday, September 20, 2016 at 09:14amReply to: Unfortunatelyasig
Tuesday, June 16, 2020 at 11:32amHi -
is there anything new on the ability for signers to provide a pre-imaged signature when e-signing docs?
Reply to: Hi - is there anything new…
Tuesday, June 16, 2020 at 01:18pmHi Rees,
Not very clear about the background of this post, but it's possible to convert the signature image to a handdrawn value represented in encrypted base64 string (we have utility code in code share helping you to extract the value, written in Java, .NET, or PHP), then to upload this value when adding signers to the package.
For the detailed steps, check this blog "Upload Signature for Your Signer".
Duo