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

OpenCV OpenCL: Convert Mat to Bitmap in JNI Layer for Android -

android - org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope -

python - How to remove the Xframe Options header in django? -