132 results matched your search criteria
Forum topic
OneSpan Sign
This works (after unzipping the file)
byte[] bytes = eslClient.PackageService.DownloadZippedDocuments(packageId);
using (Stream file = File.OpenWrite(DocumentName+".zip" ))
{
file.Write(bytes, 0, bytes.Length);
}
This creates a corrupt document
byte[] bytes= eslClient.PackageService.Downloa
Forum topic
OneSpan Sign
Team,
I have been going through your eSignLive’s JavaScript Event Notifier feature (https://www.esignlive.com/blog/esignlive-event-notifier/) and this is pretty interesting feature.
Forum topic
OneSpan Sign
Hello,
I received an error message on trying to create a OneSpan package with the error code: "The number of Pre-Verify results does not match the number of documents that were sent for verification."
Forum topic
OneSpan Sign
I am migrating servers for Laserfiche and OneSpan. Laserfiche 11 is successfully migrated, LF Server, Web Client, Workflow, etc.
Forum topic
OneSpan Sign
I have a question on how to install a writeback to defined salesforce fields after completing esign package. I already build a convention, that is working properly and writing back values inside PDF to defined Salesforce fields.
Forum topic
OneSpan Sign
Hi,I want to get a package from one span by its ID using Postman. I need to call it from the postman so can you please provide me REST API details (URL, headers, and parameters) or refer me to a related link?
Forum topic
OneSpan Sign
Hi, I'm looking at the event notifiers. https://docs.esignlive.com/content/c_integrator_s_guide/event_notifier/event_notifier.htm
How are these normally used in the case of ESL:MESSAGE:SUCCESS:PACKAGE_OPT_OUT and ESL:MESSAGE:ERROR:PACKAGE_OPT_OUT.
Forum topic
OneSpan Sign
Hello,
I have a template I created from the eSign dashboard. I'm trying to change the document's id through the update document PUT request.
Forum topic
OneSpan Sign
I was successfully able to change my package status to DRAFT by using the code supplied in your guide.