321 results matched your search criteria
Forum topic
OneSpan Sign
Hi team,
There's no working example for list field in this guide:
https://developer.esignlive.com/guides/feature-guides/fields/
Can we add some supplementary information regarding this to this guide?
Thanks!
Forum topic
OneSpan Sign
I am following the example in your blog to Authenticate a Signer: https://www.esignlive.com/blog/esignlive-how-to-authenticating-signers/
Here is what I have produced:
var apiKey = CeremonyClient.GetKey();
var urlBase = CeremonyClient.GetUrl(); // "https://sandbox.e-signliv
Forum topic
OneSpan Sign
Hello,
I have searched to find answers to this but can't seem to find them.
Forum topic
OneSpan Sign
Can anyone confirm or deny if Adobe AcroForms are currently supported?
I get the following error when attempting to eslClient.UploadDocument(doc, pkg) :
Could not upload document to package. Exception: The remote server returned an error: (500) Internal Server Error.
Forum topic
OneSpan Sign
Hi
Is there a post on how to delete a document from a package
I can see a post on how to add a document to an existing package.
https://developer.esignlive.com/guides/feature-guides/document-management/
Thanks
Mario
Forum topic
OneSpan Sign
When I add a word document to an esign package it seems to be converted to a PDF as it's uploaded and all of the documents I can download from that point are all in a PDF format. Is it possible to maintain the Word format in the download packages?
Forum topic
OneSpan Sign
The attachments are deleted every time I run the collection (the multipart-form data was chosen). If there is the way to add the attachment one time when creating collection and use it every time ? Maybe there is the possibility to do this via newman?
Forum topic
OneSpan Sign
Summary document contains package id, signer name and email id. Please let me know if there is option to add other application specific fields in Summary document like Company name, Order id..etc.?
Forum topic
OneSpan Sign
Specifically the check-box that ensures automatic email delivery of final signed docs.
This is over-written each time to a default un-checked setting, which adds an extra step to the package creation process for user-driven signing.
Forum topic
OneSpan Sign
I am looking for a C# code that will allow me to to add a signer in an specific page but the signing has to be optional. So when they sign the document it will be complete even though they forgot to sign in one page because it was not require it was optional.