40 results matched your search criteria
Forum topic
OneSpan Sign
Hi,
I want to customized the thank you dialog as picture (uploaded), once I applied it as body below, it doesn't show up as bold, Italic, and create new paragrah, could you please take a look what's wrong with it. how to customize it as the requirement?
Forum topic
OneSpan Sign
Regarding document extraction, I read the following information from your website, and doesn't mention not support for text area, So what's the tag should put in the PDF file? I tried [Primary01.Capture5.TextArea1], but seems not working, please advise.
Forum topic
OneSpan Sign
My company has been working with yours to white label the product and resell it.
Forum topic
OneSpan Sign
Hi Team,
We are able to successfully upload a single document while creating a package .
Forum topic
OneSpan Sign
` var apiKey = "nulldev88";
$http({
url: "https://sandbox.esignlive.com/api/packages",
method: "GET",
headers: {'Content-Type':'application/json',"Authorization" : apiKey }
}).success(function (data, status, headers, config) {
console.log(data);
}).error(function (data, status, headers, config) {
c