Open
Description
Have an Error after running this:
htmldoc -t pdf --webpage --left 4 --right 7 --top 0 --bottom 0 --bodyfont Arial --fontsize 9 --headfootfont Verdana-Bold --headfootsize 1 -f PDF-test.pdf invoiceprintview.php
ERR007: CMYK JPEG files are not supported! (/images/rs_customers/logo/1/rs_logo.jpg)
ERR011: Unable to load image file "/images/rs_customers/logo/1/rs_logo.jpg"!
ERR007: CMYK JPEG files are not supported! (/images/rs_customers/logo/1/rs_logo.jpg)
ERR011: Unable to load image file "/images/rs_customers/logo/1/rs_logo.jpg"!
After converting the Image to RGB, its working fine.
Just wondering if why it doesn't support CMYK.
It was working fine when we are using 1.8.27
Thanks!