Jump to content

slivingston

Registered Users - Approved
  • Posts

    5
  • Joined

Converted

  • FusionPro Products
    Yes

slivingston's Achievements

Rookie

Rookie (2/14)

  • First Post Rare
  • Week One Done
  • One Month Later
  • One Year In
  • Conversation Starter Rare

Recent Badges

10

Reputation

  1. Thank you very much for your help. Worked like a charm.
  2. I have 4 versions of a postcard. I have the version in my list to state which version to use. I have all 4 version in one PDF and have named pages 1 and 2 as body and 3-8 as unused. When I compose the file, it uses the default pages of 1 and 2 or the last 2 pages 7 and 8. For the versions that should be using pages 3-6, it is using pages 1 and 2. My script looks as follows: if (Field("version") == "CORALVILLE") { FusionPro.Composition.SetBodyPageUsage("Coralville1", true) FusionPro.Composition.SetBodyPageUsage("CedarRapids1", false) FusionPro.Composition.SetBodyPageUsage("Coralville2", true) FusionPro.Composition.SetBodyPageUsage("CedarRapids2", false) } else { FusionPro.Composition.SetBodyPageUsage("Coralville1", false) FusionPro.Composition.SetBodyPageUsage("CedarRapids1", true) FusionPro.Composition.SetBodyPageUsage("Coralville2", false) FusionPro.Composition.SetBodyPageUsage("CedarRapids2", true) } if (Field("version") == "NORTHLIBERTY") { FusionPro.Composition.SetBodyPageUsage("NorthLiberty1", true) FusionPro.Composition.SetBodyPageUsage("CedarRapids1", false) FusionPro.Composition.SetBodyPageUsage("NorthLiberty2", true) FusionPro.Composition.SetBodyPageUsage("CedarRapids2", false) } else { FusionPro.Composition.SetBodyPageUsage("NorthLiberty1", false) FusionPro.Composition.SetBodyPageUsage("CedarRapids1", true) FusionPro.Composition.SetBodyPageUsage("NorthLiberty2", false) FusionPro.Composition.SetBodyPageUsage("CedarRapids2", true) } if (Field("version") == "WASHINGTON") { FusionPro.Composition.SetBodyPageUsage("Washington1", true) FusionPro.Composition.SetBodyPageUsage("CedarRapids1", false) FusionPro.Composition.SetBodyPageUsage("Washington2", true) FusionPro.Composition.SetBodyPageUsage("CedarRapids2", false) } else { FusionPro.Composition.SetBodyPageUsage("Washington1", false) FusionPro.Composition.SetBodyPageUsage("CedarRapids1", true) FusionPro.Composition.SetBodyPageUsage("Washington2", false) FusionPro.Composition.SetBodyPageUsage("CedarRapids2", true) } return ""; I have had this work when just switching out one page, but have never tried with multiple pages. Any help would be appreciated.
  3. I got the shadow to show correctly. Was not using an Alpha Channel. However, the scaling of the type and the shadow are not working together well because the shadow is slightly larger than the type blocks. Thanks for the suggestion, it was worth a try.
  4. I tried your suggestion of adding another personalization that is a shadow image character. My problem now is that Expressions is not seeing the transparency of the shadow. It is saved as a layered TIFF as it says to do in the User Guide. I have attached another image to show what I am getting. Thank you for your help.With Shadows.pdf
  5. I am using the Image Characters personalization layer in Expressions. The customer would like a drop shadow behind their blocks of letters. I do not see where it is possible with image characters. Am I missing something? I have attached two images, one shows what I am getting and the other show what the customer wants. Shawn ABC_Postcard_FRONT-Original.pdf ABC_Postcard_FRONT-Missing Shadow.pdf
×
×
  • Create New...