1372 results matched your search criteria
Forum topic
OneSpan Sign
Hello,
we use sdk.net in our solution and we are confronted with slowness, for example when we try to add documents that exceed 3 MB to a package, it takes up to 8 seconds per document (sdk calls this method api rest : https://docs.esignlive.com/api-docs/sandbox-us/#/Documents/api.packages._package
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,
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
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
For testing I have minimized the attached PDF to just have one field, a single pre-labeled signature.
Forum topic
OneSpan Sign
Guys,
We've noticed on a few occasions that when you guys update your sandbox it almost always breaks our account that is tied to a Vault. Because of this it stops our workflow until the issue is resolved.
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
Hello Support,
as per requirement in my project, I have to pass multiple documents(2-3) in same package for multiple e-signing.
and after e-singing of all the parties, I have to separate out these multiple documents by category.
I am using .net SDK for this.
Forum topic
OneSpan Sign
Hi,
normally we did document extraction and it works fine. now our client has the sample form with text tag extraction, but i tried it, it seems not working.
could you let me know how to make text tag extraction working via API call?