188 results matched your search criteria
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
Hello, I'm trying to figure out how to program a page on my IIS server to handle event notifications.
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 currently using the UI to create the package, inject the fields, then use the Java SDK API to download the documents. I found this below which retrieves a list of field values at the package level. But we are looking in a way to retrieve the fields by documents. Â&nbs
Forum topic
OneSpan Sign
Hi,
We have been using SMS Authentication for Signing Ceremony. First time when user clicks on link in email, a sms was sent. But after 2hr when user clicks on the same email link again no new code was generated and was able to use the code sent earlier.
If this normal behavior?
Forum topic
OneSpan Sign
Hello,
In Java, I would like to add a new field where the signer should fill in a date (in a date format DD/MM/YYYY).
Forum topic
OneSpan Sign
We are moving over to New Signer Experience. We are using Java SDK to add validation to fields like this:
.withValidation(FieldValidatorBuilder.regex("^\\d{2}/\\d{4}$").required().withErrorMessage("Please enter a valid retirement date (MM/YYYY)"))
Forum topic
OneSpan Sign
Hi Team,
I am trying to Integrate our product using java and REST APIs ,
Can some one point me to appropriate documentation which talks about the Request PayLoad for each of the URL.
Currently I am using Samples shared in Develper Blog ( say "CreateAndSendPackageREST") for package creation, wit
Forum topic
OneSpan Sign
Hi OneSpan Support Team
We're looking to enable 2-way SSL between our application and OneSpan using the Java SDK. Can you please provide some guidance on: