Re[2]: [PHP] Creating PDF from a Image

2005-11-09 Thread Jens Schulze
Richard ([EMAIL PROTECTED]) wrote: > http://php.net/gd > This will let you imagecreatefromgif() and then imagejpeg() I didn't find any mentioning, that the imagejpeg function supports conversion to CMYK, so it is most liky that it will not help the original poster. ImageMagick is the way to go.

Re[2]: [PHP] Creating PDF from a Image

2005-11-07 Thread Jens Schulze
Am Monday, November 7, 2005, 4:20:25 PM beglückte uns Manoj ([EMAIL PROTECTED]) mit folgendem Kommentar: > PNG doen't support CMYK color scheme that's why I want to convert it > in JPG first and then I want to create pdf file from that PJG file. I > created pdf file from PJG using fpdf but no id