Re: Problem with UTF filenames on Mac OS X
As I wrote at first: My code works on Windows fine because both strings (in JS and get filename) is encoded as UTF (Normal Form Composed) eg.: „č“ is one UTF8 character (2 bytes).On Mac you get...
View ArticleUse Standart Lab Values for Spots
How do I turn on option Use Standart Lab Values for Spots from the script?
View ArticleSmart Title Case
I'm writing a smart title case script. The core of this script is based on the script written by Dave Saunders.http://jsid.blogspot.com/2006/06/smart-title-case-revisited.html When the script is run it...
View ArticleUpdate Links
I'd like to update the Links in a document, the moment they become in need of updating. Ideally whilst InDesign is in the background and a [SAVE] action inside Illustrator causes this to update to be...
View ArticleRe: Update Links
Here's a simple Update Modified Links script I use in my workflow.It updates all modified links in the current document. Just assign a shortcut to it — no need to open Links panel to update links.
View ArticleRe: Remove Empty Pages Performance
Hi Trevor, I am sorry for the delay in replying. No the speed is about the same. Thanks anyway.
View ArticleRe: Remove Empty Pages Performance
What about creating a new doc from scratch and copying only the necessary pages ?Adding to the end of something is often faster than removing here and there.
View ArticleRe: Remove Empty Pages Performance
On my system which is quite an old and slow one both script run in a few seconds (mine quicker for me ) so I don't know if building a new doc will help.If you have a sample document which is not...
View ArticleRe: Remove Empty Pages Performance
Hello Rick! The problem seems to be with the document, not the script. On a test document i made, on my much inferior system, it only takes about 10-15 seconds. Things you could try: 1) before...
View ArticleRe: Update Links
if you want to get fancy and create a autoupdater, you can use AFTER_ATTRIBUTE_CHANGED event listener to look for a change in a link's status property....
View ArticleRe: find images resolution
Thanks thanks thanks thanks a ton & ton... I notice i have misspelled the word "Grayscale" "a" should be replaced by "e". Many thanks -hans-.......
View ArticleRe: Update Links
Ok... I assume you two are talking about the Javascript that Indesign and Adobe use. ExtendScript, I think it's called. Firstly, it's probably important to understand... I'm trying NOT to goto...
View ArticleLocation names changing
Hi Forum, I need a timely help, which will save hell lot of time for me.. i have a script for relinking images.... distress i found is... after the images are linked in pc machine and when indesign...
View ArticleRe: Location names changing
without testing, i guess this is your problem:var myFolder = Folder("trans/9780630/983660/Linked/");var new_path = myFolder+ '/' your new path becomes: trans/9780630/983660/Linked// fix: either var...
View ArticleRe: Update Links
This could be easily done with idle task. Turn auto update on:#targetengine tomaxxiTEST main (); function main () { var uTask = app.idleTasks.add ( { name: "tomaxxiAUTOupdate", sleep: 1000...
View ArticleRe: Update Links
Marijan, i think the onIdle doesn't fire (on windows, at least) if indesign is not the active (foreground) app.
View ArticleRe: Update Links
You think I would post this without testing?It works just fine here on Win, and should on Mac as well!
View ArticleRe: Insert text without picking up local overrides
Is it important that the tags don't get any additional formatting? (I would qualify it as "neat" rather than "crucial" but then again, "working neatly" is important IMO.)@Jongware – that is a crucial...
View ArticleHow can i apply a CharStyle for created footnote on the fly? [CS6-jsx]
I insert footnote insted of founded text.mSn_text = mFound[i].contents; //get footnote's content mFound[i].contents=""; //clear contents for keeping number of future footnote var myFootnote =...
View ArticleRe: Placing Group Library Assets
Hi Jump_Over, Extremely Sorry for the late response.... Above coding working fine to cut and move the "tx" style in Marginal Notes("aaa"). But facing the new problem is, If we apply the object style to...
View Article