317 results matched your search criteria
Forum topic
OneSpan Sign
I have downloaded the Apex SDK from GitHub that created bunch if apex class in the org and main SDK class named as OneSpanSDK. However, all of the example I see in the onespan community refers to EsignLiveSDK. Is there any difference between these two class?
Forum topic
OneSpan Sign
Error message displayed after I uploaded a bulk recipient file.
Forum topic
OneSpan Sign
Hi,
I'm having problems with this funcionality, when I create eslPackage from template, I need add again the documents with "Upload method".
Forum topic
OneSpan Sign
Hello there,
I am wondering if there is a way to refresh the status of a JSF component, for example, when a signer completed signing a document, through the event notifier. I know we'd have to use AJAX, but I haven't got an idea of how-to in your native JS. Can you guys have any advice?
Forum topic
OneSpan Sign
Hi, I'm trying to follow the example https://developer.esignlive.com/guides/quick-start/creating-and-sending-a-package-rest/ however there seems to be conflicting information between the required fields listed there and the ones listed on the YAML.
Forum topic
OneSpan Sign
Hello!
I have a questions about your eSignLive product. Can be integrated externally using REST API?
Forum topic
OneSpan Sign
Hi,
After signatures, my pdf size is increased a lot. For example, before taking signatures, my pdf size is 541 kb. But after signatures, the pdf file size in 1.94 Mb. What are the reasons behind this and how can we reduce the size?
Forum topic
OneSpan Sign
Hi
In the callback setup example prorgram
My callback URL is given in the following variable
private static final String URL = "http://my.url.com";
Can I add a port number to this URL?
Will the URL below be a acceptable to Silanis for a callback.
Forum topic
OneSpan Sign
Hi
How can i find out from the object docs if a field is mandatory or optional.
For example Firstname is mandatory for creating a signer , but the docs dont seem to indicate that it is.
Forum topic
OneSpan Sign
Hi,
How OneSpan extract the text tag field from PDF?
for example: for Acrofield PDF, we are using itext to read acrofield as PdfReader.getAcroFields().getFields(), do you know how to read text tag using itext? or using different jar?
thanks,
Cindy