5953 results matched your search criteria
Forum topic
OneSpan Sign
if (!EventHandler.ContainsKey(NotificationEvent.PACKAGE_READY_FOR_COMPLETION))
EventHandler.Add(NotificationEvent.PACKAGE_READY_FOR_COMPLETION, (EventRequest request) =>
{
// RESPONSE TO Set Status to Completed
});
Forum topic
OneSpan Sign
Hi,
I've read through the rest api documentation at (http://docs.e-signlive.com/mc/content/c_esignlive_integrator_s_guide/rest_api/packages.htm) and am interested in finding out if there is a sample code available for invoking the "Create a new document package along with document binaries" API.
A
Forum topic
OneSpan Sign
I want to update the status in my database as soon as user sign the document. I haven't found code to get the status as soon as signer sign the document. I did register all the even using callback example code.
Forum topic
OneSpan Sign
Hi, I want to upload document on package, document uploading working fine. I also want to add roles and approvals through code.
Forum topic
OneSpan Sign
I am using the designer functionality in our application.
The application uses angualrjs framework and ng-include functionality from the angularjs framework. The ng-include will either launch the HTML with iframe for the document designer or It will launch HTML form for data entry.
Forum topic
OneSpan Sign
Hi,
I have a question about data retrieval / reporting. Everything I've read thus far within the eSL documentation references the use of the Java/C# SDKs and/or the REST API for data retrieval and reporting.
Forum topic
OneSpan Sign
Greetings
There has to be an easy solution for this, but I can't figure it out. I have a textarea or textbox that fills an entire page. Once the user adds text and signs the corresponding signature for that field, the field renders the text proportional to the total space of the textarea.
Forum topic
OneSpan Sign
Hi there,
I just start to use this function in our platform, and when I try to fetch all packages' info, I notice the response only contains 1 package details even the "count" value is 2.
Could you pls help to check?
Forum topic
OneSpan Sign
Hey ! I was working on the Java SDK to retrieve all the templates and their ids that I had created for a particular user, in the form of objects or lists. Is there a simple way to do this. If yes how do I do it ?
Forum topic
OneSpan Sign
This is probably going to come across as the dumbest question ever.
What i am stuck on is basically adding a custom field for the agent to fill in before sending the document to the signer.
I can't seem to find the way to do it?? any help please.