Select all image objects in a document, layer, page
Hi, I'm reading the "Scripting Guide", but still I haven't found what I'm looking for... I need to select, with three different JS Script, all the images that are inside the current selected InDesign...
View ArticleI have an InDesign javascript that two weeks ago worked on my document. Now...
var del_list = ["F7X Header.eps"]; var my_doc = app.activeDocument; var my_image = my_doc.allGraphics; for (var i = (my_image.length - 1); i >= 0; i--) { var tmp_name =...
View ArticlePoscript pdf only correction pages
Hi, Can i have any script for create pdf only for correction pages. i need only 30 corrected page pdf out of 230. Regards,Velu
View Articlegive way to regular numbers
hello Ican createby combiningtheway IwanttocreateInDesignWithDisplayfirmwarenumbers, startingat the top right, but I can not.Assistantyou are.Allyou can createby combiningthedesktopmodule Figcreate...
View Article[Ann] HTML/CHM for CS6 Javascript
I don't think I've ever been so fast before: http://www.jongware.com/idjshelp.html is updated, it now also contains my Friendly Help for CS6, as both HTML (separate files) and CHM (one compiled file...
View ArticleAutomate word to indesign
Hi i was wondering if there was a simple way to batch convert word documents to indesign? I currently have about 500 word documents in a folder that i wish to convert into indesign files. At the moment...
View ArticlePersistent - CS 5.5 and userInteractionLevel = NEVER_INTERACT (is it possible)?
#target InDesign #targetengine "session" app.scriptPreferences.userInteractionLevel = 1699640946; //NEVER_INTERACT; I've even tried to wrap this into a floating persistent dialog box script that runs,...
View ArticleEdits the contents
Hi, How to get the modified pages in InDesign Javascript. (Ex: I was modifying contents in page 2, 3, 20, 25) I need to get those pages only using script. Please suggest? Regards,Velu
View ArticleI need Indesign macro to export and import alt text.
Hello Guys, I need Indesign macro to export and import alt text. Could you please help to create such macro? Motive is to export text for localization and after localization import the same.to find...
View ArticleExporting correct Hex colors via scripting
Hello all, I need to export the fillColor of a paragraph style via scripting. I can get the fillColor property of the paragraph style, and can also convert CMYK to Hex. However, I do realize that the...
View ArticleNeed GREP expression to Find MD., PhD., FAAC. etc. but not at the end of...
I'm just starting to utiilize GREP a little and was trying to write an expression the would find two or more uppercase or uppercase, lowercase, uppercase combination followed by a period such as MD.,...
View ArticleHow to format paragraphs in a table cell programmatically
I am adding three paragraphs to a cell: this.currentTable.rows[0].cells[0].contents = record[this.GUIDE_LOCNAME_ENG] + "\r" + record[this.GUIDE_LOCNAME_FR] + "\r" + record[this.GUIDE_LOCDESC]...
View ArticleGrep String Help
So I'm trying to create GREP styling to help making a project faster. I'm trying to have everything between a period and a comma character styled, or between a period and the word 'by or at' This is...
View Articlehow to apply text track changes + switch off tracking
Hi all, Does anyone know how to make a script to make such steps:-switch off tracking changes in text into opened layout-apply all changes in text (for all boxes on document) Version CS6.Thanks in...
View ArticleJS ScriptUI CS4: How to create an indeterminate progress bar?
Hi Folks, Does anyone here know if ExtendScript (I'm using the CS4 flavor of ES) can produce an indeterminate (i.e., "barber pole") progress bar using ScriptUI's progressbar control? I've tried a...
View ArticleHi is there a TextCleanup script for Indeisgn CC?
I am looking for a TextCleanup Script for Indesign CC, any help would be greatly appreciated.
View Articlemenu item position via [AS]
Seems simple enough, but is there an Applescript equivalent to the LocationOptions in Javascript? I'm specifically looking to add a menu item before or after another item. It appears that only...
View ArticleHow do I load data from HTTPS server using indesign's javascript
I really am needing to load some xml from an https address into indesign. I had been using 'extendables.js' to connect to http address successfully, but I don't think it supports https. Is there...
View Articlelayer hierarchy?
Hi all,I can't figure out how to change the layer order of my current script.Basically, the script creates a box with an outline (rule) onto a new layer, but this new layer sometimes ends up being...
View ArticleRemove All Unused Styles...Jongware...?
Hello Jongware! After a couple of changes for ID CC2014 as you'll note below (" -> ', and, Object Styles) to an old couple lines of your code, I got the following to work beautifully to delete all...
View Article