264 results matched your search criteria
Forum topic
OneSpan Sign
Hi All,
I am getting the below error, while using the WithExtractionType method :
DocumentBuilder' does not contain a definition for 'WithExtractionType' and no extension method 'WithExtractionType' accepting a first argument of type 'DocumentBuilder' could be found (are you mis
Forum topic
OneSpan Sign
Hey team,
I noticed that you provide a signing status function to get signing status per signer:
com.silanis.esl.sdk.SigningStatus signerStatus1 = eslClient.getSigningStatus(packageId, new SignerId(signerId1), null);
But the concern here is, we don't want multiple calls to get signing status all re
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
We are integrating e-SignLive with an EPiServer site. The EPiServer version we are using depends on log4net version 1.2.10 but the Silanis.ESL.dll depends on 1.2.13. We tried using a binding redirect in the application's web config with no luck.
Forum topic
OneSpan Sign
Hi,
On the DOCUMENT_SIGNED callback is it possible to know who has signed the document directly or in some other way indirectly?
I need the email of the person who has signed the document for our application workflow.
What can I do with the sessionUser attribute.
Example Payload:
{"@class":"com.si
Forum topic
OneSpan Sign
Hi
I have a working sample with Document Extraction using the eSignlive signature Field in [] and I'm converting it to using Position Extraction , using regular Field Name in the PDF and using the same JSON payload.
Forum topic
OneSpan Sign
I have one question regarding Text tag, can we define a name for a text tag?
For e.g, in the below text tag, can we set a name as well? So that when we retrieve the value we know that the value corresponds to that particular field.
Forum topic
OneSpan Sign
https://community.onespan.com/documentation/onespan-sign/guides/feature-guides/developer/using-javascript-event-notifiers
Forum topic
OneSpan Sign
I'm using text tag extraction to place a required text field like this:
{{*esl:signer1:textfield}}
Forum topic
OneSpan Sign
Hi,
We are using the following API to retrieve the signer signing url
GET /packages/{packageId}/roles/{roleId}/signingUrl
We are controlling the signing process from within our host application by providing the signing url to the signer as an iframe within our application.