576 results matched your search criteria
Forum topic
OneSpan Sign
Guys,
When creating a package we have to upload the file via ByteArrayContent. Is there any way to download a document's byte array after it has been uploaded?
Forum topic
OneSpan Sign
I attempting to create a document that has one signer by email, and 2 signing groups (lets name them Group1 and Group2)
The document has EXTRACTION enabled.
Forum topic
OneSpan Sign
Hi,
I'm having some issues when trying to clone/copy an existing layout in order to modify the signatures without affecting the original layout.
Forum topic
OneSpan Sign
I need to disable the option to not send the mail to sign when I create the package from the java sdk, help please.
My version of sdk is 11.33
Forum topic
OneSpan Sign
Hi Team,
I have Created a package using "REST API" which has two signers , And when any one of the signer is "Decline" the document the other signer status is also getting "Decline"
Basically i should get the one signer Decline And another "SIGNING_PENDING"
API URL : https://sandbox.e-signliv
Forum topic
OneSpan Sign
Hello,
We're looking for a way for a signer to be able to Decline or Opt-Out from signing, but will still let us complete the package and persist the evidence summary.
Forum topic
OneSpan Sign
Hi,
Does eSignLive have any feature to support delegation of signer during vacation period i.e. When I create a package I specify Signer 1 and also a delegated Signer 2 for a specified time period
Forum topic
OneSpan Sign
I am seeing a possible bug where I am creating a package with 1 document, 1 signer, and 1 signature.
When creating the package, I give the signature a unique name using the .WithName(string signatureName) method.
Then, when I use the eSignLive client to retrieve the documentPackage, the
Forum topic
OneSpan Sign
PackageId packageId = client.createPackage(superDuperPackage3);
This works on Windows but when I run it on a MAC I get an EslException with a getLocalizedMessage() of "Could not create a new package"
I am running it on macOS High Sierra (version 10.13.1)