99 results matched your search criteria
Forum topic
OneSpan Sign
I have installed and configured the OneSpan Laserfiche workflow, and it worked for the first two transactions. After that, it failed to download the signed document back into the repository. Below is the error message from the event viewer log.
Forum topic
OneSpan Sign
I have a question, when I did this tutorial check package status and download files , an
Forum topic
OneSpan Sign
We have a user that would like to download all signed documents for the past week under his account. Would anyone have a sample code on how to do that?
Thanks,
Forum topic
OneSpan Sign
Guys,
We've noticed that when we have a notarized package, the users are not able to download the documents until after they sign and confirm the document. When there is not a notary associated to a package, the user can download the documents at any point during the transaction. Is this intended?
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,
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
Hi,
when the last signer completes signing, there is the link for "download this document"(see attachment), is it possible to disable the link?
Thanks,
Cindy
Forum topic
OneSpan Sign
Hi,
I'd like to know how to download the flatten version of signed document via REST API? does it also configured in the account level?
Currently, we are using something like the below, it's giving me unflatten one.
Forum topic
OneSpan Sign
Hi OSS Community Team,