Quantcast
Channel: Adobe Community: Message List - Acrobat SDK
Viewing all articles
Browse latest Browse all 10848

Re: How to get working spaces from color setup preferences ? AVAppGetPreference(avpWorkingCMYK) always returns null !

$
0
0

Thanks - this is great !

 

I was able to find the color profile using the Color API like this:

AC_Profile workingProfile;
err = ACGetWorkingSpaceProfile(kACWorkingCMYK, &workingProfile);

 

But how do I change the working CMYK profie to a different profile ?  I couldn't find an equivalent set call....

 

Thanks.


Viewing all articles
Browse latest Browse all 10848

Trending Articles