Convert RGB PDF to CMYK Colorspace using Aspose.PDF for .NET

I have an RGB pdf that needs all the elements (including table colors, images, etc…) converted to CMYK. Is this possible using your software? What would be the best way to do this?

FYI. using C# with Aspose.PDF

@Robert343

A ticket as PDFNET-46310 has already been logged in our issue tracking system for the sake of this feature implementation. We have linked the ticket with this forum thread so that you will be notified once it is resolved. Please spare us some time.

We are sorry for the inconvenience.

@Robert343

We would like to share with you that you can consider using following code snippet in order to convert images (in PDF) to CMYK colorspace:

Export PDF in CMYK Colorspace

pdfDocument.Convert(dataDir+"CMYK_SVG.log", PdfFormat.PDF_X_1A, ConvertErrorAction.Delete);