These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

How to disable Save control

jimmyhuang98
Registered: Apr 24 2010
Posts: 11

Hi

I'm new to use Adobe SDK and I'm wondering

1. if there is a way to disable the Save control such as the "Save a copy" control. Or even disable all tool bars

2. how to set password to a pdf file and how to open a password protected pdf file programatically without manually entering the password

Thanks for any advice
Jimmy

My Product Information:
Acrobat Standard 9.3.1, Windows
jimmyhuang98
Registered: Apr 24 2010
Posts: 11
The reason I need to disable the Save control is because I don't want any user to be able to save a copy of the PDF file to the user's machine. What's the proper way of doing that?

Thanks
Jimmy
try67
Expert
Registered: Oct 30 2008
Posts: 2399
That's impossible. In order to open the file it must be saved on the local machine.

- AcrobatUsers Community Expert - Contact me personally at try6767 [at] gmail [dot] com
Check out my custom-made scripts website: http://try67.blogspot.com

jimmyhuang98
Registered: Apr 24 2010
Posts: 11
Hi try67,

Thanks for your reply. Let me explain in more detail what I would like to do

I'm writing a vb.net application to show pdf files stored on a server using AxAcroPDF control. However,
I don't want the user to be able to Save the PDF files on their local computer or Print the PDF files from the AxAcroPDF control.

My question is, is there a way to disable the "Save" or "Print" control from AxAcroPDF

Thanks
Jimmy