silent print
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
