Main Menu

Recent posts

#11
Adobe InDesign / Re: Script to set a Frame to B...
Last post by Slappy - February 25, 2025, 08:06:40 AM
Nah, they're integral to-something. Man I shoulda learned some coding along the way, shit makes my head hurt.  >:(
#12
Adobe InDesign / Re: Script to set a Frame to B...
Last post by Joe - February 25, 2025, 07:48:00 AM
Is that is actually 2 different scripts? Looks like the 2nd one starts with:

// Run the script when a frame is selected in Graphic mode
app.addEventListener("selectionChanged", function() {
  if (app.selection.length === 1 && app.selection[0].typename === "GraphicFrame") {
    resizeToBleed();
  }
});

Maybe try running only the top part:

// InDesign Script: Resize selected frame to document bleed area

function resizeToBleed() {
  var doc = app.activeDocument;
  var selectedFrame = app.selection[0];

  if (selectedFrame.typename === "GraphicFrame") {
    var bleed = doc.documentPrefs.pageBleed;
    selectedFrame.geometricBounds = [
      bleed.top,
      bleed.left,
      doc.pageWidth + bleed.right,
      doc.pageHeight + bleed.bottom
    ];
  } else {
    alert("Please select a graphic frame.");
  }
}

Maybe the bottom part is only for when in Graphic mode.
#13
Adobe InDesign / Re: Script to set a Frame to B...
Last post by Slappy - February 25, 2025, 07:44:53 AM
Hmmmmm, looks right but - fails.  :-\
#14
Adobe InDesign / Re: Script to set a Frame to B...
Last post by Joe - February 25, 2025, 07:07:06 AM
Quote from: Slappy on February 25, 2025, 05:59:50 AMOk, that's nice! It doesn't do what I had before, but it does set all items going past the bleed to be at the bleed instead.

The much simpler one I used would just set the selected (single) item to the bounding area of the bleed box. I'll keep mesing around, should be able to get it to work eventually & I'll pot a link back if I do.

Thanks!
Is this it:

// InDesign Script: Resize selected frame to document bleed area

function resizeToBleed() {
  var doc = app.activeDocument;
  var selectedFrame = app.selection[0];

  if (selectedFrame.typename === "GraphicFrame") {
    var bleed = doc.documentPrefs.pageBleed;
    selectedFrame.geometricBounds = [
      bleed.top,
      bleed.left,
      doc.pageWidth + bleed.right,
      doc.pageHeight + bleed.bottom
    ];
  } else {
    alert("Please select a graphic frame.");
  }
}

// Run the script when a frame is selected in Graphic mode
app.addEventListener("selectionChanged", function() {
  if (app.selection.length === 1 && app.selection[0].typename === "GraphicFrame") {
    resizeToBleed();
  }
});
#15
Adobe InDesign / Re: Script to set a Frame to B...
Last post by Slappy - February 25, 2025, 05:59:50 AM
Ok, that's nice! It doesn't do what I had before, but it does set all items going past the bleed to be at the bleed instead.

The much simpler one I used would just set the selected (single) item to the bounding area of the bleed box. I'll keep mesing around, should be able to get it to work eventually & I'll pot a link back if I do.

Thanks!
#16
Adobe InDesign / Re: Script to set a Frame to B...
Last post by David - February 21, 2025, 12:20:31 PM
found this:


https://www.dropbox.com/scl/fo/e1e551xevd66519vte1qa/ANaSxu9SPB2ap_s-4SI4xmI?rlkey=shu0msiu4uea37p3x2ex1jf88&e=1&dl=0



It's a dropbox link that has 2 java scripts, 1 for single pages and 1 for spreads, not sure if it's what you are looking for
#17
Adobe InDesign / Re: Script to set a Frame to B...
Last post by DigiCorn - February 21, 2025, 11:11:24 AM
You mean like redefining page geometry in Acrobat? That can be done in pdf fixups.

[edit] Didn't look at the topic (InDesign). I *think* I know how to do it for pdf only.
#18
Adobe InDesign / Script to set a Frame to Bound...
Last post by Slappy - February 21, 2025, 11:08:45 AM
Kicking myself, I had a (very basic) script previously that I've lost in job moves. All it does is, when a frame is selected (Graphic mode typically) sizes the frame to the Bleed area for that document. Had it tied to a keyboard shortcut making it super useful resizing a ton of pages.

Can't replicate it, I even tried Chat GPT which appeared to make one but it doesn't function. anybody seen a thing, or know a way to easily create it?  :(
#19
Heidelberg / Re: Signa - reorder press shee...
Last post by DCurry - February 19, 2025, 01:12:54 PM
Haven't tried over there yet. I always try here first. It's not even that big an issue, just something I was curious about. 
#20
Heidelberg / Re: Signa - reorder press shee...
Last post by Joe - February 19, 2025, 01:10:28 PM
Quote from: DCurry on February 19, 2025, 12:54:34 PMI think I found a half-solution. It seems that I can move my folding patterns from one sheet to another, but I can't (easily) reorder the sheets. So I could move sig 1 onto form 2. It will work fine, just gets a little confusing out in the press room and bindery as they are used to Form 1 being the first sig. so if I build the template with a work and turn as the first sheet, then the first sheet will always be work and turn even if I choose to put sig 2 or 3 on it.

I was hoping someone here might have had some in-depth experience with Signa, but I guess I'm the only one using it currently!

Mark Tonk is a Prinect expert and he tried to login here yesterday but must have forgot his password. He tried to reset it but the email was bounced to me because his email address under his account here is no longer valid. You may be able to find him at other sites but I do not have any contact info anymore since his email address in his account here is no longer valid. Have you tried Print Planet?