Preserve Local Formatting script and CS4
Unfortunately, Dave Saunders' amazing PreserveLocalFormatting.jsx script (that changes local formatting to character styles) doesn't work under InDesign CS4. I've tried running it both as-is and in the...
View ArticleIndesign autosave
I believe there's some autosaving and backup feature in Indesign, where to turn off this option or rather set to a longer time..My Indesign will get slow at some time interval. Heeeeellllp..
View ArticleFont Converter .ps to .otf
Hi ALL, Any font converter or any solution from postscript fonts(.ps) to open type fonts(.otf). Font i want to convert is "SassoCPMPri" Can anyone give solution for this. RegardsBEGINNER
View ArticleFile extensions on Mac
Hi there, Using a line like this on a Windows machine: myFile= File.saveDialog("Save Settings", "Super script extension: *.sse"); this makes sure that whatever name the user chooses for their...
View Article[JS][CS5] automate numbering swatches?
Hey,I'm trying to make a script that will automatically number swatches based on their order in the swatch panel. I found this script in another topic already var myDocument = app.activeDocument;for(i...
View ArticleInDesign 7.0 breaks Visual Basic reference
I've previously posted this to the Indesign SDK & Scripting forums, but haven't gotten a reply.I thought I'd try again, rephrasing it a bit.When I installed Creative Suite 4, InDesign 6.0 installed...
View ArticleHow do I print specific spot color(s) in separations?
I am still a beginner to ExtendScript & JavaScript, but I am learning fast. Right now, I need to figure out how to tell InDesign to print specific pages of the active document using a printer...
View ArticleMove xml element into Lib Item
Hi, I'm currently trying to build a script to move a ELEMENT into anchored objects with a specific object style. Here's my Script myXMLElements =...
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 ArticleHow to write data at the end of doc in reverse order?[CS6-jsx]
I need to move all my spec texts entries at et end of doc. To keep correct reference in all found entries i have to process in reverse orderfor (i = mFound.length-1; i>=0; i--){ ...etc but can't to...
View ArticleXML ATTRIBUTE
Hi, xml data with contains attribute values. XML Data: <chapter><div class="figure" id="s9781452281988.n9.i73"><p class="fig-caption" name="Figure 9.2.">Prevention of, and Treatment...
View ArticleHow to print PDF with H&J Highlights
Hi I need output pdf with H&J Highlights, so that we can validate the H&J without native file. Is there any options in applesctipt/javascript. Thanks in Advance
View ArticleHelp! new to script
hi forum!...... I m new to scripting... I want a small things to do with scripting. I want to select an image (link) placed inside page(0) of document. my link name. teddy_1.ai. and the location is...
View ArticleAdding row at a table in indesign CS6 from javascript
I have a table in my indesign page.It has one column and several rows. I want to add a row at the begining of the table and add some text content to it.I tried some provided code but none have...
View ArticleFolder action to package and create pdf Applescript folder action
Hi Does anyone have an Applescript Folder Action to package Indesign CS5.5 files and make pdfs.Thanks, in advance.
View Article[JS] ScriptUI CS6
Hi Can anyone help me with a bit of ScriptUI. I am building a dialog box that contains a tabbed panel containing a single tab. I am filling this window with rows of editText boxes. Is it possible to...
View ArticleExtendScript libraries
Hello All, I want to create a library of commonly used functions, etc. that I can use in my ExtendScript scripts. I created a script that I put in the JavaScript startup folder that has this content:...
View Article[CS5.5][JS] How to get anchored object by text search result?
Hi, I need to get the anchored object by text search result. This can be an image, textframe, grouped objects... This is my code... app.findTextPreferences = NothingEnum.nothing;...
View Article[CS4/5][JS] Script causes InDesign to crash
Hello, I'm having a bit of an issue with some InDesign scripting i'm working on, and wonder if anyone else has had the same issue. I have a script that uses app.dialog to prompt for user information....
View ArticleWhich .dll contains the Splash Screen?
Hey gang, Do any of you know which .dll file within Adobe InDesign CS6 contains the startup splash png image file? Best, Mike Witherell, ACE
View Article