1389 results matched your search criteria
Forum topic
OneSpan Sign
I have a document that is newly uploaded and created on the fly. What is the best way to place the signature fields within the PDF? Is this a separate REST API call?
Forum topic
Mobile Security Suite
Can somebody provide me the link to a working download page where I can get the Mobile Security Suite 4.36 please?
Forum topic
OneSpan Sign
I am trying to implement Esign Designer view using below link,
https://community.onespan.com/documentation/onespan-sign/guides/feature-guides/developer/designer
Forum topic
OneSpan Sign
Hi, I have a package with status draft, Now I want to update an approval using this route
PUT /packages/{packageId}/documents/{documentId} /approvals/{approvalId}
Here I am updating multiple field values.
Forum topic
OneSpan Sign
In Sandbox, when I call the API for signing status, it always returns SIGNING_PENDING.
Forum topic
OneSpan Sign
hello there,
I set up sandbox.esignlive.com with salesforce sandbox.
Using Apex sdk I am able to create package and sign it, but when other users from salesforce try to use apex sdk code they can create package in esignlive but they cant sign it.
Forum topic
OneSpan Sign
Can you confirm or correct my understanding of what each of these signing statuses we would receive actually mean please?
Forum topic
OneSpan Sign
I have a particular document/form that has a few different fields which are of a small size, namely: date, year and state.
Forum topic
OneSpan Sign
Hello
I am using the JAVA SDK to send signing co-ordinates and a base 64 document stream to eSignLive and get a signing link. The co-ordinates that I use consider top left corner as the reference origin (0,0) and calculate the signing coordinates based on that.
Forum topic
OneSpan Sign
Hi,
We are trying to use the REST API for creating packages, documents etc and currently we are using the API key in the request header to send the requests.
However, we are not sure if we need to use the Authentication Token while sending the requests or use the API key in the request header.
We