Skip navigation

Login or Register to find out more about Jump_Over
Jump_Over has no profile image available
Status Level:

Recent Activity

Jump_Over replied to How do I print specific spot color(s) in separations?

"Hi,   I see, but as you noticed ID Object Model (JS reference) only refer to turning on or off the Cyan, Magenta, Yellow, and/or Black chan"

in InDesign Scripting 6 replies
6 hours ago
Jump_Over replied to Indesign Server CS6 errors

"Hi,   In case of  "bug" no 2: ==> you need to change a code. Current code replaces text.contents which removes formats as well. You nee"

in InDesign Server Developers 5 replies
7 hours ago
Jump_Over replied to Selected elements from list to separate text frame

"Hi,   OK. Replace these lines: var source = mDoc.textFrames.item("source"); var output = mDoc.textFrames.item("output");   with: if (app."

in InDesign Scripting 8 replies
7 hours ago
Jump_Over replied to Selected elements from list to separate text frame

"Hi,   are any other frames on each page then these two? are they placed on the same position (x,y)?   describe the way of detect them an"

in InDesign Scripting 8 replies
8 hours ago
Jump_Over replied to Data Merge not picking up all data fields

"Hi,   is modyfied Array.prototype.find = function (string) {     for (var s = 0; s < this.length; s++)         if (this[s] == string) retur"

in InDesign Scripting 6 replies
8 hours ago
Jump_Over replied to How to get exact values.

"Hi,   you need to round this floats (i.e.):   mWidth = Math.round(mWidth*100)/100;   Jarek"

in InDesign Scripting 1 replies
8 hours ago
Jump_Over replied to Selected elements from list to separate text frame

"Hi,   use "Layer" panel to name the boxes   Jarek"

in InDesign Scripting 8 replies
9 hours ago
Jump_Over replied to Data Merge not picking up all data fields

"Hi,   If you tell more about targered text boxes it could be easy modyfied,   Could the boxes be named? or Script could replace all "<<."

in InDesign Scripting 6 replies
9 hours ago
Jump_Over replied to How do I print specific spot color(s) in separations?

"Hi,   I am afraid you have to create and save your custom printerPreset in UI for custom separations. You can use it while calling documen"

in InDesign Scripting 6 replies
12 hours ago
Jump_Over replied to Data Merge not picking up all data fields

"Hi,   As far as I know you need in fact a script to replace 'plain text' with dataMergeTextPlaceholders.   a small example; Array.prototy"

in InDesign Scripting 6 replies
22 hours ago
Jump_Over replied to Selected elements from list to separate text frame

"Hi,   If your sourceTextFrame is named "source" and your outputTextFrame is named "output" you can use it (or change the way of detecting"

in InDesign Scripting 8 replies
1 day ago
Jump_Over replied to Relink script for print imposition

"Hi,   Try this: var mDoc = app.activeDocument; var stop = 2; var mPDF, oldPageNum, currPDF, currFile, mRec;   while (stop > 1) {     stop"

in InDesign Scripting 2 replies
1 day ago
Jump_Over replied to Convert spread pages to single pages using javascript

"Hi,   app.activeDocument.documentPreferences.facingPages = false; app.activeDocument.spreads.everyItem().allowPageShuffle = true;   rgds"

in InDesign Scripting 2 replies
2 days ago
Jump_Over replied to [JS][CS5] automate numbering swatches?

"Hi,   notice script 4th line (if "gateway")   using this you can filter your swatches to exclude gradient i.e. //....// somewhere inside"

in InDesign Scripting 13 replies
3 days ago
Jump_Over replied to [CS5.5][JS] Delete character located before search result

"Hi Trevor,   In case of overridding local formatting I agree. I didn't consider this, so you are right.   in case of John's script; an exa"

in InDesign Scripting 9 replies
4 days ago
Jump_Over replied to [CS5.5][JS] Delete character located before search result

"Hi Trevor, ~ Trevor ~ wrote:   [...] it presumes there is no local formatting on the FRUIT style words i.e. no bold / italics / color / und"

in InDesign Scripting 9 replies
4 days ago
Jump_Over replied to [CS5.5][JS] Delete character located before search result

"Hi,   What about 2 steps: //1st step to find replace inserting some "original" chars combination: // let say: em-space en-space app.findGre"

in InDesign Scripting 9 replies
1 week ago
Jump_Over replied to Need to avaid placing floats one after one on the same place

"Hi,   pretty complex question... 1. you place them as anchored or as standalone boxes? 2. how you detect correct "after the citation" pla"

in InDesign Scripting 6 replies
1 week ago
Jump_Over replied to How to set Inside and outside margin?

"Hi,   You should use .left and .right property of marginPreferences (for page or for document)   if document facingPages == true ==> they"

in InDesign Scripting 1 replies
1 week ago
Jump_Over replied to Grep expression not working in JS

"Hi,   I suggest to modify:   app.changeGrepPreferences.changeTo  = "\$1~y";   rgds"

in InDesign Scripting 4 replies
1 week ago