Versions Compared

Key

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

The following JDF defines that a separator sheet must be inserted after every sheet. The separator sheets must remain in the document:

Code Block
languagexml
linenumberstrue
<JDF Type="Combined" Types="[...] DigitalPrinting [...]" [...] >
    <ResourcePool>
        <RunList ID="NodeIDRunList" class="Parameter" Status="Available" [...] >
        <Media ID="MediaId1" [...] />
        [...]
        <DigitalPrintingParams ID="NodeIDDPP" class="Parameter" Status="Available"  [...]>
            <Disjointing OffsetDirection="None" />
                <InsertSheet SheetFormat="Blank" SheetType="SeparatorSheet" SheetUsage="Interleaved">
                    <Layout>
                        <MediaRef rRef="MediaId1" />
                    </Layout>
                </InsertSheet>
            </Disjointing>
            [...]
        </DigitalPrintingParams>
        [...]
    </ResourcePool>
    <ResourceLinkPool>
        <DigitalPrintingParamsLink rRef="NodeIDDPP" Usage="Input" />
        <RunListLink Usage="Input" rRef="NodeIDRunList" />
        [...]
    </ResourceLinkPool>
</JDF>
Page Properties
AuthorJean-Marc Steux
ICS - CategoryIDP - InsertSheets
Status
Status
colourBlue
titleNew
Reviewed by<none>