|
Hi olivier, at first, you have nothing to do special to use CMYK jpg with FOP 0.20.5. It should work the same as RGB jpg. But you should know that FOP 0.20.5 as a bug with rgb color : if a component is less that 12, it set it to 0. So that : rgb(24, 12, 50) became rgb(24, 0, 50) inside PDF. Be aware of this if you want perfect colors. On my own, i've written a little java code that can replace RGB colors by CMYK ones inside a PDF. You should find it at PDFBox website. (PDFBox is a java library to manipulate PDF). I'm currently using FOP 0.20.5 to produce CMYK PDF. Pierre-Yves Olivier Mansour a écrit : Hey |
- FOP, CMYK and PDF Olivier Mansour
- Re: FOP, CMYK and PDF Pierre-Yves Landuré
- Re: FOP, CMYK and PDF Olivier Mansour
- Re: FOP, CMYK and PDF Pierre-Yves Landuré
- Re: FOP, CMYK and PDF Olivier Mansour
- Re: FOP, CMYK and PDF Jeremias Maerki
- Re: FOP, CMYK and PDF Olivier Mansour
