Remove spaces from the empty cells
Hi, In most of tables there was an empty cells. In this cells there was white spaces and non breaking spaces are occurs. I need to delete all these spaces for all tables. Can i have any script....
View ArticleHTML Export
Hi, I am working in InDesign CS6. When i am exporting InDesign to HTML, Page folios and running footers are missed out. In InDesign file 'folios and running footers' are overridden and editable...
View ArticleHow to unlock all frames in all pages
Dear All, I am new to scripting in InDesign, I want to unlock all my frames in all pages. After that I have some work to do in all pages then again I want to lock all frames in all pages. Is there any...
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 ArticleWith Grep SUPERSCRİPT apply character style
I want the script withcontained in document SUPERSCRIPTapply a character style app.findGrepPreferences = app.changeGrepPreferences = null; app.findGrepPreferences.findWhat = Position.SUPERSCRIPT;...
View ArticleID CC 2014 plus ExtendScript (Yosemite) slow to the point of not working...
Hi allSince upgrading to Yosemite ExtendScript is sooooo slow.I literally watch the editor trying to keep up with me typing.Anybody else having this issue?RegardsRomano
View ArticleSome regexp inside ExtendScript freeze InDesign
Hello everybody! I am verifying that some particular regexp freezes InDesign when executed inside ExtenScript. For example: if (m =...
View ArticleGet the index of the current page?
Hello, I can't figure out, how to get the index of the active Page in a document. I can't use "activePage.name", as the name can not show the actual number of the current page. In the forums I found...
View ArticleJS/ScriptUI: placeholder madness
I created this yummy text box entry placeholder for CS4 on my Mac: but for some reason this fails to draw correctly on Windows! If the edit box is active and the cursor is in it, the text is not drawn...
View ArticleAutosize for a table column based on the maximum text length
Hello, InDesign CS6 allows you to have text frames auto-size to fit the text into them.This is not possible for a column in a table. I have to develop this feature now in a script. I think I have to...
View ArticleJS: How to remove duplicate items from an Array?
JS: How to remove duplicate items from an Array?I guess there will be a simple way ...
View ArticleData Merge. Creating Rules?
Can you create rules to work with data merge? Wondering if it would be possible in Indesign to create a rule such as: This rule would be based on my PriceMultiple column. If PriceMultiple is 1 or...
View ArticleExtendables: a framework for Adobe ExtendScript
Howdy folks, New here, but I come bearing gifts. I've just open-sourced Extendables, a small framework that simplifies ExtendScript coding. Check it out at http://extendables.org and the documentation...
View ArticleHow to apply style with grep script to finding question mark
app.findGrepPreferences = app.changeGrepPreferences = null; app.findGrepPreferences.findWhat = "\?";//app.findGrepPreferences.SpecialCharacters =...
View ArticleFor multiple selection this script edit help
2 or 3 selection text frame this script run? selection = app.activeDocument.selection; for (var j = 0; j<selection.length; ++j); var doc = app.properties.activeDocument, myOnjectStyle =...
View ArticleYosemite and InDesign - scripting through the OS / ScriptEditor
Anyone familiar with how to create a new InDesign document in javascript using script editor in Yosemite?
View ArticleScript for automate export of idml for many docs (perhaps using hot folder)
Hi all,I am looking for a solution to automate export many INDD docs to IDML. Did anyone have done such a solution? Thanks in advance!
View ArticleIncrease/Decrease inset spacing
Hi! Can anyone help me with this script for Indesign CS-5 - Windows XP I need 2 scripts:- One for Increase inset spacing Top, Bottom, Left, Right (in Text Frame Options)- Other for Decrease inset...
View ArticleCompare two array value
I want to compare two array value is it the same, the result that I want is can alert 1,5,6, but now the result is 6 only var myText1 = "1,3,5,6";var myText2 = "+1,+2, 3,+4,+5";var array1 =...
View ArticleInDesign Script select Page and Layer
Hi allI need to select all graphics on a page, but only on a given layer. myDocument.pages[myPageCounter].allGraphics.lengthThis works fine....
View Article