ID-Server CS6(win/mac): getting front document in indesign server?
hi all,
I made a scriptable plugin( KModelPlugin ) which needs to access the front document.
I used Utils<ILayoutUIUtils>()->GetFrontDocument(); but later I read that this does not work on indesign server.
I have never worked with indesign server and don't know how it works. But I want my plugin to work on it. So, is there a way to ensure my plugin runs on indesign server too?
[i.e getting the front document. I wonder how app.activedocument() is implemented.]
thanks and regards
maddy1907