List of fonts
Somebody posted a question about how to write a script listing all fonts with details.But while I was writing the script the post has gone. (How could this happen? ) Here is the script — it writes a...
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 ArticleExtracting single pages out of InDesign documents
Is it possible to extract or export single pages from an InDesign document?So far I've done it this way: I remove all the other pages, save to a new document and reopen the original document.Here's my...
View ArticleCan you fix scripts problem?
I got these three script, their work very well, but not in the cell, can you fix it: Script 1: 00.// left Indent: whatever, firstLineIndent: 8 mm 01. 02.var curDoc = app.activeDocument; 03. 04.if (...
View Articleevent listener for xmlelement
I would like to know the event listener method to catch if user add/delete elements from the existing file.
View Article[JS CS3/4] ScriptUI How to color a button ?
Is it a way to get a colored button in the ScriptUI DOM ? I tried dlg.button1.graphics.backgroundColor = dlg.button1.graphics.newBrush(dlg.button1.graphics.BrushType.SOLID_COLOR,[0.7,0.7,0.7],1); But...
View ArticleTelephone numbers as a hyperlink
Hi, I have a large document with lots of telephone numbers as a dps folio for smartphones. Is there a way that indesign can convert telephone numbers to hyperlinks automatically like you can with email...
View ArticleChange script function
Can you change the function of script “find-change-by-list“? I want to change in all my opening files. main();function main(){var myObject;//Make certain that user interaction (display of dialogs,...
View ArticleJavascript Get the Current Path without %20 and / backslash
Hi, If i trying to get my .indd path, it is giving the path with %20 and / backslash and ":" also missing. How can i get my path with exact format because i need to pass the path as a argument to a bat...
View ArticleBox, Table script
Hi Please refer below screen shot. In my Indesign file text box, tables figures are in separate sections. I created library item Box and Table. Every time I picked my library item Box and flow the...
View Articleplacing a multiple page graphic (illustrator, eps)
Hi, My goal is to insert all the pages from an illustrator file (javascript) into an Indesign document and get a handle on them (so I can spread them on different pages, etc). That needs to happen...
View Articleactive path and function
Hello all good Adobe Members! I have wrote a function in a script called "interface.jsx"Our project and folderstructure is always the same.my "interface.jsx" is saved in...
View ArticleHHow to create a keyline around the document perimeter
Hey guys, I am trying to create a keyline around the document instead of using the crop mark. I would like to automate this task for each documents for any size I create. Does somebody tried to set up...
View ArticleJS that applies all clipping paths at once?
Hello, I found the thread that contains the Applescript for this, but would love to have a Javascript that works the same. Anyone have or know of one for ID CS5 that will apply all clipping paths for a...
View ArticleCan you correct my unfunction my script?
Hi, everyone I made a script for add a continued at end of paragraph but unfunction, call you please help to fix it? var myDialog = app.dialogs.add({name:"add...
View ArticleMN Elements in XML Jobs
Hi All, I need to pull out the following marginal tags in XML jobs. I hope problem is in coding 18th line. Screenshot: Coding is below: var myDoc = app.activeDocument; var myLib = app.libraries[0];...
View ArticleDoubt in Apple Script code during file/folder copy process
Hi, I have created apple script application for the process to copy files/folder from given source path to destination path. Once files/folders are copied, doing relink process in InDesign files....
View ArticleCan you make a script for modify cells?
Hi, every one, I am looking for a script can do this: If a slection a range of cell, the script can: (1) let the even number of column apply to character style “Color+Bold”(2) fill with colour of “\d%...
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 ArticleFolder Array
Hello guys How do I make an array to create all theese folders? if they not exists create them here is my code so far function createFolderStructure() { var a = new...
View Article