142 results matched your search criteria
Forum topic
OneSpan Sign
According to this page, field injection is for text field only. Is that still the case for Java SDK 11.0 which I'm using? We have forms that contain texts/radio buttons/drop-downs, etc.
http://docs.esignlive.com/content/c_integrator_s_guide/sdk/c_managing_documents/field_injection.htm
Forum topic
OneSpan Sign
We are seeing this error:
Caused by: java.lang.NoSuchMethodError: com.silanis.esl.sdk.builder.CeremonyLayoutSettingsBuilder.withoutIFrame()Lcom/silanis/esl/sdk/builder/CeremonyLayoutSettingsBuilder;
Forum topic
OneSpan Sign
Hello,
I am looking through the Java SDK for a way to programmatically lock a signer, I've attempted to use the PackageService.updateSigner() method but found that it won't update the locked flag on the sender object.
Forum topic
OneSpan Sign
I am trying to create a package using the REST API through my company proxy, using a system called TIBCO.
My understanding is that we need two types of security:
1. Basic authentication (using the API Key, that we have been given from Silanis).
2. SSL, using Silanis Certificate that downloaded from
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.
Forum topic
OneSpan Sign
Hi,
I am wanting to add some extra fields to the evidence summary PDF that can be viewed after a signing session is complete.
Forum topic
OneSpan Sign
Hi,
We are noticing a surprising behavior when using the REST API to create a package, compared to a package created using the UI.
When we use your quick start "Create and send a package" (https://developer.esignlive.com/guides/quick-start/creating-and-sending-a-package-java/), we should have only
Forum topic
OneSpan Sign
Hello
I am not able to fetch the documents after signing a package.
Forum topic
OneSpan Sign
Hi,
I am trying to retrieve a signer authentication token to build a signing URL using the createSignerAuthenticationToken method on the AuthenticationTokensService on the EslClient within the Java SDK.
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.