Topic Replies Freshness Views Users
Hot topic

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

We have used Java SDK .

Please provide me JAVA…

Hot topic
Hi, I am unable to create a package with the JAVA sdk for the attached document. I am getting an eslServerException with a technical message ' error.eslx.inputValidation.documentPreverifyError'. I saw a post on the same topic and based on…
Hot topic
Hello, While using Mobile Capture way of Signing approach, We get the signature placeholder right at the top of the document. It’s not in the place where we had placed it in the document. The Signature is however affixed correctly for…
Hot topic
Hi, This forum has been such a great help so far, that I figured I'd post here on the off-chance you can provide some guidance. We're working on displaying the Signing Ceremony iFrame within our application on mobile devices …
Hot topic

Hi,

     I have been looking through the Java SDK documentation on conditional fields (https://www.onespan.com/blog/onespan…

Normal topic
Hello Team, I face an issue, when in my application, I try to download the attached documents, which the customers have uploaded in One Span. Actually it is not happening always, but it is quite often. When the customer is uploading an…
Normal topic

Hello, i'm doing a review about this link: https://www.onespan.com/blog/onespan-sign-developer-upload-signature-your-signer, to understand how to save the handdrawn signature. But in this part i do not understantd: 

Normal topic
I am trying to place a consent field inside a document based on the following text Non−Registered Savings Account I am getting the following error , due to the – in the string. error.validation.verifyDocument.documentExtractError …
Normal topic

Hello, I need some help understanding how calculate the coordinates for the anchors in a pdf. I'm following this page 

Normal topic

I created a template using the Web UI, where i added a "Signer1" placeholder along with some textboxes and checkboxes. I created a package from this template using this guide:

https://community.onespan.com/documentation…

Normal topic
HI, Is it possible to get the api key of the sender who sent the package. Thank you, Sudhangi
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

Code:

.withValidation(FieldValidatorBuilder.regex("^\\d{2}/\\d{4}$").required().withErrorMessage("Please enter a valid retirement date (MM/YYYY)"))

When we are testing and when we do not enter a value,…

Normal topic

Hi,

Could you please let me know how to download a attachment via JAVA SDK call when the package is complete?

 

Thanks

Wendy

Normal topic

We are seeing rare instances where downloaded PDFs from OneSpan are corrupted. We are using Java SDK. Are there previous examples of this and fixes?

 

Thanks.

Normal topic

Hi!

I am using the SDK to create a ceremony with a custom signer id and I need to use the signer's email.

The SignerBuilder.withCustomId(String) method's javadoc says the following:

Sets the…

Normal topic
If I accidentally send a package to the wrong email address or the wrong signer, can I modify the package I already sent? Or do I have to delete it and start over?
Normal topic
Hi, I need to insert an image as the signature. Is there a way to do that using sdk? Thanks Jay
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 There, In our application, we generate a certificate for the end user when they complete the transaction and we want that certificate to be automatically signed for the user without any interaction from us. Is such kind of integration…
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
After creating a package, I get the session token for that package, and return the access signing URL which I pass to an iframe. The ceremony comes up but with this error at the top in a red box: “Unexpected error. We apologize for…
Normal topic
Is there a way to retrieve a list of packages in the Trash folder using Java SDK? I understand Trashed is a property not a package status. But I need to purge all packages that are trashed. Getting a completion report on the package…
Normal topic
Hello, Greetings for the day. Scenario: The person logs into web application, where the eSigning can be done in 2 ways. 1. Sign and 2. Request Signature 1. Sign: In this the person will sign as him/herself (So I don't want the email to…
Normal topic
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. I am passing in a valid…