234 results matched your search criteria
Forum topic
OneSpan Sign
I know how to retrieve the evidence pdf with the below code:
byte[] evidenceContent = eslClient.downloadEvidenceSummary(packageId);
Files.saveTo(evidenceContent, "evidence.pdf");
Forum topic
OneSpan Sign
Use the .NET sample code https://developer.esignlive.com/guides/feature-guides/document-extraction/
to generate eSign. The field name is [Client1.Capture1] with field type is 'Signature' in PDF file.
But get error message
Silanis.ESL.SDK.EslServerException: Could not send the package.
Forum topic
OneSpan Sign
I see in your .net SDK documentation that you can setup the push notifications by running this code:
eslClient.EventNotificationService.Register(EventNotificationConfigBuilder.NewEventNotificationConfig(URL)
.WithKey(APIKEY)
.ForEvent(EVENT1)
.ForEvent
Forum topic
OneSpan Sign
Hello team
I am getting following error while trying to utilize create package one step functionality exposed.
"Could not create a new package one step. Exception: The remote server returned an error: (500) Internal Server Error. HTTP POST on URI https://sandbox.esignlive.com/api/packages.
Forum topic
OneSpan Sign
I am new to eSignLive still in the Sandbox, thought I would explore the QR Code. It doesn't seem to work. I created a package using the WEB UI, and for one signature I placed the signature and also added a QR Code.
Forum topic
OneSpan Sign
Hello ,
I am creating few approval fields , where I am passing data in following format :
{
"page":0,
"subtype":"TEXTFIELD",
"width":161,
"binding":None,
"extract":False,
Forum topic
OneSpan Sign
1. I created a function app in azure portal for the callback to download docs.
2. And then I created some transactions through the Dashboard.
3.
Forum topic
OneSpan Sign
Hi,
I been trying to get status' for my packages, but i am hitting a wall.
I am running the following using the owner API Key and attempting to retrieve packages that are owned by a separate sender:
/api/packages/:packageId
Forum topic
OneSpan Sign
Hi there,
I'm using the .NET integration guide found here to create a package:
https://docs.esignlive.com/content/c_integrator_s_guide/sdk/a_introduction/getting_started_with_sdks.htm#Creating_Your_First_Document_Package
When running this portion of the sample code I get the error below:
PackageI
Forum topic
OneSpan Sign
hi,
we have developped a platform that make it easy to integrate digital signature solution with differents internal application in a company.
a customer is interested and thus we need to deploy our platform in their Azure web application.
my idea was that is to request a sandbox + prod environment