6 results matched your search criteria
Forum topic
OneSpan Sign
I'd like the give the user the option to either sign in-person or remotely. We will be using the "email.activate" emails to send out the invitation emails for remote signers.
Forum topic
OneSpan Sign
Can I turn off the email to signers? I had expected a .withSettings(newDocumentPackageSettings()
.withInPerson()) might do that, but I got the email this way too.
Forum topic
OneSpan Sign
Can you append a DocumentPackage that has been created.
Dim eslClient As New EslClient(apiKey, apiUrl)
Dim fs As FileStream = File.OpenRead(strESignLiveFile)
Dim superDuperPackage As DocumentPackage = PackageBuilder.NewPackageNamed(strContractFileName).
Forum topic
OneSpan Sign
I want to experiment with In-Person signing in the Sandbox, is it enabled? I tried through the eSignLive UI and also through .NET, here is how I attempted to enable it in .NET, both in package creation (near top) and by Setting it again (near bottom).
Forum topic
OneSpan Sign
Hi,
I have a requirement where I have a template with placeholders for signers. I need to create a new package from this template and replace the signer Placeholders with actual signer info.