Create a TOC in an actual table?
http://forums.adobe.com/thread/1345217 This was discussed in the above thread. A "Clunky" and not very user friendly way was found to accomplish the end result in this instance. However in trying to...
View Articleimport grep styles to more than one paragraph style
Hello First, I have to say that I don't have any experience in scripting. I don't create scripts, just use them. I have a script that imports grep styles from one paragraph style to another (in the...
View ArticleRe-link lots of images? Indesign CS3
Hi - I posted this in the indesign forum and it was suggested to look here. I've had a quick look for a solution but thought I'd post aswell."Because I've resaved a load of jpegs to psds the links are...
View Articlescript for running multiple find/change queries
Working on a large ID book document (*.indb), I have saved several dozens of Find/Change Queries (named "col01", "col02" etc.) that I run on "All documents". For a particular reason I have to run these...
View ArticleCall another InDesign script with doScript in InDesign CS4 js
Hi, I need to call a separate InDesign script from an active script. Could I do it through java script, or do I need to call applescript to run the InDesign script. var myJavaScript = "myOtherScript";...
View ArticleZoom settings change when adding pages
HiWhen adding a page to a document with this code:app.activeDocument.pages.add(LocationOptions.AT_END);InDesign automatically reverts the zoom setting to FIT_TO_PAGE Is there a way to prevent this from...
View ArticleRGB/CMYK to Grayscale by script or right click?
Is there a way to convert RGB/CMYK to Grayscale by script? I need to convert 475 images to grayscale. But I can´t use Color2Gray plugin into Indesign for erros message - I don´t know why. I know there...
View ArticleExporting Multiple PDFs From A Single INDD Document
Hello All- I am trying to write a script that will create 3 pdf documents (high res, high res with crops and bleeds, and lo res web). I have a script that works for exporting pdfs with presets:...
View ArticleWhat is the best way create an interactive and portable study guide?
I am creating an interactive study guide and I'm wondering which Adobe product would be the best product to use for this project. The main functionality that I'd like to incorporate is clickable...
View ArticleHow to call a variable file path in javascript
Hi, My objective is to capture a file path on mac and windows. However, this file path gets changed with various users. For example the path is: c:\user\username\AppData\Local\Temp\myfolder------>...
View ArticleScript Export Single Pages with Custom Filename and Paragraph Style?
I have a document called 'mydocument'I have a multiple pages in the document.Each page has one "title" styled with a pargraph style sheet called title.I need to export each page as individual .jpg with...
View ArticleESTK string bug [CS5, CS5.5]
Hi all, Consider this JavaScript: var s = String.fromCharCode(65, 66, 67, 68, 69); $.writeln("string len=" + s.length);for (var i=0; i < s.length; i++) { $.writeln("#" + i + " = " +...
View ArticleCan I use Adobe in my own website
Hi all, Since a few months I'm working on a project to create a javascript framework based on extended tool kit.My goal is to provide a lot of usables class to work with InDesign, Photoshop, Bridge ......
View ArticleCS5.5 (Applescript) Packaging and PDF creation script
Hello there. I have an applescript droplet which, once an InDesign file is dragged onto it, it creates: a High Quality PDF;a Press Quality PDF; a Smallest File Size PDF; anda packaged InDesign file...
View ArticleCS6 - how to get page number?
i have selected frame. I want to know page number, where it is.aSel = app.selection[0];alert (aSel.parent.name); - i get empty stringcause it' Object spread. And what to do then? (without losing of...
View ArticleCreate separate indesign documents for each page of a document
I am converting a print indesign file for use with dps. The problem is DPS wants individual files for each page. Is there a script to take each page and save as an indesign file?
View Articleimport grep styles to more than one paragraph style
Hello First, I have to say that I don't have any experience in scripting. I don't create scripts, just use them. I have a script that imports grep styles from one paragraph style to another (in the...
View ArticleCreate a TOC in an actual table?
http://forums.adobe.com/thread/1345217 This was discussed in the above thread. A "Clunky" and not very user friendly way was found to accomplish the end result in this instance. However in trying to...
View Article[JS][CS5.5] Interrupting a script via ScriptUI
I have a script that automates the placement of PDFs onto pages based on an input XML file. It works splendidly, but I would like users to be able to interrupt the placement, particularly if they have...
View ArticleLine count Help
Hi All, Please help to alert the 5th, 10th, 15th, 20th line contents. Condition is, if the 5th, 10th, 15th, 20th line should H1, Equation1, Equation2, Equation3 then script alert the next line. Please...
View Article