Skip to main content
yevheniiy81221888
Known Participant
December 27, 2019
Answered

Acrobat/Reader Ctrl+S suppress saving

  • December 27, 2019
  • 2 replies
  • 996 views

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.

 

This topic is closed to new replies. Start a new post to keep the conversation going.
Correct answer Test Screen Name

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. 

2 replies

Test Screen NameCorrect answer
Legend
December 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. 

yevheniiy81221888
Known Participant
December 27, 2019

Thx a lot