Jump to content

How is it possible turn on and off IgnoreRecordRepeat in OnJobstart?


Recommended Posts

How is it possible turn on and off IgnoreRecordRepeat in OnJobstart?

I want to be able to turn on and off the Ignore Record Repeat (and many other attributes of the JobOptions.) I have tried FusionPro.Composition.JobOptions.IgnoreRecordRepeat = false

and many other combinations and nothing has worked.

Any ideas?

 

(Eventually, I want to control CropMarksInBlack, IgnoreRecordRepeat, PageInfo and use a different imposition file.)

 

Thanks.

Link to comment
Share on other sites

You can simply set FusionPro.Composition.repeatRecordCount = 1 in OnRecordStart (or skip any code setting it to a different value) to disable record repeats.

 

As for other settings such as Crop Marks and Page Info, those can be accessed but not modified in JavaScript rules. To control those settings programmatically, you need to use FusionPro VDP Producer (Server), which allows you modify job (CFG file) settings before composition.

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...