Re: Rename and relink images - Indesign CS4 - OSX10.5
Hi Kasyan, I have been trying to adjust your script for my specific need, but can't get it to work . I have an InDesign document with approx. 500 images linked. They all have the prefix "DK_" in the...
View ArticleRe: Rename and relink images - Indesign CS4 - OSX10.5
It seems I actually solved the problem by adjusting another script found here:http://jsid.blogspot.dk/2006/03/replacing-links.html //Description: Replace images with prefix to another language /*...
View ArticleRe: Select textframe on basis on textFrame.id
Hi all, As Dave showed itemByID() is a great shortcut to get access to any DOM component from anywhere, the parent collection being just a placeholder (provided that any ID is an UID and gets direct...
View ArticleChange a attribute value with XSLT before importing an XML
I need change the attribute value with XSLT before importing an XML <table class="x" style="width="50pt">... I have to divide by 200 the value of "width", and the result multiplied by 100:...
View Article[AS-CC] Make or delete a language at document level
Hi! I made a script to change language of a document.I'm able to change it in every single text, table or style sheet, but not at the document level. As the language is an element, not a property of...
View ArticleRe: How can I add a custom property to an object, like a paragraph?
The two approaches I would use would be to either use xml tagging or add named hyperlink destinations to the text. If there's a lot of text, I'd stay away from the xml approach because of performance...
View ArticleRe: [AS-CC] Make or delete a language at document level
Document (or application) languages is not something you can change via scripting.
View ArticleRe: all text frames FRAME_TO_CONTENT
Laubender wrote: I think "textContainers" was introduced with InDesign CS3.I think that's correct.
View ArticleRe: Find dpi Photoshop eps
This will not get the exact resolution, but you can use preflight to find out if an eps is higher than a predefined resolution.
View ArticleRe: [AS-CC] Make or delete a language at document level
Ok, Harb. I just wanted to have "clean" documents (not having multiples languages registered in the doc when only one is used).But I can live with that. Sometimes the dictionnary is driving me nuts.
View ArticleIndesign cs5.5 Applescript - Relink image
Hi, currently we can relink images from our applescript by using the original image link name but looking to see if we can do if by script label name. Is this possible. Thanks, Joe
View ArticleTwo images on top of each other
Hi, I have a CS6 document with two copies of the same image, one on top of the other. I need to set different clipping paths for each copy of the image. Is there a good algorithm for determining their...
View ArticleRe: Two images on top of each other
Are they both on the same layer? If so, why? This sounds like an ideal use of layers to differentiate the items. If there is a good, strong reason why they're both on the same layer, then I think you...
View ArticleRe: Indesign cs5.5 Applescript - Relink image
You can't use a script label to perform a relink, but is that what you're really asking? Or are you trying to use the script label to identify the linked item you want to relink? Dave
View ArticleRe: how to include preset in RTF import option while importing RTF files?
Does the application preference object: WordRTFImportPreference Do the job for you? Dave
View ArticleRe: Find Soft Hyphen
The soft hyphen is not considered to be part of the character string, so you can't find it that way. Instead, what you can do is check to see if the last word of a line has a lines collection of length...
View ArticleRe: JSDOC framework doesn't work with JSX
Have you considered changing the extension of your InDesign scripts to .js? Dave
View ArticleRe: JSDOC framework doesn't work with JSX
You could try http://stdbrouw.github.io/Extendables/ It's a framework for Indesign scripting that includes jsdoc (https://github.com/stdbrouw/Extendables/blob/master/doc/jsdoc.conf) John
View ArticleRe: how to include preset in RTF import option while importing RTF files?
When you place an rtf file in the UI, you can select a preset. But a script can't select a preset for placing a file. You'd have to script the preferences you need using WordRTFImportPreference. The...
View ArticleReg.Apply paragraph style
Hi All, Can you please anybody help me that how to apply the paragraph style which is available in Indesign with case insensitive in find/change grep options. I have tried with below code but the style...
View Article