Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The following JDF defines that a banner page base on the model "MyBanner" must be used. It includes the text "Instruction for operator".

Code Block
languagexml
linenumberstrue
<JDF Type="Combined" Types="[...] DigitalPrinting [...]" [...] >
    <ResourcePool>
        <RunList ID="NodeIDRunList" class="Parameter" Status="Available" [...] >
            [...]
        </RunList>
        <LayoutPreparationParams PartIDKeys="RunIndex" ID="NodeIDRunList" class="Parameter" Status="Available" [...]>
            <InsertSheet SheetType="JobSheet" IsWaste="true" SheetUsage="Trailer" SheetFormat="Standard" >
                <!-- This specifies the device template to be used -->
                <Layout Name="MyBanner">
                    <MarkObject CTM="1 0 0 1 0 0" >
                        <!-- This specifies the operator text for the template. The attribute ShowList is useless but mandatory[...] -->
                        <JobField OperatorText="Instruction for operator" ShowList="OperatorText" />
                        [...]
                    </MarkObject>
                    <MediaRef rRef="MediaId1" />
                </Layout>
            </InsertSheet>
        </LayoutPreparationParams>
        <Media ID="MediaId1" [...] />
        [...]
    </ResourcePool>
    <ResourceLinkPool>
        <RunListLink Usage="Input" rRef="NodeIDRunList" />
        [...]
    </ResourceLinkPool>
</JDF>
Page Properties
AuthorJean-Marc Steux
ICS - CategoryIDP - InsertSheets
Status
Status
colourBlue
titleNew
Reviewed by<none>