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
George_Johnson
Expert
Registered: Jul 6 2008
Posts: 1875
Actually, there is a very complete reference that you can download from the following: Enterprise administration | Acrobat family of productsIt's called the Administrator's Information Manager.
demodave
Registered: Mar 22 2011
Posts: 8
Well that helps with registry preferences but what about AVP preferences? My question is are all preferences exposed?

I find plenty of documentation on the bshowMarkupModifiers which I know already.

I am looking for the preference name that get's set with AVAppSetPreference since they are not the same.

Example

AVAppSetPreference(avpShowSplashAtStartup, (void *)true);

sets the Edit >> Preference >> General >> Application Startup >> "Show splash screen" or bDisplayAboutDialog in the registry.avpShowSplashAtStartup the preference name sets the bDisplayAboutDialog the registry name

Thanks,

David
George_Johnson
Expert
Registered: Jul 6 2008
Posts: 1875
Sorry about that, I misread what you were asking about. The Acrobat SDK forum at forums.adobe.com is another good place to ask.
demodave
Registered: Mar 22 2011
Posts: 8
Opps this doesn't go hear i quickly read development but it says deployment. Sorry.