121 results matched your search criteria
Forum topic
OneSpan Sign
Hi,
How to send multiple document using API when creating the package?
Thanks in Adv.
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
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
Trying to follow the example here: https://www.onespan.com/blog/onespan-sign-developer-multiple-signers-sharing-same-email
But I am getting the exception below when I add a second signer with:
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
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
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
Hello!
Is it possible to insert one text field into PDF document the way multiple signers could edit it?
Thanks.
Forum topic
OneSpan Sign
Hello,I am currently involved in a project that consolidates multiple documents into a single, large PDF file.Each original document within this PDF includes the text "CL-SIG," which indicates where a signature box should be placed.
Forum topic
OneSpan Sign
Hi,
How can i use SDK to set multiple signature block on the same document for a single signer and the values to be passed dynamically.
I have a list of coordinates which specify the position and size of my signature block for a single signer on a single document.