Sign in to follow, share, and participate in this community.
How to generate a new object style by referencing the object "rectange X" ?? (by javascript) How to generate a new object style by referencing the object "rectange X" ?? (by javascript)
in InDesign Scripting
BackWe have used the non-standard URLs in our book, we are trying to catch with grep, but can't backward from the center (/PDF/), kindly advice on this. Here is the screenshots. Trying ... Need ... Hi, The below line selected all the tables in the document. I need to select a first table and then next table etc... var myTable = app.activeDocument.tables.everyItem().getElements(); Anyone h... Hi, I am working in InDesign CS6. I need the both PDF and HTML output. There is no issues in PDF output. But when i am export to HTML, folios and running footers are missed out. In InDesign file... Hi, I need the below requirement: In all tables, some times there are more than one 'column heading' occurs. I need all Column heads should be a separate cell style. I have put one empty ... Hi, I need some critics for the following code snippet. I am trying to implement an AMD like functionality with ESTK and was wondering if I was doing it the right way or the wrong way. ESTK already has the ability to ... Hello everyone, I am quite new with scripts and don’t know much about it but I have an InDesign document with a lot of bullets and I need to apply a paragraph style to all these bullets, without having t... I have a simple InDesign AppleScript to export the current file as a PDF to my Desktop. It had been working fine. Now I get this error every time: Data is out of range. The AppleScript is: tell ap... Our filenames are in this format: 12345_Something_Something.indd InDesign can insert the entire filename as a text variable. What we want is for it to only insert the first 5 numbers – every... I want to change the date format to (1 December 2009) in activeDocument but without table text, but seem error but if I change myP = app.documents.item(0); run through activeDocument, it can change all ... Hi All, This below coding is open indesign file and flow word file then save as in the same name. But now I need to add "_Flowed" with the before .indd extension. See 16th line. But if I run this coding result... Does anyone know if this function is documented? I'm trying to implement a progress bar similar to the one Marc Autret supplies here: Re: Type of window for progress bars? In general it is awesome and works we... Hi, I use extendables library for checking if a token has expired and it works.
#include 'extendables/extendables.jsx'
var http = require('http');
var url = 'http://foo.fr/mod_traffiq/getContributionM... Hi All, Use below function for avoid Unique or duplicate in arrays:
myTextFile2.write( "Ligatures Missing\t" + unique(myParaPageArray) + "\n")
function unique(myPs) {
var newArray =... Hi All, 1. I want to combine two arrays using for loop. 2. Remove duplication Combine myParray and myCarray. //~ var myFinal = myParray.concat(myCarray) //~ alert("myFinal: " +... Hi All, //This below coding is used to find specified paragraphstyle and change its fontsize, but I need to do change this request at more indesign files. And also advice which ways could we find? var ... What type of window (window/palette/dialog etc) is best for progress bars? I´m using window now, but they can sometimes by accident get hidden behind the document. I dont think dialog works, sinc... Hi All, The below coding is to create margins for master spreads. If any shortcut coding for this. See my coding below var mydoc = app.activeDocument; mydoc.masterSpreads.item(0). pages... Hi, Read the question carefully I'm asking how to open the Find/Change dialog, not how to toggle it. Toggling is easy enough: app.menuActions.itemByName("$ID/Find/Change...").invoke();  ... in my ID CS4.. when i try to make a "grep style".. every option are grayed out, not available! Any Advice/help?