1389 results matched your search criteria
Forum topic
OneSpan Sign
Hello,
I'm using c# / .NET to code. I am having trouble writing signatures on pages other than page(0) of uploaded documents. In my DocumentPackage, I use the "FromStream" method and stream a multi-page (3) pages document.
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
Hello,
still in exploratory stages at the moment.
Forum topic
OneSpan Sign
Hello,
How can we "select" via API the proper translation of Electronic Disclosures and Signatures Consent document?
Best regards
Forum topic
OneSpan Sign
Curious if there is a good flag to remove the "Go To Documents" button from the document email post signing. Screenshot attached.
Forum topic
OneSpan Sign
Hello,
Our company operates in two separate states and will need to switch out our disclosure agreement depending on which state the application is in. What is the best way to go about this?
Forum topic
OneSpan Sign
I'm trying to pull down completed packages and read the fields. None of my documents have the fields array populated.
Forum topic
OneSpan Sign
Hello,
I am running into an issue when attempting to remove a partially signed document from within a transaction.
Forum topic
OneSpan Sign
Team,
We are unable to remove partially signed/signed document from the package. Could you help us on this?
Thanks,
Sushma
Forum topic
OneSpan Sign
I'm trying to upload the attached PDF as part of a template. When I do so, I get this error: Cannot process document. Please make sure your document does not contain any embedded files.
Is there a way around this? Perhaps as a different file format?