95 results matched your search criteria
Forum topic
OneSpan Sign
We are facing this issue intermittently in production.
We have a grid on our template which includes set of `Country Code` and `Phone Number` fields.
Forum topic
OneSpan Sign
I'm using Field Injection for my documents, but can't figure out how to use a Signature field that is already created on my PDF form.
Forum topic
OneSpan Sign
Hi,
Is there any requirement on the PDF so that Position Extraction is captured by the REST API?
The problem I'm having is that Im working with a 3rd party which delivers a PDF with Signature Fields in the PDF.
Forum topic
OneSpan Sign
As part of our use case there is a statement on a form where the client acknowledges receipt of a document.
Forum topic
OneSpan Sign
Hello,
I am uploading PDF via REST API PHP, along with signer users.
Forum topic
OneSpan Sign
Hello, I'm attempting to upload a PDF file using :
Upload a New Document through multipart/form-data
Based on this
Forum topic
OneSpan Sign
Hi
Given that a PDF can accommodate multiple Signatures where some of them may not be required , how can I format my JSON so that it does not crash?
Using the sample PDF in https://developer.esignlive.com/forums/topic/simulating-rest-workflow-using-soapui/ where it is a form with a possibility of
Forum topic
OneSpan Sign
Currently in our PDFs for Lending purposes we often have predefined signature fields on the form for up to 4 parties, although in a typical application , we may not always have 4 parties.
Forum topic
OneSpan Sign
Hi eSignLive Team,
I am working on an integration between eSign Live and Ebix Inc.
Forum topic
OneSpan Sign
Is it possible to send multiple documents via one API call and one transaction?
This is similar to the code in the example, can I just append each file to a new form for the MultipartFormDataContent?
ByteArrayContent content = new ByteArrayContent(fileByteArray);
c