60 results matched your search criteria
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
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
Hello,
We are running into an issue where our signed PDF files are not being displayed correctly in Chrome and sometimes Firefox as well. Everything is normal with the PDF documents until we sign and download them through eSignLive.
Forum topic
OneSpan Sign
Hi Team,
Greetings for the day.
Forum topic
OneSpan Sign
I'm working off the postman api integration tutorial.
I'm running into the following error with not finding my user. I've set up a new account and tried that api key as well from the admin.
Forum topic
OneSpan Sign
Hi,
thanks Haris for your input, my next step is to simulate the workflow and working on a POC using SOAPUI ( a freeware I use to test REST services ).
The workflow is straight forward:
1. Create a Package and Send the PDF . Read the Response PackageId
2.
Forum topic
OneSpan Sign
Hi,
I'm integrating with the e-sign live api and have had some trouble with certain pdfs causing the signing ceremony to give me a blank page. After the package is created and a url is created the window appears blank. (Even the default-consent document won't show up).
Forum topic
OneSpan Sign
Hello,
I am new to the OneSpan sandbox and REST APIs/.NET SDK
I have the following scenario and I'm using some CodeShare samples to piece this together:
Forum topic
OneSpan Sign
I have this code as was suggested by OneSpan for retrieving "GetUpdatedPackagesWithinDateRange" but I am getting an error on this line.
Page completed_packages = eslClient.PackageService.GetUpdatedPackagesWithinDateRange(DocumentPackageStatus.SENT, new PageRequest(index, 10),
Forum topic
OneSpan Sign
Hello, I recently updated the api version for Silanis.ESL.dll from 10.3 to 10.13, after doing so the code that I'm using to dynamically build the packages for getting signed no longer works.