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

Acrobat/Reader Ctrl+S suppress saving

Community Beginner ,
Dec 27, 2019 Dec 27, 2019

Hello,

Is there a way to suppress saving document in case of Ctrl+S pressed? 


I tried clear flags PDDocNeedsSave on PDDocWillSaveNSEL and PDDocWillSaveExNSEL callbacks but it didn't work, document saves anyway.

 

TOPICS
Acrobat SDK and JavaScript
897
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 , Dec 27, 2019 Dec 27, 2019

The only way to stop a file from being saved is to load it from a file locked in the system. No Acrobat API method exists to block this user feature. 

Translate
LEGEND ,
Dec 27, 2019 Dec 27, 2019

The only way to stop a file from being saved is to load it from a file locked in the system. No Acrobat API method exists to block this user feature. 

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
Community Beginner ,
Dec 27, 2019 Dec 27, 2019
LATEST

Thx a lot 

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