Jump to content

WBG-guy

Registered Users - Approved
  • Posts

    23
  • Joined

About WBG-guy

  • Birthday September 30

Converted

  • Location
    Portland, Oregon

Converted

  • Occupation
    Digital Prepress

Converted

  • FusionPro Products
    Yes

Converted

  • FusionPro VDP software version
    MAC=7.2P1d, PC=8.2.7

Converted

  • OS
    Mac OS 10.6.8, Windows XP SP3

Converted

  • Acrobat Version
    Acrobat 9.x

WBG-guy's Achievements

Explorer

Explorer (4/14)

  • First Post Rare
  • Collaborator Rare
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

10

Reputation

  1. That worked perfectly! I did what you suggested in making all the pages unused. Thanks again for all your help!
  2. Once again, I apologize for my inexperience with this so please bare with me... Do I replace the current "OnRecordStart" rule with this "switch rule" that you provided? In the "OnRecordStart" rule??
  3. I tried that, before I posted my issue. The Retail back is called "retailback" in fusionpro. Any other suggestions?
  4. I have a business card that has different options for fronts and backs depending on what they choose. Our client wanted to add another back option but I'm unable to make it work. Here are the possible fronts and backs In the "card" Field they choose... 1. snowbasin (front=snowbasin, back=sunvalley) 2. sunvalley (f=sunvalley, b=back) 3. SV. Condominium Op. (f=sunvalley, b=back) 4. Retail (f=Retail, b=retailback) NEW BACKER OPTION 5. Recreation (f=sunvalley, b=recback) Here's the old script I had that worked... if (Field("card") == "snowbasin") { FusionPro.Composition.SetBodyPageUsage("snowbasin",true) ; } else if (Field("card") == "sunvalley") { FusionPro.Composition.SetBodyPageUsage("sunvalley",true) ; } else if (Field("card") == "SV. Condomminium Op.") { FusionPro.Composition.SetBodyPageUsage("sunvalley",true) ; } else if (Field("card") == "Retail") { FusionPro.Composition.SetBodyPageUsage("Retail",true) ; } else if (Field("card") == "Recreation") { FusionPro.Composition.SetBodyPageUsage("sunvalley",true) ; FusionPro.Composition.SetBodyPageUsage("recback",true) ; FusionPro.Composition.SetBodyPageUsage("back",false) ; } Its been a while since I edited this script so anything you can do to help fix would be greatly appreciated. Thanks
  5. That worked perfectly. Thanks again for your help!
  6. I'm still learning javascript so bare with me. I'm using the phone tab rule and I have it working except I can't seem to figure out how to reduce the font size of the tabbed "PHONE". It needs to be two points smaller than the default size. Here's my rule... if (Field("phone1") == "") return ""; else return Rule("phonetab") + <b><color name="WHITE"><f name="NewsGothicSTD">OFFICE</f><t></color></b>'; Thanks for you help!
  7. Looking at all this is very overwhelming but its extremely helpful. Help a novice with javascript. Our client needs a phone format with spaces inbetween. (ex. 123 456 7890). How do I go about doing this?
  8. My knowledge on javascript is extremely limited so please bare with me. I'm trying to create a versioned product template on our storefront that customers can use to upload multiple page pdf's so it ouputs a saddle-stitch booket. Of course, customer files will range from 12 to 60 pages or more. Is there a rule that can handle unlimited multiple page files to create a saddle-stitch booklet? If so, what are the steps to creating this? I've seen some information on the Forums but they seemed to involve javascript programming which can become complicated on my part. I have attached samples that customers will be uploading. Any help would be greatly appreciated. Archive.zip
×
×
  • Create New...