Skip to main content
huongn76372787
Participant
October 18, 2018
Answered

signatureSetSeedValue function does not work in Adobe Reader !

  • October 18, 2018
  • 1 reply
  • 562 views

Hello eveyone,

I am looking for the solution to get the box "Lock Document After Signing" selected as default instead of manually by user.

In my sample.pdf: I use the Seed value/lockDocument like this:

         var f= this.getField('Sig1');

         f.signatureSetSeedValue({lockDocument:true})

Unfortunately the feature does not work if I open sample.pdf in Acrobat Reader and Acrobat Reader DC

So it looks like the problem with Reader and the Javascript method is that Reader forbids the use of the signatureSetSeedValue() function.

I am not an expert in Javascript and Reader as well. Does any one know the reason or any solution to get the lock enable in the Reader?

Any of your suggestion, recommendation would be appreciated !

Huong

This topic has been closed for replies.
Correct answer Test Screen Name

Did you check the JavaScript console for errors? I'd expect one.
Please see the discussion in NotAllowedError: Security settings prevent access to this property or method- While using function

1 reply

Test Screen NameCorrect answer
Legend
October 18, 2018

Did you check the JavaScript console for errors? I'd expect one.
Please see the discussion in NotAllowedError: Security settings prevent access to this property or method- While using function