1372 results matched your search criteria
Forum topic
OneSpan Sign
I get the error below when I try to run code, and the template shows my name (even though I'm not a signer) and no docs.
Forum topic
OneSpan Sign
Hello,
I hit the REST API to try and delete a document from our package, and this is the response we got.
{
"messageKey": "error.validation.cannotDeleteDocumentInActivePackage",
"message": "Document is in a active package and cannot be deleted.",
"code": 400,
"name": "Validation Error"
}
Forum topic
OneSpan Sign
Hi is it possible from custom UIto allow user to place signature on the page...to choose where it want it. What parameters I need to set in the code. I use .net SDK
Also would it be possible to size iFrame to the document or to remove all unnecessary space around document. How?
Forum topic
OneSpan Sign
Suppose we have sender named "123" and there are two signers "123" and "456". Is it possible to view document in an iframe when nobody has signed and when one signer has signed? Or will the document will always be opened in signing mode?
Forum topic
OneSpan Sign
We are integrating eSignLive in our application and we have a situation where Business would need a partially signed document.
In other words, let's assume that there are 3 signers on the document and the details have been passed to eSignLive through the package,
Once the first signer has signed, ca
Forum topic
OneSpan Sign
Hello,
Am receiving the below error on deleting a document. When does this error occur?
"Exception":"Silanis.ESL.SDK.EslServerException: Could not delete document from package. Exception: The remote server returned an error: (400) Bad Request.
Forum topic
OneSpan Sign
Hi there,
Below is my code to generate the package. I am receiving an email with pdf document for esignature,every thing looks good except I'm not seeing any place to click and sign not sure if I am missing any thing. Please advise.
Forum topic
OneSpan Sign
Hi There,
I am working on creating a package with a document that has an Id assigned to it:
.withDocument( newDocumentWithName( "Second Document" )
.fromFile( "src/main/Resources/document.pdf" )
.withId( documentId )
I was wondering if this Id needs to be globally unique amo