-
1. Re: How to make my plugin open encrypted file?
Rajesh Aptara Oct 26, 2010 5:32 AM (in response to ChromeUser)If your plugin create menu then apply your appropriate method in the onclik of the plugin.
i think when you open DOC using open method it will automatically ask for password.
............. Can u describe brief what you want exactly.
-
2. Re: How to make my plugin open encrypted file?
lrosenth Oct 26, 2010 6:59 AM (in response to ChromeUser)You can't intercept that on standard encryption. The only option would be to create your own encryption method/handlers ane encrypt the document using those methods. Then your handlers will get called to handle all aspects.
-
3. Re: How to make my plugin open encrypted file?
ChromeUser Oct 26, 2010 6:11 PM (in response to lrosenth)OK, thanks.
I have found a demo project in Acrobat SDK development package.
One more question:
The customsized security handler can be user for Reader plugin?
-
4. Re: How to make my plugin open encrypted file?
lrosenth Oct 26, 2010 7:42 PM (in response to ChromeUser)Yes, custom security handlers work in Reader - though you need a special license beyond the standard Reader license...
-
5. Re: How to make my plugin open encrypted file?
ChromeUser Oct 27, 2010 1:07 AM (in response to lrosenth)If i have this special license should i need the orignal standard license?
-
6. Re: How to make my plugin open encrypted file?
lrosenth Oct 27, 2010 7:55 AM (in response to ChromeUser)Special one covers the original - it's a "superset"


