Quantcast
Channel: Adobe Community: Message List - InDesign Scripting
Browsing all 37788 articles
Browse latest View live

Re: Phenomenal optimization technique!

Hello, That is quite an interesting find. Thinking out loud here. I wonder, if the script called a plugin to setup the start undo sequence, the script itself told ID not to record any undo stuff, and...

View Article


Re: Hi friends

yes hyperlink for page numbers. For Example:  Paine, Thomas, 34, 143paper money, 94, 100, 101Parliamentary system, 105–108, 195Patriot Act, 88, 116, 220 This is index text, we need web pdf, there is...

View Article


Re: Extendscript Toolkit default version

Basically you will have to uninstall both and reinstall the apps in the correct order. Installing out of order rewrites some of the shared libraries to the older version.

View Article

Startup script to load shortcuts — in a Citrix environment

Let me offer a sample of what I have and ask if anyone knows how to fill in the gaps. For starters, a listening script upon booting up InDesign: #target InDesign#targetengine session //collect the name...

View Article

Re: Hi friends

Hi Srikanth, It sounds like maybe you are new to scripting (as you have not posted any code to show what you've tried so far)If you generate the index using InDesign's indexing feature, the hyperlinks...

View Article


Re: Can't get text paths if there are groups

G'day i couldn't get setmyPitemsto (everytext pathofeverypage itemofeverypage) whosecontents = ""to work in CS5 But if none of your text paths are in groups, you can just bypass the page items that are...

View Article

Re: Can't get text paths if there are groups

Alternatively ..... if you need to drill into the groups you can do it like this :                     setmyGroupstoeverypage itemwhoseclassisgroup                    repeatwithyinmyGroups...

View Article

Re: AS - all page items, access not allowed

G'day try :set pList to every page item m.

View Article


remove specific text variables (IDCS6)

Hello everybody, Is it true we cannot delete text variables in InDesign? I am trying something below: #target "InDesign"if(app.documents.length > 0){  var myDoc = app.activeDocument;  var...

View Article


Re: Script to activate the Color Separations Panel?

You can open the separation panel, invoking it's menu item, but i don't think it's possible to select the separation you want etc. see if the panel is already...

View Article

Re: remove specific text variables (IDCS6)

Hi, MyTextVarName is a string, not a reference. Also your approach is to complicated so as you already know the name of the variable you want to remove and there's not need for looping so. var...

View Article

Re: remove specific text variables (IDCS6)

Thanks -hans-. Ican see the error pointed by you. Little bit of modification and things works as required. Much appreciated. Best,Pankaj

View Article

[CS5][JS]Events for tabbed panel UI

Hi, Is there any event available for tabbed panel when i activate partiular tab. Rgards,Sankar L

View Article


Re: [CS5][JS]Events for tabbed panel UI

Hi, try the onChange-event somePanel.onChange = function () { $.writeln(somePanel.selection.text);         }

View Article

How can I get values from the structure tree

HeyI want to make a script in Javascript, where I can change attributevalues in the structure tree. Can anyone give me an example how to do that?

View Article


export page number as an attribute in the XML

Can some one suggest me, how can I read page number from the page and export as an attribute in the XML. I need page number as one of the attribute in each page node  Thanks & Regards,Anurag

View Article

Re: Script to activate the Color Separations Panel?

Thanks for your help Vamitul.  I'll either continue trying to figure out my original idea - a pop-up warning if indesign black is assigned to text, stroke, or graphic excepting certain layers - Failing...

View Article


Re: Script to activate the Color Separations Panel?

actually the searching shouldn't be too difficult. 1) hide the two layers2) app.findChangeObjectOption.includeHiddenLayers=false3) app.findObjectPreferences.fillColor="[Black"]4) if...

View Article

How to select two text boxes (linked) separated by a distance?

dear all, how to select two boxes in an indd CS6 document? I tried to label them also but unable to select. Virender

View Article

Re: How to select two text boxes (linked) separated by a distance?

Hi, Assumed there are page items named "box1" and "box 2" anywhere inside mDoc:mDoc = app.activeDocument; mDoc.pageItems.item("box1").select();...

View Article
Browsing all 37788 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>