cancel
Showing results for 
Search instead for 
Did you mean: 
3 Replies
DavidU54339-XRX
FreeFlow Production Workflow Moderator
FreeFlow Production Workflow Moderator

Re: Leading Banners and Administrative Pages on Different Stocks

To define the media content for the banner pages, one option is to build an .xpf file (and submit with the job -- needs same name including extension) designating banner page media.

Since I cannot attach a file, here is the xpf which needs to be saved in a txt file with the name = submitjobname.extension.xpf (e.g. job.pdf.xpf):

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE xpif SYSTEM "xpif-v02080.dtd">
<xpif version="1.0" cpss-version="2.07" xml:lang="en-US">
  <xpif-operation-attributes>
    <document-format syntax="mimeMediaType">application/pdf</document-format>
  </xpif-operation-attributes>
  <job-template-attributes>
    <job-sheets-col syntax="collection">
      <!-- Leading Banner Pages -->
      <job-sheets syntax="keyword">first-print-stream-page</job-sheets>
      <!-- Number of Leading Banner Pages -->
      <job-sheet-count syntax="integer">4</job-sheet-count>
    <media-col syntax="collection">
      <!-- Stock Width and Height
      Values: Distance in hundredths of a millimeter -->
      <media-size syntax="collection">
        <x-dimension syntax="integer">22860</x-dimension>
        <y-dimension syntax="integer">27940</y-dimension>
      </media-size>
      <!-- Stock Color -->
      <media-color syntax="keyword">goldenrod</media-color>
      <!-- Stock Type -->
      <media-type syntax="keyword">pre-cut-tabs</media-type>
      <!-- Stock Sequence -->
      <media-order-count syntax="integer">5</media-order-count>
      <!-- Stock Weight
      Value: Weight in GSM -->
      <media-weight-metric syntax="integer">90</media-weight-metric>
      <!-- Stock Coating. Add media-back-coating element for 2 Sides Coated -->
      <media-front-coating syntax="keyword">glossy</media-front-coating>
   <media-back-coating syntax="keyword">glossy</media-back-coating>
      <!-- Stock Texture -->
      <media-tooth syntax="keyword">fine</media-tooth>
      <!-- Grain Direction -->
      <media-grain syntax="keyword">x-grain</media-grain>
      <!-- Drilled Stock -->
      <media-hole-count syntax="integer">3</media-hole-count>
    </media-col>
    </job-sheets-col>
  </job-template-attributes>
</xpif> 

0 Kudos

Re: Leading Banners and Administrative Pages on Different Stocks

The issue is that on the DFE I only see a way to define one administrative media. The Leading Banners are administrative pages as well as the Attributes Report. I would like to Print the banners on one media and the Attributes Report on a different stock. I thought of recreating the Attributes Page in CORE as part of the Job since ultimately we would like this on the same stock as the rest of the job, but this will yeild 1 Attributes Report per Each Sheet of the job for a static item with a Quantity passed to the press. IDK that what we want is possible, just thought I'd see if anyone else had any other ideas.

0 Kudos
DavidU54339-XRX
FreeFlow Production Workflow Moderator
FreeFlow Production Workflow Moderator

Re: Leading Banners and Administrative Pages on Different Stocks

On the FFPS DFE, the administrative pages media type can be changed at "Printer" menu/"Switches". FFCore does not have control of the administrative media type.

0 Kudos

Leading Banners and Administrative Pages on Different Stocks

We are adding jobs into CORE where we are creating a custom 8.5x11" Banner Sheet. The Bindery also likes to have the Attributes Admin Page on top of the job on the same stock as the job. So if the job runs on 12x18 80# Cover and we want to print the Banners on 8.5x11 28# using leading banner pages, how can I also run the admin page on 12x18 80# Cover? Thanks -Brass

0 Kudos