204 results matched your search criteria
Forum topic
OneSpan Sign
Hello,
I'm trying to integrate a signature drawner in my website to save the design of the signature and use it to sign with eSignLive.
But the string base64 assign to handdrawn field in the package settings doesn't working if the string is not created by your own signature widget.
So my question i
Forum topic
OneSpan Sign
Using Apex SDK i am trying to create package with pdf file/document and send it to esignlive server
After this I am trying to do something
.....
request.setEndpoint('https://sandbox.esignlive.com/api/packages/' + pkgID + '/documents/signed_documents');
To sign the document.
Problem is that pdf
Forum topic
OneSpan Sign
Hi!
I am trying to create an eSignLive package using the C# SDK.
Below is the error I get when "sending" my package.
Forum topic
OneSpan Sign
Hello,
We're using the .NET SDK for OneSpan Sign. When creating a package, we're receiving a message that we've placed an object (presumably the signature) outside the page boundary. The full error details from the SDK are below.
Forum topic
OneSpan Sign
Hi
Is it possible for end-user to create the own document templates by indicating the signature block in doc, pdf files?
For example:
Open the doc or pdf file in the edit mode, user insert the tags for the signature, then saved the document( we can use rest api to send the document later in the
Forum topic
OneSpan Sign
Receiving the following response and 500 error when trying to create a package:{ "messageKey": "error.internal.default",
Forum topic
OneSpan Sign
I have a client who is using REST API to create package.
Forum topic
OneSpan Sign
I have made a template the first signature capture mandatory for each signer and subsequently made the rest optional with conditional logic. This setup ensures that the mandatory capture becomes optional once any of the others are signed.
Forum topic
OneSpan Sign
Hello,
I'm trying to create a package with all of it dependencies and documents at once:
if I try a payload as
{
"documents":[
{
"approvals":[
{
"id":"Signature1",
"role":"Role1",
Forum topic
OneSpan Sign
Can somebody help me finding the right way to convert co-ordinates from inches to pixels while sending it to eSignLive Java SDK to create a package?