157 results matched your search criteria
Forum topic
OneSpan Sign
When I add a word document to an esign package it seems to be converted to a PDF as it's uploaded and all of the documents I can download from that point are all in a PDF format. Is it possible to maintain the Word format in the download packages?
Forum topic
OneSpan Sign
Hello all, we require to add preview functionality to our system before sending a document to signers. I couldn't see an API for this. Does Onespan provide a preview URL?
Forum topic
OneSpan Sign
Does the SDK provide a method to get a link to download the final document from OneSpan's servers? I cannot find it. Thanks!
Forum topic
OneSpan Sign
Our integration has the browser embedded within our app, and with it we have a fairly stripped-down look in the header area of the signing session. We would like to finish our signing with these 2 extra things I can't figure out:
1. suppress the Download links.
Forum topic
OneSpan Sign
Hi All,
When I'm consuming the attachment requirements download API and PDF Document download API, It just gives me the stream of data. Is there anyway, that I can get the MIME type of that particular Document/Attachment?.
Thanks in Advance.
Forum topic
OneSpan Sign
Hi there,
Please see the link below.
https://community.onespan.com/documentation/onespan-sign/guides/feature-guides/developer/signer-management
Forum topic
OneSpan Sign
Hi Team,
We have below types of documents in the create transaction request.
1. Sign 2. View 3. Accept
Please clarify below questions:
1. How onespansign handles different types of documents?
Forum topic
OneSpan Sign
Good Afternoon,
I am using the On Premise verson 6.5 and recently tried to download the evidence document from a finished package. However that document was blank.
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
Hey how do i create a URL to send to client after all documents are signed by all parties. This is to give them ability to download package with signed documents in it.