232 results matched your search criteria
Forum topic
OneSpan Sign
MS word has several different techniques for fields (content fields, bookmarks, and form fields). I’m not sure which technique I should be using and what are general best practices for setting up word templates. Is there any advice on this?
Forum topic
OneSpan Sign
Guys,
I am looking at the documentation for sending documents to a vault and was wondering if anyone had any examples for me to view.
https://docs.esignlive.com/content/c_integrator_s_guide/rest_api/package_settings_for_digital_lending.htm
Forum topic
OneSpan Sign
Hi, I have a method to Retrieve the attachment:public async Task<byte[]> GetAttachmentContentAsync(string packageId, string attachmentId){
Forum topic
OneSpan Sign
Hi
I'm trying to update the STATUS from "DRAFT" to "SENT" but getting an error. Here is my snippet...
Forum topic
OneSpan Sign
Hi is there an event notification(https://docs.esignlive.com/content/c_integrator_s_guide/event_notifier/event_notifier.htm) for when the signer's session expires in an iFrame? If not do you know of a way for the parent to tell that the session has expired?
Thanks, Jimmy
Forum topic
OneSpan Sign
Hello, I want to send a pdf file using e-sign.
I sent a file (by creating transaction) using sandbox account manually and I want to do the same via rest api.
But I am not able to figure out the json content for the sender and signer details in plsql.
Forum topic
OneSpan Sign
Hello,
Is there a way to capture the font-end event notifications in iOS? I am loading the signing session in a wkwebview and I'm trying to capture these events: https://docs.esignlive.com/content/c_integrator_s_guide/event_notifier/event_notifier.htm. Is it possible?
Forum topic
OneSpan Sign
Hi
Can the "Thank You Dialog Box" be diabled.
We would not like to see this dialog.
https://docs.esignlive.com/content/c_integrator_s_guide/sdk/k_customization/customizing_the_signing_cermony.htm?Highlight=Thank%2520you%2520dialog#Customiz2
Thanks
Mario
Forum topic
OneSpan Sign
Hello,
I am evaluating eSignLive for a specific use case. I would like to know if free form signing (like how Docusign does it https://www.docusign.com/supportdocs/cdse-user-guide/Content/advanced-sending/free-form-signing.htm) is possible in eSignLive.
Thanks,
Praveen.
Forum topic
OneSpan Sign
Hey team,
I found the API call creating a package (or template ) on behalf of another user in your account in this documentation:
https://docs.esignlive.com/content/c_integrator_s_guide/rest_api/packages.htm#Create2
But there's no Java implementation. Any examples in Java SDK?
Thanks in advance!