39 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
Hi Team,
We are able to successfully upload a single document while creating a package .
Forum topic
OneSpan Sign
My company has been working with yours to white label the product and resell it.
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
When I create a package from a PDF document and combine the EnableExtraction() calls to extract form field positions, and I add an .WithInjectedField() clause, I do not get any data injected in the static fields.
I now have to do it in 2 steps:
1) Create a layout from the PDF with EnableExtraction
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
Forum topic
OneSpan Sign
Hello Team,
I have a problem with the order of the Consent Document and the Contract.
I am using API to created the package and send the documents.
In the beginning I was sending only a Contract. Last days I did some code changes to add the Consent Document.