Hi! As I am very interested in XSL:FO,PDF and CMYK I am a bit sad, that it is not supported by the spec. I evaluated adding kind of extension to FOP, so that there would be a new color-function "cmyk(c, m, y, k)". But FOP does not use a "Color"-Object for colors but carries r, g, b fields. I stopped changing FOP completely because of a lack of time.
But think about implementing your own FOP-PDFRenderer maybe using iText or the PDF-Package contained in FOP. Then you could do "rgb -> cmyk" replacing as the pdf is created. The Renderer-Interface for FOP is not that complex. Greets, Christian > -----Original Message----- > From: J.Pietschmann [mailto:[EMAIL PROTECTED] > Sent: Tuesday, October 07, 2003 9:37 PM > To: [EMAIL PROTECTED] > Subject: Re: CMKY > > > lijun zou wrote: > > How is the CMKY colorspace supported in FOP? > > XSLFO does not support the CMYK colorspace directly. > What's wrong with postprocessing the PDF in a suitable > driver or print preparation software? > > > J.Pietschmann > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
