535 results matched your search criteria
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
Hi,
Regarding using FieldBuilder for text field extraction for the creation of inputs from PDF forms...
Forum topic
OneSpan Sign
how can I retrieve the location of the signature (X,Y)?
Forum topic
OneSpan Sign
Hi,
there is a need to create link withing signed pdf document that would point to internal site.
Forum topic
OneSpan Sign
Guys,
Is there a way to create a single label field without having to associate it to a signer/role?
Lets say that I want to create a date label that shows up on a document but not have it tied to any specific signer. Is this possible?
Forum topic
OneSpan Sign
Guys -
When creating an approval, does the "role" field of that approval have to match the "id" field in the role object for that signer or the "id" field of the signers object in the that role object?
Forum topic
OneSpan Sign
We have forms that we need to retrieve the values from but not all fields are required. WHen I use the FieldSummaryService.GetFieldSummary the blank fields are dropped instead of returning "" so no fields are missed. How do I obtain values for all fields even the blank ones. I'm
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)
{