Alert for transparency items
Hi Forum, I got this from forum , I need a help to alert, for any type of "transparency effects" appiled to the pageItems. Instead of referring,...
View ArticleR6025 pure virtual function call
Hello,Got error "R6025 pure virtual function call". Thats an error send by InCopy after quitting application.Sorry for writing on this forum but on InCopy Forum is 2 month freeze from the last post...
View ArticleInDesign Conditional text batch export with TOC update
Hello Everyone, I'm just getting into the scripting, so bear with me please. I have an indesign document with several conditional text variations and a generated Table Of Contents. I've found -hans-'s...
View ArticleCopy paste anchored objects in a table
Hi all!I must design very often posters with a lot of brands logos (events sponsors) distribuited like anchored objects in the cells of a table.Very frecuently, the list of brands changes after...
View Articlespecify target in URLs for buttons or hyperlink settings
I've been searching for hours on this simple question. How can you specify target="_blank" on a URL? I have an InDesign CS5 document with many hyperlinks in it. Actually they have been formatted as...
View ArticleCreate textFrame along side Rectangle
Hi all, I'm JavaScript, struggling with the creation of a textFrame along side a Rectangle. I can create the textFrame simply, set its content, and its auto-sizing, but I'm trying to position it's...
View Articlegraphics moving to layers: problem
Hi Forum, While I'm moving graphics to the another layer. The desgin (placement of the images) get spoiled. The backmost of the image is brought forward to frontmost and hiding all the frontmost...
View ArticleNeed GREP Help
Hi ALL, I hope simple request for you... I want to find the word start with http:// or www.(find all url words start with http://or www.) How can we catch using in GREP or TEXT. one more question: In...
View ArticleBeginner: help with ungroup script
I just began learning Javascript for InDesign CS5 and I would appreciate some step by step help Goal: Ungroup all grouped objects in the active document. - Active document- Select all grouped items-...
View ArticleHow to get the windows username in jsx
Hello, I have a JSX script in "My Documents\Adobe Scripts" to make it trusted script. I have another text file I need to read from JSX. Since the location depends on logged in user, I need to find the...
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 ArticleBatch export grouped items as jpeg?
Hi there- We have decided that it's time to switch to InDesign; we're paying for it as part of CS4 anyway (we will be upgrading when the next update is announced), and Quark just isn't doing what we...
View ArticleCS6 findchangebuylist with javascript error
Running Mac OS 10.6.8 iMac 2.93 GHz Intel Core i74GB 1333 MHz DDR3Indesign CS6 8.0.1 I have created an new page with nothing on it except a text box. I imported paragraph and text styles for a master...
View ArticleSearch cross reference marker
Hi. Can someone tell me how to search cross reference markers in a InDesign document? Miya
View ArticleExtendscript Toolkit (CC?)
Hi all I was wondering if there are any plans to give the ESTK a facelift with CC? I notice there is a preview product Edge Code, but I am guessing cannt be hooked into work with InDesign CC /...
View ArticleHow to delete layer by name?
Hello,I currently have a script that deletes unused/blank/empty layers: var layers = app.activeDocument.layers.everyItem().getElements();for(var i=layers.length-1;i>=0;i--){...
View ArticleAbout creating index
Hi! I have a script about index that works as the following. Collect the all index from the opened indesign document.Change the sortby string of the collected index.Delete all index of the opened...
View ArticleChange language in existing text
I'd like to find a script that can find all text in a document that doesn'tuse the character language "English: Canadian" and change it to use "English: Canadian". I hope to add this script to an...
View ArticleTable row split
Table row split sccripting. 5 paragraphs in one row in table. i need 5 paragraphs in 5rows. please help some one.e.g. is below: Header 1Header 212345 change,Header 1Header 212345 Thanks,Senthil
View ArticleHow to identifying images space? [RGB/CMYK]
Hi, Could you please any one help me, how to identify image space [RGB /CMYK] of links in InDesign CS5.5. Is it possible? or We need to use bridge only? I tried b/m code, but i got "Error: A value is...
View Article