372 results matched your search criteria
Forum topic
OneSpan Sign
I am tryng to change my working code from uploading a single PDF containing a "stage" of forms to upload each form selected from the "stage" as a PDF.
Forum topic
OneSpan Sign
Hi, in my paper process, I a have terms and conditions pamphlet I hand out after some signings.
Forum topic
OneSpan Sign
I'm new to OneSpan Sign ... just switched over from DocuSign. Trying to send a large pdf but I am unable to download it without the ERROR: Cannot process document. Please make sure your document does not contain any embedded files.
Forum topic
OneSpan Sign
Hi OneSpan team.
I'm capturing the sender's signature in my custom UI. And save it via POST call to "user.signature.handdrawn".
Forum topic
OneSpan Sign
Hello,
I am getting this error while generating eSign:
Could not create a new package one step. Exception: The remote server returned an error: (400) Bad Request. HTTP POST on URI https://sandbox.e-signlive.ca/api/packages.
Forum topic
OneSpan Sign
Hi There,
I am working on creating a package with a document that has an Id assigned to it:
.withDocument( newDocumentWithName( "Second Document" )
.fromFile( "src/main/Resources/document.pdf" )
.withId( documentId )
I was wondering if this Id needs to be globally unique amo
Forum topic
OneSpan Sign
Getting error when create package when read file from server.
Working Code: When read file from local machine
var options = {
'method': 'POST',
Forum topic
OneSpan Sign
Hello, I need some help understanding how calculate the coordinates for the anchors in a pdf.
Forum topic
OneSpan Sign
I have a question on how to install a writeback to defined salesforce fields after completing esign package. I already build a convention, that is working properly and writing back values inside PDF to defined Salesforce fields.