BarCodeImageFormat - EMF and TIFF_IN_CMYK

Am using Aspose BarCode for Java 23.1 on Java 17 and macOS and Linux.

My question is that BarCodeImageFormat.EMF and BarCodeImageFormat.TIFF_IN_CMYK do not work as described. The EMF seems to produce a PNG and the TIFF_IN_CMYK produces a TIFF that is RGB.

I read some commentary in the .NET documentation (not in Java) that says that EMF and TIFF_IN_CMYK only work on Windows. Can you clear this up for me? Also, is it possible to produce an SVG image using CMYK? Any help is appreciated.

@joparker62,

Please note, we have our own EMF encoder, so it should work well in Java and C++. But TIFF_IN_CMYK is only supported on Windows (wih Aspose.Drawing, it should work even on linux in …NET version).

About SVG, we support only SVG 1.1 and it supports only RGB. EMF also supports only RGB but as SVG it is vector format and can be converted to CMYK.