I'm trying to log, after a print or export operation, the information from the Edit>Assign Profiles dialog...
I have found the RGB and CMYK profile information using
InterfacePtr<ICMSManager> CMSManagerPtr (Utils<ICMSUtils>()->QueryCMSManager());
InterfacePtr<ICMSProfile> DocRGBProfile (CMSManagerPtr->QueryUsedProfile(ICMSProfile::kRGBSource,fDoc));
DocRGBProfile->GetName(nameStr);
I haven't found a way to extract the intent information. Can someone point me out to the correct way to get the solid color, image and after-blend intents?
Also, how can I force select the "discard" option on all documents prior to export or print? Is it possible?
North America
Europe, Middle East and Africa
Asia Pacific