|
"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 |
|
"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 |
|
"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 |
|
"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 |
|
"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 |
|
"Hi, you need to round this floats (i.e.): mWidth = Math.round(mWidth*100)/100; Jarek" in InDesign Scripting • 1 replies |
8 hours ago |
|
"Hi, use "Layer" panel to name the boxes Jarek" in InDesign Scripting • 8 replies |
9 hours ago |
|
"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 |
|
"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 |
|
"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 |
|
"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 |
|
"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 |
|
"Hi, app.activeDocument.documentPreferences.facingPages = false; app.activeDocument.spreads.everyItem().allowPageShuffle = true; rgds" in InDesign Scripting • 2 replies |
2 days ago |
|
"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 |
|
"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 |
|
"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 |
|
"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 |
|
"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 |
|
"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 |
|
"Hi, I suggest to modify: app.changeGrepPreferences.changeTo = "\$1~y"; rgds" in InDesign Scripting • 4 replies |
1 week ago |