Skip to main content
doobeedoobee
Known Participant
July 13, 2017
Answered

silent print

  • July 13, 2017
  • 1 reply
  • 806 views

Is it possible to use adobe javascript to print a PDF without a dialog box popping up? I have seen suggestions that

pp.interactive = pp.constants.interactionLevel.silent;

can work but it doesn't seem to work for me. I get the error

NotAllowedError: Security settings prevent access to this property or method.

App.beginPriv:83:Field 3:Mouse Up

Thanks

This topic has been closed for replies.
Correct answer try67

It's possible, but requires running the script from a trusted context (ie, a folder-level script).

1 reply

try67
Community Expert
try67Community ExpertCorrect answer
Community Expert
July 13, 2017

It's possible, but requires running the script from a trusted context (ie, a folder-level script).

doobeedoobee
Known Participant
July 13, 2017

Thanks. I'll give it a go