1 year ago
#268288
Crohm
TCPDF - CMYK images in PDF appear "mainly black" in Illustrator
I have a problem when opening with Illustrator a PDF generated with TCPDF that embeds a CMYK image (jpg).
The PDF looks just fine when opening it on a web browser or with Acrobat Reader.
But when trying to open it with Illustrator : although, the file is under the expected CMYK color mode, the rendered colors are not correct at all and looks "mainly black".
Basically :
- I create and export a simple CMYK JPG image with Illustrator (see image)
NB : embedding the color profile or not doesn't change the result.
I create the PDF and insert the CMYK jpg image using TCPDF :
$this->pdf->Image("image.jpg", $x, $y, $w, $h, '', '', '', false, $dpi);
The result looks nice on a web browser or in Acrobat Reader : image
- But the render is completely wrong when opening the PDF with Illustrator : image of bad render
I have tried the two ways suggested here : https://github.com/tecnickcom/TCPDF/issues/192
But nothing is working.
I would like to open the PDF with Illustrator to be able to make some manual changes in some cases.
Has anyone a clue about this ?
php
jpeg
tcpdf
adobe-illustrator
cmyk
0 Answers
Your Answer