Jump to content

urville

Registered Users - Approved
  • Posts

    6
  • Joined

Converted

  • FusionPro Products
    No

urville'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. This is exactly how I am doing it. Marcom told me in a support email that the imposition tab will not affect how it prints vs how it previews, except to add crop marks. Nevertheless, it still erases the ID designated bleed in the placed files if I dont put out the blank master PDF on which I am placing the artwork as full size (no implied bleed set in ID). AND Additionally... either way, it still puts the crops behind the artwork using FPimposer. They asked me to send them a sample job which I have done and i am awaiting word back on that particular bug. I dont get this implementation of bleed and crops in general though, it makes no sense. Oh. Only that its less and more simplified code doing the same job as much more complex code, which is what I had been using and previously found on the forums through searching. I thank you guys both for it! Exactly! I dont have to build a huge volume of statements nor a huge library of resources in it. I just had to go back to a main PDF that is the full size with no bleed set in ID and place on top of that (vs giving the main pdf bleed in ID). Otherwise if i build actual size and imply bleed in ID for the main PDF on to which i am placing, it cuts off the bleed to the exact size of the bleed on each edge on the placed item with blank white. Which, I cant help but say again, makes no sense to me functionally.
  2. FOLLOWUP QUESTION: I dont understand why when i make the blank page 8.5x5.5 plus bleed in indesign, and then place a graphic frame on top of it measuring 8.75x5.75 and Variable call a page 8.5x5.5 with .125 bleed (8.75x5.75) it cuts off the image that .125 on all four edges? EDITED IN LATER: I played with it, and it seems to be entirely predicated on the blank PDF. This sucks, because I was hoping by NOT making the blank PDF 8.75x5.75 no bleed using FPImposer would let the crop marks appear on top of the artwork rather than below. I dont get that result it makes no sense, crops should always be on top like in ID. I cant really go much more as the run sheet is 12x18 and obviously there is gripper. What is the logic of FP there? I dont get it. Additionally, if i understand wht is happening in the script here, it seemed like a logical choice to combine these two methods you both suggested into one combined code to simplify? It does work so far, and if I am correct it will allow me to dictate with less code by using the "agent" field which is more elegant. FRONT pdf = CreateResource(Field("agent") + ".pdf", "graphic", true); pdf.pagenumber = 1; return pdf; BACK pdf = CreateResource(Field("agent") + ".pdf", "graphic", true); pdf.pagenumber = 2; return pdf;
  3. Quite right, sorry. I am learning both. Don't post tired. Thank you, i appreciate that. I didnt want to resurrect threads that were ages old and most forums hate back referencing old threads, I take it that is not the case here. Ok... I see. I'm going to need to digest all these threads and info and see if I can franken it all together into something. Hah! Thanks!
  4. Indeed, each rep has a different item each time so the main card is built with their info and then items are inserted into that template. I have thought about making that process VI and even their info and clipped personages but it requires layered graphics and so i'm waiting till i have this down pat before i try to start inserting things in layers and fitting. I didnt even realize you could create resources via a rule! This is great because then I can simply make one big if then else and add all the known reps and it will only feed this particular mailings reps and info. We use .125 bleed pretty much always. What happened is I build these 8.5x5.5 with .125 bleed. When i first did this just winging it how I figured it out myself I made a 8.5x5.5 with .125 bleed blank PDF and graphically call them in but didnt even know there was an impose at the time so it just kept cutting off my bleed. So to fix it I just made an8.75x5.75 blank PDF and then called in the PDFs. Later I learned about impose and use it to give crops which funny enough go behind the placed artwork making them useless, but I need to rework it back I think and maybe it will work. Since I make the PDFs I can control how they go out, I dont put crops on in ID. There is a server? I never set one up. I must be composing locally, I just accept the lost time and work on other InDesign jobs. I'll have to look into this. Indeed, once I had done it this way i began to see how this is how I am going to build templates I think for basic mailings of the repeatable sizes. I even graphically pull the indicias now. I know there is supposedly templates, but I havent gotten there yet either.
  5. So, i am struggling with Java. Trying to learn it on the side. My knowledge is pretty basic, but in the meantime I'm asking for help. I have found other threads about multi-page pdf placement via javascript. Thing is, no one ever explains what each bit of the java is doing, which isnt a critique, it just means I cant figure out how to rework it for my specific need which functionally is a bit different. The threads are still helpful but they could be a bit more "teach a man to fish". So, i have postcard mailings and in these mailings i create a blank PDF the full "with bleed" size of 8.75x5.75, place a front and back via variable and use an imposition template to add crops (which adds the crops behind the artwork FYI lol). I am then combining many different excel sheets into one large mailing list. Each individual sheet has a three letter code corresponding to a sales person that i add as a column. Each sales agent has their own postcard. I then use that column to place the front and back artwork in addition to the addressing info and a variable line with the receivers name on the front ("Michael, dont miss out on the deals we have for you.") It's different sales people each time and turnover is high so I am constantly expanding and rewriting my rules. So far I have to split each PDF once proofs are approved into a 1-front and 2-back pdfs set from InDesign that i then add as resources so that I can call them in two rules, one for the front and one for the back of the PC. They are basic (Front: if REP field contains AAA, then display AAA1.pdf, if REP field contains AAB, display AAB1.pdf) and (Back: if REP field contains AAA, then display AAA2.pdf, if REP field contains AAB, display AAB2.pdf) etc. This is a real pain, and often there are mistakes from InDesign as this is not the most elegant or efficient means of doing this (lots of unnecessary extra workflow prepress) and this client is always in a rush and I wish there was simply a place in the resources/rule functionality to simply denote page number in PDFs. Seems like a real developer/S.engineer oversight. Nevertheless, I'm trying to make javascript that does this for each possible card and I think if I keep going at it without asking for help it'll be ages, in not never, before I ever figure it out, lol. I think part of the curveball is the ever changing sales reps. Help is greatly appreciated. I know people are giving their time and effort, so thank you!
×
×
  • Create New...