Forums

Hello

I followed the guide for downloading signed documents from this https://community.onespan.com/documentation/onespan-sign/guides/feature-guides/developer/downloading-documents


I was able to download the zip file but I cannot open the pdf file in it. It says permission denied. I'm not sure why.

Forums

In our current (pre 11.42) implementation, we are presenting forms in an iframe, and incrementing a counter in JavaScript, which will also forward to different page when all forms have been signed.    

 <iframe src="${application.silanisURLwithSessionToken}" id="myFrame" onLoad="incrimentOnLoad();" >
                                </iframe>

Forums

Hi Team, We have a document that has three signers whose signature is needed at three places in a document. **Signer 1**, **Signer2**, **Signer3**(So the total number of Signature blocks should appear are 9).

However, in our code, we see a method called .withOccurence(0) because of which the signing block is getting created only for the first occurrence of signers in the document.

So we would like to know is there a way to create a signature block to all the occurrences of a Signer.

Forums

Hi!


I have some templates that define some pdf file to be filled and signed over the OSS Session.
For all of the created transaction, we are also creating a custom pdf that needs to be signed by the same Signer.
 

I've seen the other forum topic and I'm being able to create the package from templates, add the second file, but here is the issue: The second file cant be signed. Also, can't find a way to order the documents to be signed.

Is that posible? 

Thanks in advance.

Forums

Hello, I need some tips to get me started with an upgrading to SDK 11.41 from a very old version. I was not involved in the original implementation, and I am lacking knowledge of what the platform provides. Once I’m more comfortable that I’m on the right track, I’ll be able to find more info on my own.

I am looking for documentation:

- to provide a general understanding of the Java SDK.

- anything that might help me understand how to support a work flow with multiple signers.

Forums

I need my users to be able to sign multiple documents with a single click.  Every month we generate hundreds or even thousands of similar documents that need to be signed by the same two people in our organization.  For legal reasons, these documents have to be signed with the personal certificates of each of the two signers.  They should be signed in one transaction.  It is very inefficient to have our signers click on every document.  We need a solution that allows them to sign all documents with their personal certificates but in just one click.

Forums

Hi,

I am looking out for adding signatures for multiple documents in a package while creating the package. The documents are of varied sizes, so, number of pages differ, and so signatures need to be dynamically added during package creation. We do not seem to  have the number of pages, as the number of pages are displayed in Onespan documets only after package creation. Currently, the syntax used is documentBuilder.withSignature(signatureFor(email).onPage(0).atPosition(500,900).