I am attempting perform what I think would be a simple task. Convert an SVG to PDF.
The only stipulation is that the converter needs to use the device-color() values or the icc-color() values specified in the SVG.
I have searched and searched for solutions with no luck. The solutions I have found will convert using the sRGB values of the SVG and not the cmyk values.
I have looked into Batik, Inkscape, Scribus, IText, and Cairo.
Update **
altSoft XML2PDF looks promising. Their tech support has been good and they say their new release has this feature. We will see.