236 results matched your search criteria
Forum topic
OneSpan Sign
Hi Team,
I created an application to use your API, Recently i got new requirement that once package is Signed will download the Document but its in Secured format to get the file with Out Password secured i got to know that we can Use the flatten document but unfortunately when i get the flatten do
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.
Forum topic
OneSpan Sign
Hi,
when we create the package or upload the new document, I got 'error.validation.unsupportedFileType' error? in which scenarios, this error will throw?
thanks,
Cindy
Forum topic
OneSpan Sign
I am new to the eSign process and need to be able to download a completed PDF document not a zip file with the document in it.
Forum topic
OneSpan Sign
For integrated signing (e.g.
Forum topic
OneSpan Sign
Hello,
I'm trying to change a signer using .Net API's as below. The code runs perfectly but not sure if the change happened at eSignLive side or not.When the new signer try to access the document he gets an unexpected error.
Forum topic
OneSpan Sign
Hi
We would like to know whether or not once a multi doc package has been created , is it possible to add a new document to an existing package already created ?
thanks
Mario
Forum topic
OneSpan Sign
Guys,
Was there a change to how radio buttons are being sent? For some reason I am seeing an issue where it appears all of my radio buttons are being sent as the same group and when I try to pull the package information from the GET API call, they are not in the package.
Forum topic
OneSpan Sign
Hi All,
Hope someone can shed some light on what i am doing wrong.
In salesforce apex code I am creating package
DateTime dT = System.now();
dT.addDays(7);
ESignLiveExamples.createPackageWithDocumentsExample(
'Demo12', true, 'Demo12 description', dT, 'Hello World, Demo12 is READY'
);
Works gre
Forum topic
OneSpan Sign
Guys,
With the new FromFile aspect of things, is it possible to have 2 captures on one document? Can I have one fromfile capture and then one capture that is loaded from the handdrawn element?