C++ PlugIn for InDesign Server with Page Loading Event Handling
I wanted to register eventhandlers for all the page loading events whenever an IDML document is opened in the InDesign Server application.
I tried registering event handlers using ExtendScript but it didnt worked out. I got only document specific events e.g. beforeNew, beforeOpen, afterNew, afterOpen etc.
So, I want to achieve this using C++ PlugIns functionality in the InDesign Server application. Please let me know of any pointers which I can refer to create the plugIn for InDesign Server and register eventhandlers for page loading events. I could not find any specific sample code in the PlugIns SDK Kit relative to event handlers.
