60 results matched your search criteria
Forum topic
OneSpan Sign
Hi Team,
I have attached list of files which I have downloaded through APIs, but it seems that some of the files doesn't have any metadata files.
Now I have only the name of the documents, I don't have package id, and I need few information that is only available in metadata.
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
HI everyone during my integration I got stuck with this error> I wanted to create a package upload a file and add signatories.
Forum topic
OneSpan Sign
Our integration has the browser embedded within our app, and with it we have a fairly stripped-down look in the header area of the signing session. We would like to finish our signing with these 2 extra things I can't figure out:
1. suppress the Download links.
Forum topic
OneSpan Sign
Hi eSignLive Team,
I am working on an integration between eSign Live and Ebix Inc.
Forum topic
OneSpan Sign
1. I created a function app in azure portal for the callback to download docs.
2. And then I created some transactions through the Dashboard.
3.
Forum topic
OneSpan Sign
I'm new to OneSpan Sign ... just switched over from DocuSign. Trying to send a large pdf but I am unable to download it without the ERROR: Cannot process document. Please make sure your document does not contain any embedded files.
Forum topic
OneSpan Sign
The OssClient.DownloadZippedDocuments method is throwing the following error sporadically. The code below that contains this method works the majority of the time. I would appreciate any suggestions on why this error happens every once and a while.