|
|
Hi,
Our pdfs have pdf objects (eg. PdfTextObject and PdfPathObject) which have cmyk spot color or lab color. We want to change the color values of the pdf objects to another values and save as a new pdf file. (eg. from L1, a1, b1 to L2, a2, b2; or from C1, M1, Y1, K1 to C2, M2, Y2, K2) Can PDFium.NET accomplish this?
Thanks.
|