Jump to content

gdellaiera

Registered Users - Approved
  • Posts

    78
  • Joined

Converted

  • FusionPro Products
    No

gdellaiera's Achievements

Enthusiast

Enthusiast (6/14)

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

Recent Badges

10

Reputation

  1. I too am having the exact same issue (only in WebCRD). But when I check the box for tagged text I get the &amp & if its unchecked I get the entire line of code above (I thought it would work -_-). If I use the preloaded XML rule for all CAPS, it blanks out the '&' completely. I've also tried the below code (from another post) function NoBreak(s) { return s.replace(/&/g,'&').replace(/ /g, " "); } return NoBreak(TaggedDataField(“Department”)); Am I going crazy here? Thanks for the look
  2. Dan, I'm running the template in WebCRD for garment printing. Its got 3 pages, the first 2 contain a variety of image locations. The third page purely is to label which location gets which file. Just looking to grab and write down data. Your advice worked perfectly for what I was looking to do and its doing just what I need. return GetFileName(Field("YourFieldName")); Thanks for the help.
  3. Thanks guys for the direction Alex/Dan. Dan, I've got the images showing up, but since there are multiple images in the template, the shop guys would like a page that names locations and which file goes with it.
  4. Hi, I'm trying to return a file name from a graphic upload and I'm not sure where to start with this. Ideally, I'd like to just create a blank rule that says if Field (x) = "", return ""; else return "uploaded file name only" (not the image, as this will be in the graphic frame. Is this something doable?
  5. Yes, I see that its not quite clear as all of the images are sized appropriately. Let me see if I can clarify it: The image frame is 0.75"x0.75" (as are the images). The frame is set to 'Best Fit' and allows users to upload their own image. What I would like to do is run a script that takes images that are not the same proportions as the frame and resize them to fit better in the frame (clip option on the image frame has not helped with this). I'm kind of looking for a bleed/crop box type of thing here. Its something that we can kind of work around, but would ultimately like to find a better way to handle the images. Hopefully this clears things up a little bit!
  6. I've attached the test version of the business card we are working through. The graphic frame is the exact size and there are a few images in there too.Test Business Card.zip
  7. I was wondering if anyone has scaled images inside of a graphic frame in a way different than the presets (Best fit, Proportional fill, Fill to shortest edge & Fill)? We're building out a business card which our customers will be uploading (inside DSF) their own head shots to (per Marketing we can't host a gallery) and they don't always fit right. I've done some trial and error with best fit & clip and I've had varied results. Has anyone else tried to do this?
  8. Thanks Dan, I forgot to respond, but it was that I was leaving the box unchecked for "Treat returned strings as tagged text". Simple solution and just a moment of airheadedness!
  9. So if I wanted to make sure that all & display correctly, would I just enter the below for all fields? Var1 = ReplaceSubstring("&","&"); I'm running into the issue of users entering & and it being replaced with "&" and I'm not sure how to fix it.
  10. Customers are using our new business card template (uploaded and configured on WebCRD) and in one of the fields (title), many of them are adding and ampersand '&' but it changes to "amp;" instead of just "&". I've read some threads about some scripts that people have been using, but this is just an open form field for us. I've also turned off the check box limiting FusionPro to MacRoman characters, but that didn't help either. Anyone else run into this before?
  11. Hey I have a quick question on this; Has anyone else lost the bleed on the bottom record of the page? Every time that I discard space in between records, the imposition template keeps all bleeds around the outside except the bottom row and then it grays out the option for "Discard Space and Bleed below row" so I can't add it back.
  12. Dan, I've tried to resize the file, but I can't get it small enough to upload on this site Any other way to upload the file?
  13. Dan, which files are you looking for? I attached the composition output file but if there is something else that would help, let me know & I can post it.
  14. I'm running into an issue with my imposed file where crop marks are falling behind the imposed business card, instead of on top. I'm not sure if this is a setting in FP Imposer, InDesign or Acrobat and was wondering if anyone else has run into this issue before. I've attached some screen shots for reference. Thanks for any help! Valero BC Data-Output.pdf Screen Shot 2018-09-04 at 1.09.19 PM.pdf
×
×
  • Create New...