Adobe Acrobat SDK - List of Preference Items
I am working on creating a vba script (Excel) that will create a pdf and fix the width of the document to size of the view port. I reviewed the Interapplication Communication API Reference documentation that list all of the methods and properties of the api. I want to use the “SetPreferenceEx” method to set the Zoom preference to a value of Fit Width. In the instructions (page28), the method provides the data type and description of the parameters. The first parameter is expecting an application preference to be provided, for example, I would expect to be able to pass “Zoom” into this parameter. I have been unsuccessful in trying to set this parameter. The description says to go to the Acrobat and PDF Library API reference for a list of preference items. I found the document here , the issue I am having is that document has over 6,000 pages and I have been unsuccessful in finding the list of preferences. I was hoping you could provide me with a cheat sheet or a page number of where I can locate the list.
