92 results matched your search criteria
Forum topic
I have a question, when I did this tutorial check package status and download files , an
Forum topic
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
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
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
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
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
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
Hi OSS Community Team,
Forum topic
Is it possible to obtain/download/print a copy of the document that includes all the fields and labels created in OneSpan Sign, positioned as they appear to the customer during the signing process?