372 results matched your search criteria
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
Can you append a DocumentPackage that has been created.
Dim eslClient As New EslClient(apiKey, apiUrl)
Dim fs As FileStream = File.OpenRead(strESignLiveFile)
Dim superDuperPackage As DocumentPackage = PackageBuilder.NewPackageNamed(strContractFileName).
Forum topic
OneSpan Sign
Hi,
I'd like to know how to download the flatten version of signed document via REST API? does it also configured in the account level?
Currently, we are using something like the below, it's giving me unflatten one.
Forum topic
OneSpan Sign
Hi,
I was reading thru the injecting field values on this link https://community.onespan.com/documentation/onespan-sign/guides/feature-guides/developer/injecting-field-values?origin=developeresignlive.
Forum topic
OneSpan Sign
Hi. We are getting the following error when we try and create a package.
{"messageKey":"error.validation.verifyDocument.documentExtractError","message":"[error.validation.verifyDocument.documentExtractError]","cod e":400,"name":"Validation Error"}
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
Hi,
Recently we got the following 2 errors intermittently when creating the package using the same form, do you know what did happen?
From the error message, it seems it complains about the pdf document has error, but we are using the same document for test case, and most of time are successful, o
Forum topic
OneSpan Sign
Hi, I have client who is asking the following question:
We generate quotes in Salesforce and would like the generated quote to be used as the document that must be signed by the customer.
Forum topic
OneSpan Sign
I looked in the docs and the API but this was not immediately obvious if this function existed so question:
I can specify a bound field Date, that gets filled in by eSignLive with the date that the user signs.
However the date format that is filled in now does not match the date on our PDF form
Forum topic
OneSpan Sign
Hello,
I'm trying to integreate my Ruby on Rails application with OneSpan.