27 results matched your search criteria
Forum topic
OneSpan Sign
In a previous thread called "General Question on eSign and PDF forms" I recently wrote a reply:
Forum topic
OneSpan Sign
What is the recommended way to update a package to use the new filled document?
Forum topic
OneSpan Sign
Hello, I recently updated the api version for Silanis.ESL.dll from 10.3 to 10.13, after doing so the code that I'm using to dynamically build the packages for getting signed no longer works.
Forum topic
OneSpan Sign
I was trying to figure out why the "Click to Sign" Box was showing up in the top left corner of the Document. My assumption was that it meant that I was not properly placing it as an offset to an Anchor, Even though my Code does try to do that.
Forum topic
OneSpan Sign
I was generating Packages without a problem using my Code but now I am returning the following error when trying to send a new Package.
Forum topic
OneSpan Sign
Hi all,
I am just getting through a few cycles of testing in the sand box on my way to uploading and populating large form with multiple signers from an external web app. It seems the documentation is not all the clear how to map fields to existing to PDF form fields.
Forum topic
OneSpan Sign
When I'm adding a drop list field, I'm getting error: error.validation.field.ListWithInvalidDefaultValue
Here is the code
fieldBuilder = FieldBuilder.DropList();
foreach (OptionValue optionValue in formField.OptionValues)
{
Forum topic
OneSpan Sign
Hi,
I am trying to create a document with editable field which user will fill it out. But I cant find how to do it.
Forum topic
OneSpan Sign
Hi,
With the standard PackageBuilder/DocumentBuilder coding, as per the example below, every specific field needs to be included in the single PackageBuilder statement. With this, every document type must be coded separately and the statements are often very long in nature.
Forum topic
OneSpan Sign
Is it possible to use Field Injection and Signature Position Extraction together in the same package?