How to add a menu item in the new Acrobat 23
I used to be able to add a menu item to Acrobat like this:
app.addMenuItem({ cName: "Make Coffee", cParent: "Edit", cExec: "makeCoffee()" });
This would add a "Make Coffee" command to the Edit menu in Acrobat.
It doesn't work with the new Acrobat UI in version 23 (even though there is some kind of an Edit menu).
Likewise, trying to add something to the "Menu" menu (which is more like the old menu items) also doesn't work.
So, how does one add custom menu items and or tools to the new Acrobat (without having to ask users to revert to the old UI)?
Thanks!
Ariel
