144 results matched your search criteria
Forum topic
OneSpan Sign
Hello,
We have a workflow where we wish to print a 'name' and the 'date' on the completed document after all signatories have signed. Is there a way to accomplish this preferably using the .NET SDK.
Thanks
Ranga
Forum topic
OneSpan Sign
Is bulk package creation and sending supported in .NET SDK API?
Right now i am looping through a collection of package to create and send Package one by one through 'CreateAndSendPackage' API method in EslClient.
Regards.
Forum topic
OneSpan Sign
Hello,
Is there any way to browse and upload an image file with handwritten signature in eSignLive account using any tool or API?
I checked there's one tool using 'JAVA' but I am looking for '.NET SDK'.
Thank you.
Forum topic
OneSpan Sign
The .Net SDK throws exception “Object reference not set to an instance of an object.†When we try to retrieve some data like (Layouts, Sender info, Auditlog) and there is no data.
It would be better if it just return null, instead of going to the exception path.
Thanks,
Forum topic
OneSpan Sign
Customer:
I am doing some testing with the SignDocuments method on the EslClient.
Forum topic
OneSpan Sign
Hi,
I want to retrieve a onespan users api key to use the template that user has and if any documents were added to the template then would like to retrieve those documents too.
I am using .net sdk for this scenario.
Sergio Paul
Forum topic
OneSpan Sign
Hi is it possible from custom UIto allow user to place signature on the page...to choose where it want it. What parameters I need to set in the code. I use .net SDK
Also would it be possible to size iFrame to the document or to remove all unnecessary space around document. How?
Forum topic
OneSpan Sign
Hey team,
We are using Text Anchor feature to extract fields. But there was one field that doesn't get the right position and show up at left-top corner of the page.
Our .NET SDK version is 11.0, during package creation, we didn't receive any error.
Please advise,
Oliver
Forum topic
OneSpan Sign
Hi, I created a console application (using .NET SDK) to retrieve field values and save them to a SharePoint list, but I would like to set it up to run whenever a package is completed. Would I use an Event Listener for this purpose?
Forum topic
OneSpan Sign
Hi,Assuming the one span sign UI is already configured with the Azure AD authentication to login, Is there a way to use same configurations to Authenticate the one span API or get the Auth token for API access. Instead of using the API keys or Client App?