57 results matched your search criteria
Forum topic
OneSpan Sign
Hello
I am not able to fetch the documents after signing a package.
Forum topic
OneSpan Sign
Can you append a DocumentPackage that has been created.
Dim eslClient As New EslClient(apiKey, apiUrl)
Dim fs As FileStream = File.OpenRead(strESignLiveFile)
Dim superDuperPackage As DocumentPackage = PackageBuilder.NewPackageNamed(strContractFileName).
Forum topic
OneSpan Sign
I am tryng to change my working code from uploading a single PDF containing a "stage" of forms to upload each form selected from the "stage" as a PDF.
Forum topic
OneSpan Cloud Authentication
After installing, "Send with OneSpan" is visible via Webclient on the "Custom Actions" & elispis tab.
When clicked, "Something went wrong" displays after 15 seconds.
Forum topic
OneSpan Sign
Hi
I'm trying to update the STATUS from "DRAFT" to "SENT" but getting an error. Here is my snippet...
Forum topic
OneSpan Sign
We are trying to add signers to the package that was already sent through the API and keep getting the following exception:
com.silanis.esl.sdk.internal.EslServerException: Could not add signer.
Forum topic
OneSpan Sign
Hi all,
I am just getting through a few cycles of testing in the sand box on my way to uploading and populating large form with multiple signers from an external web app. It seems the documentation is not all the clear how to map fields to existing to PDF form fields.
Forum topic
OneSpan Sign
I'm not having any luck with the code below to retrieve approvals. It's not outputting anything. Any ideas why?
Forum topic
OneSpan Sign
Using the code below I only get 1 package back, but I can tell I should be getting multiple packages with multiple senders based on the date range. Can someone please tell me what I'm doing wrong? I don't see it? Thx