1372 results matched your search criteria
Forum topic
OneSpan Sign
We are trying to upload the attached PDF (eF2 - Sign.pdf) to eSignLive as a document to sign. It contains a signature block embedded in it.
The error we get while ww upload it from eSignLive portal (image attached herewith) is the same which we get while we try the same using SDK.
Forum topic
OneSpan Sign
Hello,
I have a client who is wanting to confirm whether the below is supported:
1. When using the standard eSignLive buttons from a standard Salesforce object such as Contacts, I would like the attachment of the record to automatically appear as an attachment of the package to be sent.
Forum topic
OneSpan Sign
Hi,
We are using JAVA SDK v11.47 , we are downloading the PDF using the below code that is there on your developer portal.
Observations:
1. The files that we download using the below code gives us password prompt when we open it
Forum topic
OneSpan Sign
Guys,
Was there a change to how radio buttons are being sent? For some reason I am seeing an issue where it appears all of my radio buttons are being sent as the same group and when I try to pull the package information from the GET API call, they are not in the package.
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
Forum topic
OneSpan Sign
Hi,
I am trying out the Text Tags for configuring the signing over the API and getting this error as I try to create the package and send.
Forum topic
OneSpan Sign
Hi all,
I am just getting through a few cycles of testing in the sand box on my way to uploading and populating large form with multiple signers from an external web app. It seems the documentation is not all the clear how to map fields to existing to PDF form fields.
Forum topic
OneSpan Sign
While attempting to upload a document to a package via the following call: https://sandbox.esignlive.ca/api/packages/9uPhYzkvKRJXmdxv4Bje_7gz9Ls=/documents
I am presented with the following error:
POST https://sandbox.e-signlive.ca/api/packages/9uPhYzkvKRJXmdxv4Bje_7gz9Ls=/documen
Forum topic
OneSpan Sign
Hello,
I am having a problem where documents in the signing package appear to be ordered randomly during signing. We always send the documents in the same order. Is there any way to ensure the order of the package using the documents JSON?
Forum topic
OneSpan Sign
Our company has requirement for document validation.
Does eSignLive API have an existing function or method to return document( or file) checksum if provided packageId and documentId.
So I don't need to download document on our side but just get checksum.