Jump to content

trouble with imposition and setbodypageusage rule


Recommended Posts

I have a setbodypage usage rule in my job to print separator sheets. When I compose 1 up everything works but when I use imposer the divider sheets do not come out correctly. I was wondering if it is because I have the number of pages set to 2 and if the divider pages print it is 4 pages. Here is the rule I have on record start:

 

if (Rule("currecno")=="1")

{

FusionPro.Composition.SetBodyPageUsage("flood",true);

FusionPro.Composition.SetBodyPageUsage("flood2",true);

}

else if (Rule("Previous Location Value")!=Field("Location ID"))

{

FusionPro.Composition.SetBodyPageUsage("flood",true);

FusionPro.Composition.SetBodyPageUsage("flood2",true);

}

else

{

FusionPro.Composition.SetBodyPageUsage("flood",false);

FusionPro.Composition.SetBodyPageUsage("flood2",false);

}

 

Thanks in advance!

Kristina

Link to comment
Share on other sites

Kristina,

I do not believe you can right rules that will apply to FPI files. Two things you might try:

 

1) Play with the Slipsheet options on the "Imposition" tab in the Composition settings menu. This is how you should add your divider page.

 

2) If that does not work, you may have to try composing the output non-imposed as a PDF. Then recompose the output (data source would be None) with the applicable FPI file.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...