Topic Replies Freshness Views Users
Normal topic

Hi,

Regarding using FieldBuilder for text field extraction for the creation of inputs from PDF forms...

            DocumentPackage dp = PackageBuilder.NewPackageNamed(packageName)

Normal topic

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…

Normal topic

Sender sdr = new Sender();
AccountService accountService = new AccountService();
sdr = accountService.GetSender("##########");

Trying to instantiate accountService causes CS1729 'AccountService' does not contain…

Normal topic

Hi,

 

Is there a way to know right away if the Canadian OneSpan API or Server is down? I am interested in knowing if 

a) API availability can be monitored?

b) availability of OneSpan's…

Hot topic

We are an on prem installation running version 7.2.  We have integrated with OneSpan using the .Net SDK and we are looking to add KBA functionality to our integration.  We have some questions that we were…

Normal topic

I have the following text fields in our web interface to be sent to OneSpan

Recipient text:

  • First Name
  • Last Name
  • Title
  • Company

KBA text:

Normal topic

HI,

How should I get package Id in E-sign call back? I am working with .NET MVC. 

 

Thanks,

Baskar G

 

Normal topic
Hi there, We are loading our documents in an iframe and are encountering errors with client browsers that have Third-Party Cookies disabled. Here is a sample of the error that is shown in the browser console:
Refused to…
Normal topic

We are an on prem installation running version 7.2.  We have integrated with OneSpan using the .Net SDK.  My question is how large is the message for all recipients field on the package?   We don't want to allow…

Normal topic

Good Morning guys,

My team and I have been working on this error for a few days now and we aren't sure why it is firing off. 
We found that a specific set of fields on the document are giving us this feedback…

Normal topic

CreatePackage with multiple documents works fine. CreatePackageOneStep with multiple documents throws wrongNumberOfFiles validation error. I can see in the stack trace:

Normal topic

Hi,

Anybody knows if the callback functionallity can be invoked directly after signing the document and not waiting for user input on the "Confirm" button.

Or if we could trigger the…

Normal topic

We have integrated with OneSpan using your .Net SDK (version 11.12.0.0 ).  We have built out logic to reject attachments but we have come across a scenario where if a sender has multiple attachments that are rejected, when we…

Normal topic

Hi,

 

I been trying to get status' for my packages, but i am hitting a wall.

I am running the following using the owner API Key and attempting to retrieve packages that are owned by a separate sender:<…

Normal topic

Hi,

We are thinking of embedding the Package Designer view in our web app. Our app's main content width causes the Designer view to display in a "mobile" fashion when embedded in an iframe, as the width is less than 1200px,…

Normal topic

I am trying to create the package only with documents and I will need to update it later adding the signers, the signature tag is already created in one of the documents, that is why I am using EnableExtraction. I get an error…

Normal topic

We have integrated with OneSpan using your .Net SDK (version 11.12.0.0 ).  We are experiencing a scenario where we have a transaction has 1 document, 1 recipient and 1 attachment request.  The document is…

Normal topic

Hello ,

 

We are implementing .Net Core WebAPI application to get the notification from OneSpansign once the document is signed using Ngrok as mentioned in the document (https://community.onespan.com…

Normal topic

Hello,

I want to create a package without a signature.
So Users can only view the document and download it.

 

Thanks

Normal topic

Hi,

I am looking for a way to add senders to our OneSpan account without sending the invitation email.

We are integrating with OneSpan using the .net sdk and it is being used solely as a system-to-system integration…

Normal topic

Hi,

 

Is there any feature in OneSpan (.NET SDK or manual download by owner), that lets the package owner download multiple signed docs from the same package as one single PDF?

I want to leverage the…

Normal topic

Hi,

In a package with multiple documents, created using .net SDK,

Is it possible to set a document's visibility during signing ceremony only to the signers on each document, through SDK?

If so, then after…

Normal topic

Hello,

I have created the following draft package:


DocumentPackage draftDocumentPackage = PackageBuilder
                .NewPackageNamed(Path…

Normal topic
It appears that all the links withing PDF document become inactive once document went trough a signing process. i have tried 2 cases and none worked. 1. Created PDF doc with link to a web page. 2. Inserted a link to a existing PDF using…
Normal topic
Hi, I'm having issues setting the expiration date to null. These are the functions I'm calling: EslClient eslClient = getEslClient(companyId); PackageId pkgId = new PackageId(packageId); DocumentPackage dp = eslClient.GetPackage(pkgId);…