Hi everybody,
Using InDesign CC, Ican successfully do this (I mean that iLibrarySuite is not nil).
InterfacePtr<ILibrarySuite> iLibrarySuite(static_cast<ILibrarySuite*>(Utils<ISelectionUtils>()->QuerySuite(IID_ILIBRA RYSUITE)));
But, using InDesign CC Server, iLibrarySuite is nil.
What I am trying to do is to place a Library asset onto a document, using SDK.
Works fine on Desktop version using
iLibrarySuite->DoPlaceLibraryItems(assetList, library, outItems, NULL); // NULL = iControlView *
but ... how is it possible to do the same thing using the server ?
Any idea welcome,
TIA,
J.