看来楼上没看明白我讲什么, PPF是cip3的范畴, 当你看到我展开的原文件的时候, 这些语句是典型的XML语句, 看到XML, 这个只能是JDF范畴的东西, 原楼主大概需要komori颜色管理中的一个引入模块之类的程序导入到所需要的JDF程序中去, 至于CIP3的PPF文件, 根本就不使用这种XML的格式, 所谓的CIP4, 是指
www.cip4.org, 里面对JDF有着详细的阐述, 从2003, 2004, JDF开始应用,
引用cip4上的一段原话
Q10: Will PPF (CIP3) continue on as a separate specification?
A10: PPF functionality is a subset of the JDF standard. But currently, PPF also exists as a separate
standard to support legacy implementations. JDF builds on and extends beyond CIP3’s Print
Production Format (PPF). In JDF 1.3 we will be integrating PPF support directly into JDF.
典型的JDF文件语句, 举个例子好了
<ResourcePool> > < ColorantControl Class = "Parameter" ID = "r000004" ProcessColorModel = "DeviceCMYK"
Status = "Available" >
<!--ColorantControl after prepress has correctly set ActualColorName based
on pdl content-->
<!--Note that all Strings in ColorantParams etc. use Color/@Name,
NOT Color/@ActualColorName-->
< ColorantParams >
< SeparationSpec Name = "Spot1" />
< SeparationSpec Name = "BlackText" />
</ ColorantParams >
< ColorPoolRef rRef = "r000005" />
<!--ColorantAlias that maps the additional representations
(noir, schwarz) to the predefined separation Black-->
< ColorantAlias Class = "Parameter" RawNames = "6E6F6972 73636877E4727A"
ReplacementColorantName = "Black" >
< SeparationSpec Name = "noir" />
< SeparationSpec Name = "schwarz" />
</ ColorantAlias >
</ ColorantControl >
< ColorPool Class = "Parameter" ID = "r000005" Status = "Available" >
<!-- ColorPool is same as previous example -->
</ ColorPool >
<!-- ... -->
</ResourcePool>
<ResourceLinkPool>
<ColorantControlLink Usage="Input" rRef="r000004"/>
</ResourceLinkPool>
不知你是否感觉和楼主的很相似?