1280 results matched your search criteria
Forum topic
OneSpan Sign
Hi, I would like to know if there is a way to set an external reviewer (different from the user that creates the transaction) who would check if it is correct a mandatory attachment for a signer. This reviewer would also need to receive the documents after all the signatures are completed.
Forum topic
OneSpan Sign
Hi,
I want to know if it is possible to Remove or Modify the screen that comes after completing the document signing part. Please refer to the attached screenshot for reference of the screen
Forum topic
OneSpan Sign
Hello,
I have Onespan setup in a Laserfiche cloud environment and having an issue passing the expiry date. What is the proper format for this date field?
Thank you,
Forum topic
OneSpan Sign
Hi folks,
I am curious in case I create a transaction that comprises multiple documents and to be forwarded to multiple signers(recipients) what option do I have for the following case"
Forum topic
OneSpan Sign
Is is possible to add a new signer to a document which is already signed?
I tried with below code
PackageId packageId = new PackageId("orB4GBrQKn33YIF6XJFgDMGdkb4=");
ossClient.ChangePackageStatusToDraft(packageId);
Forum topic
OneSpan Sign
This works (after unzipping the file)
byte[] bytes = eslClient.PackageService.DownloadZippedDocuments(packageId);
using (Stream file = File.OpenWrite(DocumentName+".zip" ))
{
file.Write(bytes, 0, bytes.Length);
}
This creates a corrupt document
byte[] bytes= eslClient.PackageService.Downloa
Forum topic
OneSpan Sign
Hi Experts,
We have a use case where in client doesn't want to use the UI for signing.
Once an approval step is completed in the BPM, it needs to complete signing without the user having to go to eSignLive.
We need :
1. Sample code for programmatically completing signing.
2.
Forum topic
OneSpan Sign
Hello Folks
We have a question regarding the image of the signature when signing. Is the image saved in eSignLive for re-use on the next signing?
If yes, how do we enable and use this feature?
Forum topic
OneSpan Sign
Hi,
We've discovered some behaviour that seems strange/inconsistent to our team. It may just be a case of not understanding the APIs properly, but either way hopefully you can help us out.
Our application supports both remote and in-person signing.