Subset stapling and finishing orientation
- Stefan Meissner
The following JDF fragment specifies that the document has 80 pages. The stitching is explicitly specified by 5 groups of 16 pages.
<JDF [...]> <Comment Name="oce:PagesPerRecord">16</Comment> <ResourcePool> [...] <RunList ID="RunList" NPage="80" [...] > <LayoutElementRef [...] /> </RunList> <StitchingParams Class="Parameter" ID="Stitching" Status="Available" PartIDKeys="RunIndex"> <StitchingParams RunIndex="0 ~ 15 16 ~ 31 32 ~ 47 48 ~ 63 64 ~ 79" StitchType="Corner" NumberOfStitches="1" /> </StitchingParams> <Component ComponentType="PartialProduct" ID="Component_1" [...] /> <Component ComponentType="PartialProduct" ID="Component_2" [...] /> <Component ComponentType="FinalProduct" ID="Component_3" [...] /> [...] </ResourcePool> <ResourceLinkPool> [...] <RunListLink rRef="RunList" Usage="Input" /> <StitchingParamsLink rRef="Stitching" Usage="Input" /> <ComponentLink rRef="Component_1" Usage="Input" [...] > <AmountPool> <PartAmount Orientation="Rotate90"> <Part RunIndex="0 ~ 15 16 ~ 31 32 ~ 47 48 ~ 63 64 ~ 79" /> </PartAmount> </AmountPool> </ComponentLink> <ComponentLink rRef="Component_2" Usage="Output" [...] > <AmountPool> <PartAmount Orientation="Rotate270"> <Part RunIndex="0 ~ 15 16 ~ 31 32 ~ 47 48 ~ 63 64 ~ 79" /> </PartAmount> </AmountPool> </ComponentLink> <ComponentLink rRef="Component_3" Usage="Output" Amount="1.0" [...] /> [...] </ResourceLinkPool> </JDF>
<JDF ...>
<Comment Name="oce:PagesPerRecord">16</Comment>
<ResourcePool>
...
<RunList ID="RunList" NPage="80" ... >
<LayoutElementRef ... />
</RunList>
<StitchingParams Class="Parameter" ID="Stitching" Status="Available"
PartIDKeys="RunIndex">
<StitchingParams RunIndex="0 ~ 15 16 ~ 31 32 ~ 47 48 ~ 63 64 ~ 79"
StitchType="Corner" NumberOfStitches="1" />
</StitchingParams>
<Component ComponentType="PartialProduct" ID="Component_1" ... />
<Component ComponentType="PartialProduct" ID="Component_2" ... />
<Component ComponentType="FinalProduct" ID="Component_3" ... />
...
</ResourcePool>
<ResourceLinkPool>
...
<RunListLink rRef="RunList" Usage="Input" />
<StitchingParamsLink rRef="Stitching" Usage="Input" />
<ComponentLink rRef="Component_1" Usage="Input" ... >
<AmountPool>
<PartAmount Orientation="Rotate90">
<Part RunIndex="0 ~ 15 16 ~ 31 32 ~ 47 48 ~ 63 64 ~ 79" />
</PartAmount>
</AmountPool>
</ComponentLink>
<ComponentLink rRef="Component_2" Usage="Output" ... >
<AmountPool>
<PartAmount Orientation="Rotate270">
<Part RunIndex="0 ~ 15 16 ~ 31 32 ~ 47 48 ~ 63 64 ~ 79" />
</PartAmount>
</AmountPool>
</ComponentLink>
<ComponentLink rRef="Component_3" Usage="Output" Amount="1.0" ... />
...
</ResourceLinkPool>
</JDF>
Author | Jean-Marc Steux |
---|---|
ICS - Category | IDP - Finishing |
Status | NEW |
Reviewed by | <none> |