Jump to content

Imposition dependent rule


tim lindner

Recommended Posts

If you're composing the job with an imposition applied, the cfg file will contain:

UseImpositionDefFile=Yes

 

You can access the values in the cfg file through the JobOptions property at composition time:

if (FusionPro.Composition.JobOptions["UseImpositionDefFile"] == 'Yes') {
 // code to execute when imposing
}

Link to comment
Share on other sites

Neat.

 

This gives me another idea. I have a VD job that prints on litho shells. But the shells are never ready in time for proofing.

 

So I include the 2 sided shell artwork during proofing.

 

Now, I can use "ImpositionDefFileName" to turn off the first page when I switch to a one sided FPI.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...