Do I Really Have to Rewrite All My Code to Support CC 2014.1?
Hi All, Up until now, all my customers were using CS5.5 or CS6. My Extensions were written in ActionScript and developed in Extension Builder 2.1. Am I to understand that in order for my Extensions to...
View ArticleFind Italic and Roman(Punctuations)
Hi All, Any solution by Grep or script. Request: 1. Need to find the Italic character and the Punctuations marks(roman) 2. Give non breaking space between that. Input Screenshot: Output Screenshot:...
View ArticleHigh Res - Low Res Pdf
Hi Friends, How to convert high resoultion to low resolution pdf in Indesign... by manually or by script Thanks,Divya
View ArticlePath of the Find-Change Queries/Grep folder in ID CC 2014
Hi, Is this var correct to localize the path of the Find-Change Queries/Grep folder in ID CC 2014? var query_folder = app.scriptPreferences.scriptsFolder.parent.parent + "/Find-Change Queries/Grep/";...
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 ArticleSpilt a name which has more than one space
I have a name as : ashish Kumar Panday I just want first name into one sring and rest into other as : F Name=ashish lName = Kumar PandayI am trying with this code but it not working var...
View ArticleFolder.getFiles Multiple Filters Mask
Hi all, Folder.getFiles (".*") ... in this case it will get all types of files Folder.getFiles (".jpg") ... in this case it will get all files with .jpg extension ... but how can I filter to get (for...
View ArticleParagraph number of GREP search result
Dear all, I'm trying to apply paragraph styles to various elements in my document, but rather than statically referring to the paragraphs in question (whose position might be subject to change in the...
View Articleradio button created by script. Need help on cancel button.
hi, after running this script, when i select german, french or italy button and clicked on cancel button, then window should closed but it shows respective alert e.g. "u clicked German" thanksVirender...
View Articlebatch-find-and-replace.jsx
Hi there, I wrote a batch-processing script for find change queries and thought I share it with you. You can get it over here You can process GREP, TEXT, GLYPH and OBJECT searches. PurpouseWhile...
View ArticleExtracting an image data merge field using only an indesign file and not...
Hi, I have kind of a weird requirement but I hope you guys can help out. I need to extract all the custom fields used in an indesign file without referencing the dataMergeProperties of a document....
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 ArticleWhy can't I get the value of "checkedState" in ScriptUI?
I found I can't get checkedState's value recently, and anybody can help me? The snippet script is following: #target "InDesign-8.0"main(); function main(){ myInterFace(); myTeardown();}...
View ArticleHow to create an Empty Playlist File on Mac?
Hello everyone, I'm working on a Music Player script, I was able to play a file via the default player as when we doubleclick on a file. The problem is I have no control over the Player, so to "stop" a...
View ArticleApply OverprintFill option for all Paragraph and Character Styles
Hi How can I apply OverprintFill option into all paragraph and character styles in the javascript. See below my coding jsx.Coding:--- var mypstyle =...
View ArticleAppend double hyperlink name (myHyperlink, myHyperlink (2), etc.)
Hi there, I'm writing a script that automatically creates hyperlinks based on XML-tagged source references within a text and their identically tagged counterparts in the reference list. This works...
View ArticleHow can I apply a GREP style to a text variable?
Hello everybody,I have a question concerning GREP styles inside Paragraph styles. 1. I've created a text variable to generate a recurring title on the upper side of the page based on the main title...
View ArticleAdjust column width in tables
Hi, Anyone of you please provide the script for the below requirement. All tables in a document: 1) All ‘$’ columns should be fixed width “1p”2) All empty column should be “1p”3) All ‘%’ and ‘)’...
View ArticleWith CS2, some things have changed
I have not located a place where changes in scripting between CS and CS2 are reported, so I thought I'd start a topic here with some of the things I know about.This is about changes to the object model...
View ArticleDraw a rectangle box
helo, i can draw a rectnagle box at the top of my page as below, but how to draw one that starts at the bottom of the page (bottom left) and works upwards ?I thought of doing the reverse of the below...
View Article