Jump to content

dreimer

Registered Users - Approved
  • Posts

    524
  • Joined

Posts posted by dreimer

  1. You could build it two different ways that I know of. The way I normally do this is to create text resources for the information needed in the text boxes and build switches on the same field you use for the backgrounds. This works well if your text is the same but in different locations on the different backgrounds.

     

    Otherwise you could use an 8 page template and set-up each page as it was its own template and name the pages to correspond with a field in the data. Then have an OnRecord start rule that calls out that field to trigger which pages to use. This method makes the composition run much slower since it runs through all 8 pages for each record.

  2. Is there a way to edit the rule so that I don't get a warning if the field in the data is blank. I still want the warning if the copy won't fit in the text box, just not when the field is blank.

    if (!Copyfit(new MagnifyAttributes("text", 25, 400, 6, 72)))
       ReportWarning("Could not copyfit text in flow " + 
                     FusionPro.Composition.CurrentFlow.name);

  3. Could you build a blank 18X12 template and place your 4 pages in 4 separate 8.5 X 11 graphic boxes in the positions needed to allow your gap? Then place your text boxes accordingly as well. This template could be reused with the next job with different art. Then just use a duplex imposition. I uploaded a template I used in a similar situation. I deleted the resources used though for client purposes.

    Impo.fpi

    Sample.pdf

  4. Anyone have any experience with this type of barcode and can Fusion Pro create it? I see the GS1 Stacked Barcode XML Template Rule but not sure how data needs to be formatted to create a correct barcode.

     

    TIA

  5. In Fusion Pro can I create a Code128 barcode as a graphic, similar to the way I can with a QR code? Client wants to be specific on the size of it and changing fonts and point sizes isn't getting it to what they want.

    TIA

  6. I was not able to reproduce the following problems:

    • Imposition selection in compose window does not "stick", if after selecting a file you select another tab

     

    I get this happening when I change the data source. So if I have a proof file and set the imposition and compose it is fine. If I then change the data to a live file the imposition file is no longer there.

×
×
  • Create New...