Convert sRGB PDF to a different RGB color profile -


i have pdf srgb color profile, , convert different rgb color profile. far have tried use ghostscript various parameter values no luck--for example have attempted following:

gs                                      \ -dsafer                                 \ -dbatch                                 \ -dnopause                               \ -dnocache                               \ -sdevice=pdfwrite                       \ -scolorconversionstrategy=rgb           \ -dprocesscolormodel=/devicergb          \ -soutputiccprofile=/colorprofiles/custom/applergb.icc   \ -soutputfile=output.pdf                     \ input.pdf 

the command above runs without error leaves color space unaffected; output.pdf still has original srgb color profile embedded.

is such conversion possible ghostscript (or other tool can used programmatically)? if so, going wrong?


Comments

Popular posts from this blog

Hard vs. Soft Water: What's The Difference?

What Are The Best Universities In The World?

java - Solr query version issue: Invalid version or the data in not in 'javabin' format -