Two top staples
- Stefan Meissner
Owned by Stefan Meissner
The following JDF fragment specifies a stapled document, with 2 staples on the top. There are 100 copies. The Component with ID="component_internal" is an intermediate internal resource used to describe how the paper is oriented in the stapler.
<JDF Type="Combined" Types="LayoutPreparation Imposition Interpreting Rendering DigitalPrinting Stitching" Category="DigitalPrinting" [...]> <ResourcePool> <Component ID="component_internal" class="Quantity" ComponentType="PartialProduct" PipeProtocol="Internal" Status="Unavailable" /> <StitchingParams ID="NodeIDStitching" NumberOfStitches="2" StitchType="Side" class="Parameter" Status="Available" /> <Component ID="component_final" class="Quantity" ComponentType="FinalProduct" Status="Unavailable" /> [...] </ResourcePool> [...] <ResourceLinkPool> <StitchingParamsLink Usage="Input" rRef="NodeIDStitching" /> <ComponentLink rRef="component_internal" Usage="Output" CombinedProcessIndex="4"/> <ComponentLink rRef="component_internal" Usage="Input" CombinedProcessIndex="5" Orientation="Flip90" /> <ComponentLink rRef="component_final" Usage="Output" Orientation="Flip270" Amount="100" /> [...] </ResourceLinkPool> </JDF>