372 results matched your search criteria
Forum topic
OneSpan Sign
I have a document that is generated on the fly by our web system. It's a PDF created by the back-end and then goes out for signing. I have been able to upload the document just fine.
Once it goes out for signing, there are two signatures it requires.
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,
Scenario - existing C# code which has been working perfectly for about 1 year.
Forum topic
OneSpan Sign
Hello,
I am trying to implement a document with some fields that forces each character to occupie a specific space. The only way I was able to do it right now was creating multiple 1 character textbox for each space but its far from Ideal.
Forum topic
OneSpan Sign
Hi
I am trying to CreatePackage and upload using Rest APIs.
Below is my JSON String and attached is the PDF. This used to work in may 2017. Now the PDF file is getting flattened ignoring signature blocks.
Are there any changes post may 2017 for JSON payout for CreatePackage and Upload.
Forum topic
OneSpan Sign
Hello all, we require to add preview functionality to our system before sending a document to signers. I couldn't see an API for this. Does Onespan provide a preview URL?
Forum topic
OneSpan Sign
Hi,
I am using document extraction with field to identify the signature position for a signer. If i have a pdf with 3 signatures with field names ExecutedBy_p{counter}, only the last signature is coming in place.
Forum topic
OneSpan Sign
Hi,
We need to know that is there any possibility of increasing further the document's size such as uploaded document, audit trails etc. near future for any release of one span server. Because, we are building an application where any increase of document's size will impact our application.
Forum topic
OneSpan Sign
I've heard email mentioned as an alternative to using the REST API to retrieve completed packages. We have the ability to create an email address and any attachments sent to that email address get imported directly into our imaging system.
Forum topic
OneSpan Sign
Hello,
We have a form that has two signature spots but the user only signs one spot.
Would the Silanis API allow some sort of command for optional signatures?