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.
I finally got this working with a commercial solution with altsoft XML2PDF. We worked with their dev team and got this functionality integrated with a number of other features as well
Thanks to Evgeny and the team at alt-soft.com