Skip to main content
gekag53654820
Participating Frequently
August 18, 2017
Question

Adobe Reader. Password security block call replaced save function.

  • August 18, 2017
  • 0 replies
  • 499 views

I have replaced save function

gcbAVAppSaveDialog = (void*) ASCallbackCreateReplacement(AVAppSaveDialogSEL, AdobePluginHelper::AdobeAppSaveDialog);

REPLACE(gAcroViewHFT, AVAppSaveDialogSEL, gcbAVAppSaveDialog);

And when i set password security (In adobe acrobat 2015 with last updates) then open this document in Adobe Reader DC standard Adobe dialog appears instead of replaced dialog.
I set breakpoint in my function and it not reachable (i mean Adobe for some reason omit my function and calls self implemented func)

This topic is closed to new replies. Start a new post to keep the conversation going.