Michael_S_Smith

Watermark and Printed Name Gone

0 votes

Recently we noticed the signatures on our documents no longer include the watermark and printed name. One example package is wGpuybDPEhS1c21qL4F_uCSi0WI=

The only change I can think of we made recently was to turn off the ability to decline option - could this have caused this visual change?

DocumentPackageSettings dps  = DocumentPackageSettingsBuilder.newDocumentPackageSettings().withoutDecline().build();


Reply to: Watermark and Printed Name Gone

0 votes

Hi Michael,

 

Is this issue related to an existing support ticket opened by your organization when downloading signed document (either flattened or not) for an e-lending transaction? Or if otherwise, could you elaborate the issue a little bit?

Either way, could you reproduce at your end and provide an example PDF without sensitive information?

 

Duo

Duo Liang OneSpan Evangelism and Partner Integrations Developer


Reply to:

0 votes

Hi Michael,

 

Thanks for the information! And your issue should be a much more straightforward one! It seems your account has "Hide Capture Text" and "Hide Watermark" turned on at your account level settings. You can either turn it off by contacting support team ([email protected]), or override it at package level:
 .withSettings(DocumentPackageSettingsBuilder.newDocumentPackageSettings()     
     .withWatermark()   
     .withCaptureText()   
  ) 

 

Duo

Duo Liang OneSpan Evangelism and Partner Integrations Developer


Hello! Looks like you're enjoying the discussion, but haven't signed up for an account.

When you create an account, we remember exactly what you've read, so you always come right back where you left off