I have a SVG document (let's name it img1.svg) and PDF file ( doc1.pdf) consisting of 1 page. What I need is to insert (scale, rotate and place at some point in the document) doc1.pdf into img1.svg. In order to achieve it I have to convert doc1.pdf to doc1.svg (it can be easily done by inkscape) and then I can just insert contents of doc1.svg into img1.svg, that's easy.
But what if doc1.pdf contain some elements with CMYK color space? In this case inkscape doesn't produce correct version of doc1.svg. It creates correct layout, but colors are in RGB now. I know that there is a possibility to use CMYK colors in SVG2 specification and inkscape imports correctly SVG2 files with elements having CMYK colors.
My question is are there any software which allow converting PDF files to SVG2 (maintaining CMYK color space)?
I've tried to do it with inkscape and scribus but always got RGB output.