630 results matched your search criteria
Forum topic
OneSpan Sign
Hello!
I have a questions about your eSignLive product. Can be integrated externally using REST API?
Forum topic
OneSpan Sign
Hello
Can i place signature box on last page of document without mentioning page number via REST API
Forum topic
OneSpan Sign
Using Apex SDK i am trying to create package with pdf file/document and send it to esignlive server
After this I am trying to do something
.....
request.setEndpoint('https://sandbox.esignlive.com/api/packages/' + pkgID + '/documents/signed_documents');
To sign the document.
Problem is that pdf
Forum topic
OneSpan Sign
Hi,
Can we give signature by typing from signature field? In our application, we are allowed just to give signature by typing but not allowed to give signature by mouse scratching or by click. If it is possible, how can I implement this in REST API?
Thank you.
Forum topic
OneSpan Sign
Hoping you can help. We have a scenario where a single signature may appear in several place. For example, in the case of a parent signing for a minor. The parent would have to sign as the owner, and sign for the minor. We only want the signer to sign once and not multiple times. Thank you.
Forum topic
OneSpan Sign
I have a client who is using REST API to create package.
Forum topic
OneSpan Sign
Is there any way we can differentiate while downloading the accepted document (Signature Style ACCEPTANCE ) from original document?
Forum topic
OneSpan Sign
Hello All,
I am completely new to eSign and to e-signature generally.
I am a C# .NET developer and wondered if any of you can share some knowledge. For test purposes (i.e.
Forum topic
OneSpan Sign
Hi OneSpan Team - As per our requirement , we need to have a Signature block at the end of the document to capture the Fullname and DateTime when the
document was signed.
Forum topic
OneSpan Sign
Hie,
I am adding fields to pdf using approval(in json format). It is working fine for every type of fields(TEXTFIELD, CHECKBOX) except I can only see a single SIGNATURE capturing field even if I've added two/three of them inside json. Am I missing something ?