79 results matched your search criteria
Forum topic
OneSpan Sign
Hi,
Is it possible to automatically redirect to a url after signing is complete, or does it need to be carried out via the handOver link?
Thanks,
Marlon
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
Hello,
We have tried several angles at achieving this using both the REST API and the .NET SDK but have so far not had any luck.
Forum topic
OneSpan Sign
Hi,
I would like to know if in a transaction with several signers, there is a way to configure that if one of the signers declines the signature, this can be automatically notified to the signers who have already signed (in addition to the sender).
Forum topic
OneSpan Sign
Currently when the signer signs one CAPTURE field, then the other CAPTURE fields for the Signer are populated with the signature automatically when they are clicked on.
Can this be prevented. We need the signer to physically sign all the fields.
Forum topic
OneSpan Sign
I read that now OneSpan can automatically identify the form fields if a pdf file with forms is uploaded.
Is there a standard syntax we can use to name the form fields so that they are automatically recognized?
Forum topic
OneSpan Sign
When I am running my code there is point where I am assigning the X and Y position to the signers, using documentBuilder.WithSignature, but next to the signatures there is a date field that has to be updated automatically, and I am trying to use documentBuilder.WithDateSigned b
Forum topic
OneSpan Sign
Is there anyway to suppress the automatic email to signers on package creation? We would like to give our application user the option to sign now (we will retrieve signing URLs), or sign by email (appears to be sent automatically at package creation).