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

How to disable PrintScreen on Adobe Viewer?

New Here ,
Jun 08, 2021 Jun 08, 2021

In adobe viewer mode  i will trying to disabled PrintScreen and for disabling i am using this code but this not work 

See below:-

    <script type="text/javascript">
        document.addEventListener("keypress"function(){ 
            if ( e.key == 'PrintScreen' || e.key == 44 || e.key == 45) {
                navigator.clipboard.writeText('');
            }
        });
    </script>
So, please tell me how i am able to disabled PrintScreen or fn + PrintScreen
166
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
no replies

Have something to add?

Join the conversation