I know Cairo can't produce CMYK PDF's - the topic comes up from time to time but still seems a way off yet (if at all).
My requirement is a graphics library (with PHP wrapper / class) that can combine text and images for GIF / JPG output and can also output CMYK vectors.
Imagemagick - great for raster images not so for vectors
Cairo - great graphics library and good pdf creation just not CMYK
I have tried using Imagemagick with TCPDF to generate the CMYK pdf however there are slight differences in the way the fonts are presented, so an all in one solution would be best.
Any suggestions?