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 ArticlestyleExportTagMaps errors in indesign cc
Hi, I am using following javascript code in InDesign CS6 to create a character style called "TempStyle1" and assign style export tag maps to it.So, that the character style are exported with this...
View Articlescript snippet to open the file info dialog box?
is it possible to have a script open the "file info" dialog box and then just end (leaving the dialog box open) so the user can input any metatag information?
View ArticleGREP Problems
Hi experts, I want to check the bracket with specific font and alert which page, but when I run the script, it cause indesign crash, it is something wrong with my script, please help me to fix it below...
View ArticleHow to find/change/delete index entries text in documents
Hi, I have a catalog which contains alot of index entries. I'm using index to sort out all the products. Usually the index entry is "Name of the product" and if the product is "New", I'll add "Name of...
View ArticleWith CS4, some things have changed
This topic is not about new features but changes, primarily in the object model, that will affect scripts that run perfectly well under CS3.Bear in mind that as before, you can create a folder for...
View ArticleAdding keyboard shortcuts to menu items created by script. Is that possible?
Dear all, I wanted to create a custom menu by script and assign (on the numeric keyboard) shortcuts to the menu items so that I could run one script with small variations instead of modifying a few...
View ArticleHow to relink graphics automatically
Is there a way, say using AppleScript to trigger a series of actions, to automatic relink graphics in a layout file? We often transfer InDesign CS6 layout file, with all its graphics in a folder, from...
View ArticleCheck for existing XML element
Dear all, I'm trying to write a simple script first checking to see whether an XML element exists, and then creating it if it doesn't. I've tried editing a piece of code that I used previously to do...
View ArticleSelect only one layer for my Script
Hey there, I am a newbie and just made this script with the help of other topics:it helps me to change the import options of all .ai's (pdfs) in my document var d = app.activeDocument;var g =...
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 ArticleIs there a way to select and delete conditional text marker?
I'd like to delete the conditional text marker so I can delete the text that is hidden without touring it ON. ThanksIvan
View ArticleRemove index reference marker
Hi everyone can you make a script for del those index reference marker: Teetan
View ArticleSave as option using javascript
Hi Experts, I am try to write code for "save as" option using javascript. could you please help me........
View ArticleHow can I set the first line indent is 0, according to the boxed text
How can I set the first line indent is 0,according to the boxed text selected_text_to_inlineobj.jsxhttps://gist.github.com/milligramme/9368861@
View ArticleIs there a script that It can change "selected text" into object?
I want change a lot words of my selection into object,I can only do it Manual! It is very slowlyIs there a script that It can change "selected text" into object?Could you like to help me~ Best wishes...
View ArticleSmart Text Reflow not working
Hi, When I flow doc file to indesign smart text reflow not working properly. Please see my below codings. -----------------------var myIndFile = File.openDialog ("Select Indesign File");var myWordFile...
View ArticleGetting Variables from an HTML Extension and using in JS
Hi.I am not sure if I should be posting this topic in this forum, so if anyone wants to suggest an alternative please say!While I am here, I am starting to make some very basic HTML Extensions using...
View ArticleCan you help me about this script
I wrote the script in the first frame that always createsI want This process the selected paragraph or paragraphs are created invar myDocument = app.documents.item (0);var myStory =...
View ArticleA question about GREP wildcard
Hi everyone In GREP find-changeI already how to use $1-$9, but I don't knowIn what circumstance I can use wildcard "$0" Teetan
View Article