Hi again,
A few trial and error, here are my result from the community :
- Color created from a CMYK java.awt.color.ColorSpace does not work
- Color with type com.lowagie.text.pdf.CMYKColor works.
Conclusion : to do CMYK graphics using the java.awt.Graphics2D-object in
itext use
Hi,
Will it work if the java.awt.Color is created from a CMYK Colorspace
(eg. color#getType() returns 9=java.awt.color.ColorSpace#TYPE_CMYK ) ?
I try it but it does not seem to work :)
BR
Guillaume
Le mer 02/06/2004 Ã 15:35, Paulo Soares a Ãcrit :
> The Graphics2D in iText only supports R
The Graphics2D in iText only supports RGB.
Best Regards,
Paulo Soares
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of xYomguIx
> Sent: Wednesday, June 02, 2004 2:26 PM
> To: [EMAIL PROTECTED]
> Subject: [iText-questions] CMYK graphics using the