385 results matched your search criteria
Forum topic
OneSpan Sign
Does eSignLive have a mechanism to auto archive completed packages after a set number of days?
It would simplify our process as we would not have to build the infrastructure in our system to manage the package life cycle if this feature already exists.
Forum topic
OneSpan Sign
Hello,
Once all user sign the document, everyone get mail of signing completed & download the document link via email.
So my question is, I want to disable download email notifications to any singer. So how to do that in REST API??
Please guide me.
Forum topic
OneSpan Sign
Hi,
Is there a way to send an email to the signer when a package is ready to download which means that this package has been signed and status is COMPLETE without enable email.complete.
Thanks
Wendy
Forum topic
OneSpan Sign
How can I redirect to my own Web site after the document has been signed.
Currently, after the completion of signing the document, we are redirected to the Thank you page.
When Exit e-SignLive button is pressed, I would like to redirect to my own website.
Is it possible to accomplish this using one
Forum topic
OneSpan Sign
A success message is displayed in the iframe once the document is signed.
Forum topic
OneSpan Sign
I want my package to be sent to a party not a signer, and not to any of the signers. How do I provide for this with .Net?
Forum topic
OneSpan Sign
Hi,
Could you please let me know how to download a attachment via JAVA SDK call when the package is complete?
Thanks
Wendy
Forum topic
OneSpan Sign
Let’s say we have an agreement that will be sent out to 5 individuals. If 2 of them sign then the agreement would be considered complete and the remainder would not need to sign. Is that type of flow supported?
Forum topic
OneSpan Sign
In my current setup, I have a main custom object with two buttons: "Generate Contract" and "Send For Sign Off". The first button uses Conga Composer to generate the contract document and saves it to the main custom object.
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