6 Replies Latest reply: Oct 27, 2010 7:55 AM by lrosenth RSS

    How to make my plugin open encrypted file?

    ChromeUser Community Member

      I want to my plugin to input the password before user input it when user opening an encryped doc.

      But which callback should i use before the password input dialog appeared?


      I tried AVDocWillOpenFromPDDoc() and AVDocWillOpenFromFile()

      They are all called after password dialog appeared.

       

      So where should i put my method in?