144 results matched your search criteria
Forum topic
OneSpan Sign
I am working on a project where we will submit documents to ESign Live from our electronic document storage system. Whenever the primary application stores the documents electronically, it automatically protects the PDF document from modification with a password.
Forum topic
OneSpan Sign
When I use the .NET SDK version 11.5, I'm have a problems getting the signerId of package signers.
What I want to do is this:
call the eslClient.GetPackage(packageId) method to get information about an existing package
get an authorization token, by SignerId, for a signer from
Forum topic
OneSpan Sign
Hello,
I am new to the OneSpan sandbox and REST APIs/.NET SDK
I have the following scenario and I'm using some CodeShare samples to piece this together:
Forum topic
OneSpan Sign
Hi,
I've notice that I can make a document "Accept Only" in the eSignLive sandbox dashboard transaction creation page. I can simply click Accept Only and select the recipients I wish to accept the document and thats it. No need for signature, only acceptation.
Forum topic
OneSpan Sign
Reposting from the .Net SDK channel
Issue:
It seems the issue is because eSignLive is anticipating that the ‘Id’ of the group is the GUID that identifies
Forum topic
OneSpan Sign
I am able to insert the Signature and Initials programmatically using .NET SDK .
Do you have any example where it shows how to insert “Signing Date†filed using .NET SDK.
Thanks,
Sumit
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 have a controller method
public List GetPackageTransactions(string packageId) // packageId = "660bd4f9-d090-4233-9fec-d176404e1871"
{
PackageId pid = new Silanis.ESL.SDK.PackageId(packageId);
List list = eslClient.AuditService.GetAudit(pid);
Forum topic
OneSpan Sign
I see there is a RESTful API to update an existing document in a package. Is there a function call in .Net SDK to achieve the same thing?
Forum topic
OneSpan Sign
Hi.
I have just started working with the API and the .NET SDK, because I wasn't able to add another signer from the sandbox WEB UI to a recently created transaction.
This just occurs when one or more of the recipients have already signed the document.