Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

signatureSetSeedValue function does not work in Adobe Reader !

New Here ,
Oct 18, 2018 Oct 18, 2018

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

581
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

LEGEND , Oct 18, 2018 Oct 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

Translate
LEGEND ,
Oct 18, 2018 Oct 18, 2018
LATEST

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines