1372 results matched your search criteria
Forum topic
OneSpan Sign
I'm trying to pull down completed packages and read the fields. None of my documents have the fields array populated.
Forum topic
OneSpan Sign
Are special characters allowed in Document name while creating package?
Forum topic
OneSpan Sign
I am implementing eSignLive integration with one of my services. I need a detailed documentation of all 'Optional details message' for 400 Bad requests that can be thrown on createPackage SDK method. Is there such a documentation available?
Forum topic
OneSpan Sign
I'm using Field Injection for my documents, but can't figure out how to use a Signature field that is already created on my PDF form.
Forum topic
OneSpan Sign
Is there any way I can dynamically add signer and document while creating the package.
For example I want to use a for loop to add no of signers(withSigner) and documents(WithDocument), when creating the package
Forum topic
OneSpan Sign
Hi,
We need to know that the possible max size of package id and document id.
Thank you.
Forum topic
OneSpan Sign
Hi,
We need to know that is there any possibility of increasing further the document's size such as uploaded document, audit trails etc. near future for any release of one span server. Because, we are building an application where any increase of document's size will impact our application.
Forum topic
OneSpan Sign
Hi,
I'm looking for a way to add signatures to multiple documents in package in one API call instead of having to make separate calls for each individual document. We're looking to accomplish this so that we can reduce our total number of API calls to eSignLive and help our performance.
Forum topic
OneSpan Sign
Is it possible to send multiple documents via one API call and one transaction?
This is similar to the code in the example, can I just append each file to a new form for the MultipartFormDataContent?
ByteArrayContent content = new ByteArrayContent(fileByteArray);
c
Forum topic
OneSpan Sign
Is this possible?