Jump to content

Jeff Odom

Registered Users - Approved
  • Posts

    12
  • Joined

Converted

  • FusionPro Products
    No

Jeff Odom's Achievements

Apprentice

Apprentice (3/14)

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

Recent Badges

10

Reputation

  1. I have multiple resources that are location addresses. I need to change the numberfont to a different font than the text. I have tried to apply Dan's suggestion in this thread: http://forums.pti.com/showthread.php?t=1720&highlight=Proportional+Lining var numberFont = "Arial"; var text = NormalizeEntities(Rule("Change phone format Rule")); return text.replace(/(\d+\s*)/g, function(d){return '<f name="' + numberFont + '">' + d + '</f>';});but when changing Rule("Change phone format Rule") to Resource("Washington") it just returns "Resource("Washington"). Any suggestion on how I can apply the change numberfont rule to a resource?
  2. Yes, it is when previewing on the mac with Producer. Mac 10.12 FusionPro 9.3 Acrobat XI
  3. I have a booklet that I want the end user to be able to view all pages, cover and text. The end user can add a custom letter to page 2 of the text, I have this working. But I only want the text pages imposed. I've played with the !IsPreview and with Composition object but haven't had any luck.
  4. Thanks Scott, I did try an absolute path but had no luck. I used the terminal and I also created a service to get the absolute path but had the same results.
  5. When working off the server our images aren't showing in preview, they do show when we compose. We created a image resource and have it linked to the image on the server. This is only happening on the Mac's, preview shows correctly on a PC. If you place the image file on the desktop of the Mac and link the resource to it the preview works. We've tried both connecting by SMB and AFP. Has anyone ran across this before?
  6. What is the best way to use a graphic with Text Profile Attribute? The user would supply us with their logo image so they don't have to upload it each time they place an order. Is this possible?
  7. Is it possible to hide multiple pages of a versioned product so the user only has to review the first 2 pages? I have an 8 page versioned product with repeated fields on each page (example: Company Name; Company Logo; Company Phone) the first 2 pages is a postcard. The postcard is the only part I want the user to review, but when the order is placed I want a PDF of all pages.
  8. Need help sending JDF to Printer. We have two Oce VarioPrint 6160 printer. Has anyone had success with JDF?
  9. My request has changed. I just need to restrict the user from entering all 0's in the zip code field in the Ship To section of the shopping cart.
  10. I need to restrict users from entering letters and special charters in the zip code field in the shopping cart. Any suggestion? thanks,
×
×
  • Create New...