120 results matched your search criteria
Forum topic
OneSpan Sign
Hi Team,
We are able to successfully upload a single document while creating a package .
Forum topic
OneSpan Sign
Hi,
I want to show 2 documents of my package together at a time during signing ceremony. Typically, I see that as soon as one document's signing ceremony completes, another document arrives.
Forum topic
OneSpan Sign
Hi,
How to send multiple document using API when creating the package?
Thanks in Adv.
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,
I have to ask Required Document from signer but Number of Required documnet is dynamic.
It depends upon agent to ask any number of document to signer.
I have created signer using SDK and want to add required doc dynamically based on number of documentes requested to Java code.
Thanks
Forum topic
OneSpan Sign
Hello,
I have successfully built a Laserfiche Workflow that sends out a document for signature from one signer and retrieves the signed copy as a new version.
Forum topic
OneSpan Sign
OneSpan recently implemented "Signers can now: (1) upload one or more supporting documents to a transaction before the transaction is completed; (2) upload multiple documents in a single attachment.".
Forum topic
OneSpan Sign
I'm currently using Java SDK to create a package:
<dependency>
<groupId>com.silanis.esl</groupId>
<artifactId>sdk</artifactId>
<version>11.38</version>
</dependency>
Forum topic
OneSpan Sign
Hello!
Is it possible to insert one text field into PDF document the way multiple signers could edit it?
Thanks.
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 ?