341 results matched your search criteria
Forum topic
OneSpan Sign
Hello,
Is it possible to sign a document without having the signer to go through the process and click on a signature box?
For instance, we have a website, a user fills the forms, we display a preview to the user and ask for confirmation and the user click on the confirm button.
Forum topic
OneSpan Sign
We are implementing Conditional fields. I am starting by trying to get our existing text tag to use the fieldName. From the documentation, I see this syntax {{esl_SignerAutograph:signer1:Signature}} .
Forum topic
OneSpan Sign
Hi! All
We have a requirement where the user need to fill in forms with additional fields being entered in the PDF post OneSpan signatures.
Forum topic
OneSpan Sign
Hi,
Is there a way to use the field extraction feature and also set the name of the (form) fields in the pdf to store the data.
Forum topic
OneSpan Sign
Hi,
We are noticing a surprising behavior when using the REST API to create a package, compared to a package created using the UI.
When we use your quick start "Create and send a package" (https://developer.esignlive.com/guides/quick-start/creating-and-sending-a-package-java/), we should have only
Forum topic
OneSpan Sign
Hello Team,
I have the following scenario: I am trying to create a Package with a PDF document, which is provided as binary stream. I also want to add a Signer(s) Signature(s) and to locate these through corresponding text-anchors.
Forum topic
OneSpan Sign
Hi !
I'm trying to update a package and replace the pdf document in it, but I get this error :
Unable to update package settings. Exception: Le serveur distant a retourné une erreur : (403) Interdit. HTTP PUT on URI https://sandbox.esignlive.com/api/packages/-bANyCo4NvqdgiEPNbMG2tLdaRE=.
Forum topic
OneSpan Sign
This is related to a post by CConverse_lm over a year ago Getting an exception using FULL_NAME + INITIALS signature styles in one document.
Forum topic
OneSpan Sign
I checked the guides and no matter what i do i am getting the error below on postman the url i used was https://sandbox.esignlive.com/oauth .
Forum topic
OneSpan Sign
Hi All,
Hope someone can shed some light on what i am doing wrong.
In salesforce apex code I am creating package
DateTime dT = System.now();
dT.addDays(7);
ESignLiveExamples.createPackageWithDocumentsExample(
'Demo12', true, 'Demo12 description', dT, 'Hello World, Demo12 is READY'
);
Works gre