You can configure the number of jets and the number of ink drops to print per dot. You can also configure the relative starting position of the printhead, for example, to compensate for gaps between the printheads.The printhead definition must have a unique ID. You use the ID to assign printhead characteristics to a RIP, see Using a RIP with single printhead and Example 31.
1 Configure a unique printhead definition ID with the printhead property.
2 If required, change the relative starting position for the printhead with the xposition property.
– Jets with the jetcount property.
– Drops per dot with the dropcount property.
Example 30 In this example, the printhead uses 2688 jets and prints 1 drop of ink per dot. The position of the printhead is not specified in the job file since xposition is 0.<property name="printheads"><property name="printhead" id="0"><property name="xposition" type="int">0</property><property name="jetcount" type="int">2688</property><property name="dropcount" type="int">1</property></property></property>
OpenText StreamServe 5.6 | Updated: 2013-03-01 |