Jump to content

wenstjohn

Registered Users - Approved
  • Posts

    9
  • Joined

Posts posted by wenstjohn

  1. See if this works.

    The template is a complex one. There are 7 possible background letters that are being called into play with an OnRecordStart rule. Like I said in an earlier post, this functionality is working before I try to add the background pages, then it gives me this error:

    The number of pages in this record does not match the imposition signature: 1 pages will be truncated. and the output is all wrong.

    IHG_Domestic_2015.zip

  2. Thank you, that worked. When I output a file, it says

    "The number of pages in this record does not match the imposition signature: 1 blank pages will be added.

    A body page does not have master page assigned."

    I wrote an OnJobStart rule to use my background page but it is doing something wrong. Is this something you could/would help me with?

     

    Here is my code:

    FusionPro.Composition.impositionSheetBackgroundFrontPage="ImposedFront";

     

    FusionPro.Composition.impositionSheetBackgroundBackPage="ImposedBack";

  3. I have a job that uses 7 page versions (16 body pages include a blank option; fronts and backs) based on a field in the data ("ArtName"). I have written a OnRecordStart rule that verifies ok but when the file is output, on the first 6 records, it sees the blank page which is the "else" statement. Only one of the body pages "NearlyGoldABClub_front and back" work correctly. Can you take a look at my rule and see if I am making a mistake somewhere or if I should be doing this a different way.

    Thanks!! PS. I had to attach the rule as a text file because it was too long.

×
×
  • Create New...