Convert SVG file to EPS with Pantone colors and CMYK profile ?
Currently i use inkscape to convert but event with icc-color in fill attribute it do not store color as Pantone and sets color profile to RGB when desired profile is CMYK.
Any suggestions ?. Solution must work on unix from command line.
 
                        
The biggest problem with open source and
CMYKis that Adobe holds a patent, but you already found about that, i believe. Thanks to the standardised ways thatICCprofiles are made some open source software includes rudimentaryCMYK. One good example of patent problems is that after so many yearsGIMPhas inherent noCMYKsupport (it only supports it through a plugin).Pantoneis a lot worse, even wikipedia has a section about how pantone is strict and vague about its intellectual property. Inkscape does not support Pantone in any way, doing so would be too dangerous. Your best bet might be to add a couple of/Nameparameters to the objects in EPS and then addPantoneto them later (with a lousy script).