563 results matched your search criteria
Forum topic
OneSpan Sign
Is there a way to turn off signing order when creating the package in the .NET SDK?
Forum topic
OneSpan Sign
Is there a setting in the .NET sdk, to remove the "Now Signing as" dropdown.
thx.
Par.
Forum topic
OneSpan Sign
How to create In-Person signing session using REST API (not using Silanis.ESL.SDK)
Forum topic
OneSpan Sign
Hi,
In a package with multiple documents, created using .net SDK,
Is it possible to set a document's visibility during signing ceremony only to the signers on each document, through SDK?
Forum topic
OneSpan Sign
Can you please provide us the code on how to create a transaction from a template using the iOS SDK
Forum topic
OneSpan Sign
Hello Team,
How to replace Silanis email with custom email to notify consumers from .net SDK.
Thanks,
Navya.
Forum topic
OneSpan Sign
When I use the .NET SDK version 11.5, I'm have a problems getting the signerId of package signers.
What I want to do is this:
call the eslClient.GetPackage(packageId) method to get information about an existing package
get an authorization token, by SignerId, for a signer from
Forum topic
OneSpan Sign
Hi,
I need to insert an image as the signature. Is there a way to do that using sdk?
Thanks
Jay
Forum topic
OneSpan Sign
Hello,
What is the correct way to make the modal appear as fullScreen when opening the SDK with iOS 13 ? Is it a current fix that has not been resolved yet ?
Forum topic
OneSpan Sign
Hi,
I've been trying to send multiple packages asynchonously. After some testing, I discovered that it cannot truly run in parallel because EslClient.CreatePackage(DocumentPackage) acts as a bottleneck for my application.