Topic Replies Freshness Views Users
Normal topic
Hello, We are running an on-premise instance of your version 6.5 product. In your release notes you state the following: …
Normal topic

"messageKey":"error.validation.verifyDocument.couldNotBeFlattened","message

Hi, getting the same error, document is correct pdf, can you please check {"messageKey":"error.validation.verifyDocument.couldNotBeFlattened",…

Hot topic
Hi Team, I am trying create a package with pdf document part of package. I am getting below Error. {"messageKey":"error.validation.verifyDocument.couldNotBeFlattened","message":"Could not upload PDF document: it contains a syntax error…
Normal topic

Hi Team,

We are using .net rest api to create transactions. We have one scenario where we are getting error from OSS:

"technical":"EsepCommand failed and no fallback available.","messageKey":"error.internal.default",…

Normal topic

Can you confirm whether it's 10 or 16 mb limit n the total documents.

Normal topic

It appears that if our senders upload documents close to the 16mb limit then the signers sign when the sender goes to download the documents they are receiving an error (attached below) which we know is NOT a network connectivity issue…

Normal topic

If our account owners are all in Toronto but our senders are across Canada  do you suggest that senders set their own personal profile timezone? 

Normal topic

Is it possible with text tag extraction to send two PDF documents with the payload? If so, can you share an example - we are not finding any examples? We are using the OSS ReST API to send payload data.

Normal topic
Hey there! Im currently using the sandbox, to make prove of concept and im trying to anwser some dooubts. 1 - When passing to a production environment the sandbox is migrated or stays as it is? 2 - When passing to a production…
Normal topic

Is there a reason why you can't upload TIFF file format?

 

Thanks

Normal topic

Can some help me out with this error message?  The first signee had no issues but the second signee went to the package a day later to sign and then received an Access Denied.  Is it possible there was some kind of…

Normal topic

Hi,

I'm having an issue when trying to use the delete feature to permanently delete a package.

Using the Java SDK, I simply execute the following line.

eslClient.getPackageService().deletePackage(new…

Hot topic

Hi,

I tried to create accessibility transaction in sandbox, and follow the instruction from this link(

Normal topic

Hi,

1) in our on-prem version, I don't see the authentication for recipient can use KBA, and also I tried in the sandbox, doesn't see it either. Would you please let me know in which version KBA is available and how to use it?…

Normal topic

Support team says my html template is fine but why is this error showing when an invitation is sent out.

 

Normal topic

Hi,

I have a scenario for a package with 1 document and 2 signers, only 1 signer required to sign the document.

when this package sent , both of the signers received the activate email (1 signer for signing, and…

Normal topic

Hi,

I created ADA transaction via API call, and when I tried to click "confirm" button" during signing ceremony, it showed error as attachment, any idea what's wrong?

I attached document and create package payload as…

Normal topic
Hi team, We have a client asking whether the "adding an approver" feature available in OneSpan Sign? Let’s say we have the 1st signer, the 2nd approver, and the 3rd signer. After the 1st signer signed the package, it goes to the 2nd…
Normal topic

I was trying to add a new document to existing package and got the following error

Cannot edit or delete package.","name":"Access Denied"

I serached the forum and found out that the package should be in draft state,…

Normal topic
Hi , Is it possible to add below controls like textbox in PDF file ? - Check box - Date picker or mask textbox - Radio button Thanks in adv.
Normal topic

Is is possible to add a new signer to a document which is already signed?

I tried with below code

PackageId packageId = new PackageId("orB4GBrQKn33YIF6XJFgDMGdkb4=");

    ossClient…

Normal topic

Hi there, I'm trying to add a couple radios to a single group and name that group. I've tried the "Add to group" button but nothing happens (at least from what I can see)
 

 

 

Normal topic
Hello Sir, I have added radio control tag inside the pdf file like below way : §-esl:signer1:Radio:Group("opt1")-§ §-esl:signer2:Radio:Group("opt1")-§Ja §-esl:signer1:Radio:Group("opt1")-§ §-esl:signer2:Radio:Group("opt1")-§Nee…
Normal topic

Hi,

We have a use case where an Authorization document will be signed by our client. This authorization document will be used by several other internal members to sign the document again. This can happen after 3 months or…

Normal topic
Hi, Is it possible to add TextArea like textbox like below way ? {{esl:signer1:textfield:size(150,20)}} Thanks in adv.