320 results matched your search criteria
Forum topic
OneSpan Sign
Hi There,
In our application, we are using one particular email for communications and we want the emails that go from eSignLive to the customer using the same email.
Forum topic
OneSpan Sign
Hello,
Since yesterday, when we try to create a new package in Sandbox US1 using Java, we get this errors:
Forum topic
OneSpan Sign
We build a web application using the Silanis.ESL.SDK to create and manage document to sign. Which is using the PackageID and DocumentID to interact with Esign in order to get the Signing status and download the signed document.
Forum topic
OneSpan Sign
Hi All,
Hope someone can shed some light on what i am doing wrong.
In salesforce apex code I am creating package
DateTime dT = System.now();
dT.addDays(7);
ESignLiveExamples.createPackageWithDocumentsExample(
'Demo12', true, 'Demo12 description', dT, 'Hello World, Demo12 is READY'
);
Works gre
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 am using this for employment application. There are several pages on it that I need to have their name printed on it. Is there a way to duplicate data entered in first textbox into another textbox further down? (i.e. First Name, Last Name.)
Forum topic
OneSpan Sign
Hey there,
i was following this guide (https://www.esignlive.com/blog/esignlive-how-to-creating-a-simple-php-web-application/) and I´m always getting Unauthorized Access as a respond.
Forum topic
OneSpan Sign
Hi,
We have implemented esign in our application. For user friendly app, we want to remove popup menu that comes after signatures are taken from users.
Forum topic
OneSpan Sign
Hi,
After signatures, my pdf size is increased a lot. For example, before taking signatures, my pdf size is 541 kb. But after signatures, the pdf file size in 1.94 Mb. What are the reasons behind this and how can we reduce the size?