61 results matched your search criteria
Forum topic
OneSpan Sign
Can we remove "sandbox" watermark when we download individual files from sandbox environment
Background: Im trying to download the pdf files uploaded to sandbox environment and that file will used internally for processing
Forum topic
OneSpan Sign
Good morning,
Forum topic
OneSpan Sign
Guys,
When creating a package we have to upload the file via ByteArrayContent. Is there any way to download a document's byte array after it has been uploaded?
Forum topic
OneSpan Sign
If the 'Signing completed' or email.complete is scraped for the Download link - it doesn't directly download the package. Instead, it opens the OneSpan link which has a Download button when clicked downloads the package.
Forum topic
OneSpan Sign
Hi,
We are using JAVA SDK v11.47 , we are downloading the PDF using the below code that is there on your developer portal.
Observations:
1. The files that we download using the below code gives us password prompt when we open it
Forum topic
OneSpan Sign
Hello Team,
I face an issue, when in my application, I try to download the attached documents, which the customers have uploaded in One Span.
Actually it is not happening always, but it is quite often.
When the customer is uploading an attachment, after the signing of the contract, this attachment i
Forum topic
OneSpan Sign
C# code that can be used to generate usage reports (code mostly by Duo) and also a downloader tab to download inflight and/or complete transactions and their associated files. Useful to download and use as is or reuse the code in your OneSpan utility.
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