95 results matched your search criteria
Forum topic
OneSpan Sign
We are trying to add multiple documents with Meta Data to the REST API in a single call.
We are able to add a single document with meta data using a call like
POST /api/packages/CexKAcIADCrhmET2TheZdEtnnQA=/documents/ HTTP/1.1
Host: sandbox.esignlive.com
Authorization: Basic XXXXXXXXXXXXXXXXX
Forum topic
OneSpan Sign
Hello,
I am trying to fill PDF form and upload and then change status to SENT to publish it. But Status SENT is not working. I am facing issue with that. It give error "The requested URL returned error: 400 Bad Request".
I am able to fill PDF form and create a package with a draft in the account.
Forum topic
OneSpan Sign
Hi Team,
I am trying create a package with pdf document part of package.
Forum topic
OneSpan Sign
Hi! All
We have a requirement where the user need to fill in forms with additional fields being entered in the PDF post OneSpan signatures.
Forum topic
OneSpan Sign
Hi,
I'd like to know how to create package with digital signature PDF form (see attachment), normally we have PDF form with Acro field. could you please share the API/SDK create package payload ?
thanks,
Cindy
Forum topic
OneSpan Sign
In a previous thread called "General Question on eSign and PDF forms" I recently wrote a reply:
Forum topic
OneSpan Sign
Hi,
I am trying to create a document with editable field which user will fill it out. But I cant find how to do it.
Forum topic
OneSpan Sign
Hi,
I have this use case:
There is a form, which contains fields, which we currently fill with our own pdf mapping service.
Forum topic
OneSpan Sign
I'm having trouble sending a PDF with text tags to the /api/packages endpoint. My PDF is sent as base-64 encoded, and that string is "pasted" into a document when it reaches my eSignLive account. I'd like for the string to be decoded, so that the new package contains a copy of my original PDF.