309 results matched your search criteria
Forum topic
OneSpan Sign
Hi Team,
I am trying to use the REST APIs to Integrate Silanis with my application.
Before I code any API URL in my program, I want to test and validate URIs using PostMan Client.
Forum topic
OneSpan Sign
Hello Team,
I have a scenario where I create and send a PackageDocument from a dynamically provided PDF document and I add a number of signatures based on a text-anchor.
Forum topic
OneSpan Sign
When I create a package from a PDF document and combine the EnableExtraction() calls to extract form field positions, and I add an .WithInjectedField() clause, I do not get any data injected in the static fields.
I now have to do it in 2 steps:
1) Create a layout from the PDF with EnableExtraction
Forum topic
OneSpan Sign
Hello,
I hope someone can help me out with this, since I was not able to find an answer to my questions in the documentation that I read on your site. Here is what I am trying to do:
1. Take existing PDF document and add all required placeholders/signature fields to it.
2.
Forum topic
OneSpan Sign
We have a template in eSign which uses custom label to populate values in the document with signer information e.g signer DOB, SSN. Currently our user use bulk file upload feature to create multiple packages for each signer in the One Span Application.
Forum topic
OneSpan Sign
Hi,
I'm having an issue when trying to use the delete feature to permanently delete a package.
Using the Java SDK, I simply execute the following line.
eslClient.getPackageService().deletePackage(new PackageId(packageId));
Forum topic
OneSpan Sign
Hello Silanis team-
Today I have two scenarios for you that stump us.
We need an option to abort the "click-to-sign" process.
Forum topic
OneSpan Sign
We have a requirement like below
We will create few contract document templates(PDF) in onespan using onespan console. These document will have various fields(name, age etc) which will have to be populated programetically during esign journey.