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

Adobe Acrobat API Preference Names

demodave
Registered: Mar 22 2011
Posts: 8

I am looking for preference names.
One specifically.

(Ctrl + K) Edit >> Preferences >> Commenting >> "Enable text indicators and tooltips"

There is little or no documentation on preference names.

If I had some code that on click of preference ok it would display preferences that were change that would be a plus.

Also the registry field to be changed is bshowMarkupModifiers but that is as far as i got.

I would like to AVAppSetPreference this field.

Thanks,

Dave

My Product Information:
Acrobat Pro 8.1.4, Windows
gkaiseril
Expert
Registered: Feb 23 2006
Posts: 4307
You can only get the 'Edit => Preferences' with the JavaScirpt object 'GeneralPrefs'. You can execute that menu item.Most items below 'Preferences' item is considered to sensitive by Adobe for others to play with them in script.

Do you want your application settings automagically changing each time you open a new document.

George Kaiser