Can Aspose do Image color profile specification when generating PDF file?
e.g, from rgb to cmyk automatically cast?
thanks.
R
Can Aspose do Image color profile specification when generating PDF file?
Hi Raymond,
We would like to share with you that you can please try converting PDF to PDF/X_1a format in order to convert images to CMYK colorspace. Please consider using following code snippet:
pdfDocument.Convert(dataDir+"CMYK_SVG.log", PdfFormat.PDF_X_1A, ConvertErrorAction.Delete);