44 results matched your search criteria
Forum topic
OneSpan Sign
Guys,
It has come to my attention that the header for the iPad version is different the both the desktop and the mobile version. See the attached image in the zip file.
Forum topic
OneSpan Sign
OneSpan recently implemented "Signers can now: (1) upload one or more supporting documents to a transaction before the transaction is completed; (2) upload multiple documents in a single attachment.".
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
Forum topic
OneSpan Sign
Hello,
following the documentation here (http://docs.e-signlive.com/mc/content/c_esignlive_integrator_s_guide/sdk/l_esignlive_mobile_sdk/esignlive_mobile_sdk.htm?_ga=1.160581373.1707062570.1464967640) it provides a link to download the IOS mobile SDK.
Forum topic
OneSpan Sign
Hi
From sender UI, when user click the download button, it will download all the signed document as zip file, is it possible to include evidence summary for each package when clicking ‘ download’ button?
Forum topic
OneSpan Sign
Hi,
Please help me with the following:
I am using REST API, .NET and a sandbox account.
I want to download a document in PDF format. For this I can use the call:
GET /packages/{packageId}/documents/{documentId}/pdf
But this call requires documentId.
Forum topic
OneSpan Sign
Team,
I was exploring REST API for one of our need, where, we need to download all the documents for all packages that has been completed for a given day.
I see Reports option where you can git list of completed packages for a given day.
Forum topic
OneSpan Sign
Hi
I am trying to integrate ESignLive Android SDK into my app. I am already using Realm as my database. When I try to integrate the SDK.
Forum topic
Mobile Security Suite
After integrating SDK , I am getting the error while initializing orchestrator and error is below :-
java.lang.NoClassDefFoundError: Failed resolution of: Lcom/vasco/digipass/sdk/utils/utilities/UtilitiesSDK;
Forum topic
OneSpan Sign
Hello Duo,
We are designing a multi step form for document signing process. My question is just as in onespan, whenever the signing is completed by all the recipient, there is the option of reviewing the documents as well as downloading it.