Topic Replies Freshness Views Users
Normal topic
Hi Team, Need your quick help. I am sending the package to eSL along with injecting fields, but fields are not populated. Below is the code snippet I used: InputStream is = new ByteArrayInputStream(docAsBytes); DocumentBuilder db=…
Normal topic

Hello,

 

I am trying to inject data into a field on a PDF that is uploaded to onespan. I have the field in the following format

 

[Signer1.Capture1.Textfield1]

 

Normal topic
When accessing a session URL, I can see that eSignLive returns a few 302s and the browser does some redirects. For whatever reason, Chrome cancels one of these redirects when it's in an iFrame (https://sandbox.e-signlive.com/packages/…
Normal topic
Our java application runs on WebSphere 8.5.5 and IBM Java 1.8 When attempting to connect to OneSpan the TLS Cipher negotiation is resulting in dropping down to TLS 1 which OneSpan then rejects. So in the java sdk com.silanis.esl.sdk…
Normal topic

We create a package from our Salesforce API and redirect the user to signing url in case of in person signing.

Now, we want the tab to auto close once they click on done button as shown in attached screen. By Closing the tab,…

Normal topic
Hello Team, I have the following scenario: I am trying to create a Package with a PDF document, which is provided as binary stream. I also want to add a Signer(s) Signature(s) and to locate these through corresponding text-anchors. In…
Normal topic

Hi

I am trying to use notifySigner via Java SDK, how can I use the below method, what is groupId?  how can I create/get groupId via SDK java.

 

eslClient.getPackageService().notifySigner(…

Normal topic

Hi,

 

I am not clean how to use attachment, could you please share an sample code? Also once there is attachment in a package, the sender have to accept this attachment, otherwise  the signing ceremony will…

Normal topic
Hi , I have to update existing signer of a package. Signer is already created now I have to add required documents for signer. how to update Signer. Required document is dynamic so if request for required documnet is two/three or…
Normal topic
Hi Team, I'm aware that there is "autocomplete":false in REST API which is used to enable the "Review Before Completion", I was wondering is there an equivalent way in Java SDK? Thanks in advance. withDialogOnComplete - gives an…
Normal topic
Hello! How to set days when translation will expired. Thanks
Normal topic
Below is not working localeLang = new Locale("el"); // Greek localeLang = new Locale("zh-TW"); // China Traditional localeLang = new Locale("zh-CN"); // CHina Simplified I have to add these languages in package. Greek one is also…
Normal topic
Hi, I have to send number of files in one package but number of files and there location path are passed as input argument. User may send one file or more than one files. I am not able to find the way how I dynamically include files…
Normal topic
Hi, I want to create empty packages with DRAFT status and one custom attribute (i.e internalID).
DocumentPackage documentPackage = newPackageNamed("TEST_PACKAGE")
                       .withAttributes(newDocumentPackageAttributes(…
Normal topic

Hi,

I would like to understand how do we retrieve signingUrl when we pass signerId as an email address. I am using below snippet 

eslClient.getPackageService().getSigningUrl(transactionId, userIdentifier);

Normal topic
Hi, We have tried to remove the default consent form using the following snippet
eslClient.getPackageService().deleteDocument(packageId, "default-consent");
However, when we have done that the electronic disclosure form still…
Normal topic
Hi , How to put my company logo in Email notification and contents of email. is there any admin setting? Thanks
Normal topic
Hi , We are sending a bunch of files to signer but only one or two doc is to be signed and rest documents are for information purposes. how to know id of documents those are signed. We have to keep only those files in our system those…
Normal topic

A client (Progeny Systems) wants to use PCC (Personal Certificate Client) with iFrame, and can't seem to find how to define the signing method.

From the UI, under recipient settings -> Advanced tab, the signing method can…

Hot topic

New Signer experience with local language support . Creation of templates in local language.

We have used Java SDK .

Please provide me JAVA…

Normal topic
I have a particular document/form that has a few different fields which are of a small size, namely: date, year and state. I've created the text fields via the Java SDK as well as using the Designer and have noticed that when signing…
Normal topic
we are receiving below notofication. {"@class":"com.silanis.esl.packages.event.ESLProcessEvent","name":"SIGNER_COMPLETE","sessionUser":"WvkDSx1Y7TwJ","packageId":"ZDpPk7usBE9clU9SHp_PllOB6As=","message":null,"documentId":null,…
Normal topic
Hi , Signer update another signer as change signer. Now Signer A updated SIGNER B as a SIGNER. Now I need to download all required documents uploaded by changed signer(B). If I am doing all Signer of package it is still showing…
Normal topic
How to get all documents id of a package. I have package id and want document Id of all documents those are part of this package.
Normal topic
Hi, How to download summery document using JDK Thanks