61 results matched your search criteria
Forum topic
OneSpan Sign
Hello, I'm using python and trying to create a document package from the example I downloaded from the forums.
Forum topic
OneSpan Sign
Trying to go thru the steps described here:
https://community.onespan.com/products/onespan-sign/sdks
Forum topic
Risk Analytics
Hi,
Where can I download the cddc.esm file and CDDC ModernUI Sample app (if any) ?
Thanks
Forum topic
OneSpan Sign
Hello,
Hopefully a quick question, but I'm attempting to use the DownloadedFile class (com.silanis.esl.sdk.io.DownloadedFile) when downloading signer attachment files using the line:
DownloadedFile file = eslClient.getAttachmentRequirementService().downloadAttachmentFile(packageId, attachmentI
Forum topic
OneSpan Sign
I'm having some difficulty implementing DownloadDocumentsDateRange posted previously in this forum.
Forum topic
OneSpan Sign
Is it possible to download the signed document and evidence summary PDF as a single PDF with the apex SDK? Right now we get each file separately.
Forum topic
OneSpan Sign
Hi
I am trying to CreatePackage and upload using Rest APIs.
Below is my JSON String and attached is the PDF. This used to work in may 2017. Now the PDF file is getting flattened ignoring signature blocks.
Are there any changes post may 2017 for JSON payout for CreatePackage and Upload.
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
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
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