HowTo: toolbar button icons for Mac-based Plugins?
I'm trying to simplify the UI for a C++ plugin I'm working on for Acrobat Pro (Mac platform-only at this point in time).
I can add buttons to the toolbar in the latest version of Acrobat, but I cannot seem to create or assign the icons correctly. I'm following the code that is supplied in the "Custom Tool" example in the PluginSupport Samples and I'm not getting any errors on any of the system calls (AVAcquireSpecialFilePathName, ASFileSysOpenFile, PDDocOpenFromASFile, or AVIconCreateFromPDF), but the icon comes up as the default "Lego Block".
Has anyone successfully created a custom Plugin Button for the Toolbar on a Mac? If so, would you be willing to share the code?
