Bug 23975 - cmyk color
Summary: cmyk color
Status: CLOSED INVALID
Alias: None
Product: Fop - Now in Jira
Classification: Unclassified
Component: general (show other bugs)
Version: 0.20.5
Hardware: Other other
: P3 normal
Target Milestone: ---
Assignee: fop-dev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-21 16:26 UTC by shivaji
Modified: 2012-04-01 13:52 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description shivaji 2003-10-21 16:26:22 UTC
Does fop support the CMYK color format?

I am trying to generate the pdf document in the CMYK color format.  In my 
document I am having various wording data(text data), and some .SVG / .EPS 
graphs.  It looks like FOP is not support the CMYK color format.

<fo:block direction="rtl" color="cmyk(100%,0,0,0)">
shiva OKLAHOMA CITY, Oklahoma (Reuters)
</fo:block>

this is throwing an error.

[ERROR] Error in color property value
'cmyk(100%,0,0,0)':
org.apache.fop.fo.expr.PropertyException:
no such function: cmyk

Do you have any suggestions.  I am using the FOP
0.20.5 version.  And also I want to know whether this version support the CMYK 
color format for the SVG/EPS/character data.

Thanks

Shivaji
Comment 1 J.Pietschmann 2003-10-21 20:38:50 UTC
Actually, the spec doesn't cater for a CMYK color model, there's only sRGB.
This will have to wait for an extension function.
Comment 2 Glenn Adams 2012-04-01 13:52:14 UTC
batch transition to closed remaining pre-FOP1.0 resolved bugs