176 results matched your search criteria
Forum topic
OneSpan Sign
What parameter can I use on a capture tag, to set the fromfile value to true.
I cannot find it anywhere. This is what I've tried, but it is not a valid parameter:
Forum topic
OneSpan Sign
Within our OneSpan build, we have chosen to use optional signatures where a document may have more than one section to sign but a customer has a choice which sections they are approving (e.g. service work order). This has been working well until an edge case appeared in testing.
Forum topic
OneSpan Sign
Hello,
We have tried several angles at achieving this using both the REST API and the .NET SDK but have so far not had any luck.
Forum topic
OneSpan Sign
Either with Firefox or Edge we get an x-frame-options error when trying to create a transaction to sign a document. Using latest versions of Firefox and Edge.
Steps
1- Select a sharepoint document and click New Transaction in the onespan sign menu
Forum topic
OneSpan Sign
Hi,
I want to get pdf document.
In POSTMAN
var request = require("request");
var options = { method: 'GET',
url: 'https://sandbox.esignlive.com/api/packages/{packageId}/documents/{documentId}/pdf',
headers:
{ 'postman-token': '731de084-90fd-c0ac-2fff-346723de7315',
'cache-control': 'n
Forum topic
OneSpan Sign
Hi
Given that a PDF can accommodate multiple Signatures where some of them may not be required , how can I format my JSON so that it does not crash?
Using the sample PDF in https://developer.esignlive.com/forums/topic/simulating-rest-workflow-using-soapui/ where it is a form with a possibility of
Forum topic
OneSpan Sign
Hello,
Am receiving the below error on deleting a document. When does this error occur?
"Exception":"Silanis.ESL.SDK.EslServerException: Could not delete document from package. Exception: The remote server returned an error: (400) Bad Request.
Forum topic
OneSpan Sign
Signing ceremony is required to collect signature or ‘Click to Sign’ option from user using eSign UI. When user chooses ‘Click to Sign’ option, he or she does not need to sign in signing text pad.
Forum topic
OneSpan Sign
Team,
I was exploring REST API for one of our need, where, we need to download all the documents for all packages that has been completed for a given day.
I see Reports option where you can git list of completed packages for a given day.
Forum topic
OneSpan Sign
Dear,
We got a PDF document with multiple locations where we need a signature (page , x and y locations are already know)
But we would like to have a single button option, like with the option Position Extracted.
Is this even possible?