320 results matched your search criteria
Forum topic
OneSpan Sign
Did something with the last release change regarding the signed pdfs? We have an application that uses itext to merge all our signed pdfs together into one pdf and we flatten them as we do the merging. Ever since the last release, flattening them removes all of the signatures. I
Forum topic
OneSpan Sign
Hi ,
Currently we are sending the Value for the date as mentioned below but still getting the date as 2017-04-20 (yyyy-mm-dd) format.
{
"binding" : "{approval.signed}",
"extract" : "true",
"name" : "DateAuthPropIns1",
"subtype" : "LABEL",
"type" : "INPUT",
Forum topic
OneSpan Sign
Hello,
We want to customize the Tool Bar language for some of our signing ceremonies. I'm looking at this guide that highlights the Ceremony Layout Settings.
Forum topic
OneSpan Sign
Hi
Q1: Regarding The feature where the DateTimestamp appear as a background image, is this configured per APIKEY at account set up?
Forum topic
OneSpan Sign
no postman, no python , no this site OneSpan Sign Sandbox | OneSpan Community Platform
Forum topic
OneSpan Sign
Hello
Looking at the iOS SDK code, i modified the obvious parameters to run the sample application.
Forum topic
OneSpan Sign
Hi,
We have a scenario wherein we are rendering the signed document (pdf) in an application named Alfresco (it is a workflow tool) using its built-in pdf viewer.
For some reason, the signature doesn't show up in that viewer but when we open the document in adobe pdf viewer it shows up.
Could you
Forum topic
OneSpan Sign
Hello, We have integrated our salesforce application with onespan using APEX SDK for our e-signature use cases.
We are using a text tag to capture signer's tax number : {{esl_TaxNumber:Signer1:textfield:value(""),size(160,22)}}
Forum topic
OneSpan Sign
In our scenario we have all the documents created in a temple and user will select some documents from the template in our application to esign or manually sign.
Forum topic
OneSpan Sign
Hi,
I've been trying to send multiple packages asynchonously. After some testing, I discovered that it cannot truly run in parallel because EslClient.CreatePackage(DocumentPackage) acts as a bottleneck for my application.