79 results matched your search criteria
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
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
Question on Remote Sign, where the signer receives an email. If the signing order is set, is OneSpan supposed to automatically email the next-in-order?
Forum topic
OneSpan Sign
Hi,
I have a requirement to upload multiple documents, this has already been acomplish. However is there any way to just sign once, and this automatically signs the rest of the documents?
Forum topic
OneSpan Sign
Specifically the check-box that ensures automatic email delivery of final signed docs.
This is over-written each time to a default un-checked setting, which adds an extra step to the package creation process for user-driven signing.
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 successfully uploaded a test Document in my SandBox to replace the standard acceptance that goes with the Document for Signature. What I end up with is 2 "Electronic Disclosures and Signatures Consent" Documents.
Forum topic
OneSpan Sign
Does a package automatically complete and close when the last signer signs? Is it possible to keep the package open - so we add another document for example - until we call an explicit operation to close/complete the package (even if everyone has completed signing)?
Forum topic
OneSpan Sign
I am using a text area field in my document - however i cannot get it to automatically word wrap..
Forum topic
OneSpan Sign
I am creating a transaction with REST API . and i offer the ability to the user to use the designer in order to add signors and signatures. However, when the user tries to add recipient, the signing order attribute is set to ON automatically. Can that be disabled all the time ??