575 results matched your search criteria
Forum topic
OneSpan Sign
Guys,
I am creating a package with a notary that will have multiple signers.
Forum topic
OneSpan Sign
Hello
When signer receive the email to sign the document and after clicking the link document is opening.
is there any way signer can adjust signature box to move to correct position.
Forum topic
OneSpan Sign
Hi,
I have a requirement where I need to get the signing URL like shown here http://docs.esignlive.com/content/c_integrator_s_guide/rest_api/signing_url.htm
I able to successfully get the signing URL, this URL will then be embedded in another system for use.
As a result, I need to stop the eSL emai
Forum topic
OneSpan Sign
Hello
When signer receive the email to sign the document and after clicking the link document is opening.
is there any way signer can adjust signature box to move to correct position.
Forum topic
OneSpan Sign
I am trying to find documentation on we can create fields on a PDF that OSS can anchor to. I have Adobe Acrobat CC and can add text fields to a PDF file. I am trying to anchor to the field by the name I gave those text fields and it doesn't appear the OSS can find them. Am I add
Forum topic
OneSpan Sign
Hi,
I am not able to change the transaction name in Draft package in the new Sender UI. Steps I did:
1. Create New Transaction with name "transaction 1"
2. Change Transaction name to "transaction 2", pop up appears saying "The transaction has been successfully saved.
Forum topic
OneSpan Sign
Hi,
I am unable to create a package with the JAVA sdk for the attached document. I am getting an eslServerException with a technical message ' error.eslx.inputValidation.documentPreverifyError'.
Forum topic
OneSpan Sign
I'm using .Net SDK.
I create token:
string sessionTokenString = eslClient.AuthenticationTokenService.CreateSenderAuthenticationToken(id);
and then
Forum topic
OneSpan Sign
Generated URL with below code is not working.
String userAuthToken = eslClient.getAuthenticationTokensService().createSenderAuthenticationToken(packageId.toString());
String URL = String.format("https://sandbox.esignlive.com/auth?senderAuthenticationToken=%s&target=https://sandbox.esig
Forum topic
OneSpan Sign
I am using the APEX SDK to create a package, add a document and signers and then send. I receive an email to sign the document and it works great.