Re: CS5.5 AnchoredObjectSettings not working like it did under CS2
Uwe -- Yes, Perrin's code does look a bit inconsistent-- P.
View ArticleRe: Empty Folder.
Wander5 wrote: Hi Muppet Mark, Execution finished, but no result. Acually i have an empty folder inside '/ID Links', while running your script the empty folder still sits there and not removed. Clarity...
View ArticleRe: Empty Folder.
please dont use space for folders and try the script again.. just a try...
View ArticleRe: Empty Folder.
Fantastic vandy88! A great clue and suggestion... It got deleted....if space is not allowed Waugh!!!.
View ArticleRe: Replace existing files.
Hi Forum. Acutally Im trying to use the indesign options "CopyLinksTo" in Link panel, But while im trying to copy the files to the particular location. the _1 is added at end of the each links names....
View ArticleRe: How to select two text boxes (linked) separated by a distance?
Dear Uwe, Many thanks for your points. I have 10 indd files and each file has one page and a table is only item present on page. So few files has table present in one table and few files has two text...
View ArticleExport table present in indesign file as PNG?
Dear all, I have 10 indd files and each file has one page and a table is only item present on page. So few indd files has table present in one textbox and few files has table in two text boxes because...
View ArticleRe: Replace existing files.
OK, NOw I got the way to replace but the result is" Files already exists. var theLinks = app.documents[0].links;myserver = Folder("/Users/rajni/Desktop/TestLink"); //ky = myserver.path + "/" +...
View ArticleRe: Replace existing files.
Hi, try this: var destFolder = "~/Desktop/test/", mDoc = app.activeDocument, k, currLink, currFile, currName, destFile; if(!Folder(destFolder).exists) Folder(destFolder).create(); for (k = 0 ; k...
View ArticleRe: CS5.5 AnchoredObjectSettings not working like it did under CS2
I should have said that this is in VB, more specifically VB.net. Peter, it's not case sensitive... The error is saying that anchoredObjectSettings is not a member of MyObject and I'm not sure why not...
View ArticleRe: CS5.5 AnchoredObjectSettings not working like it did under CS2
Just to humour us, try AnchoredObjectSettings, AnchorXoffset, and AnchorXoffset. Peter
View ArticleRe: CS5.5 AnchoredObjectSettings not working like it did under CS2
I figured it out, I left out a line of code in my example: MyObject = MyObject.ParentWhen you place a graphic the object is the graphic not the frame so you have to go to the parent of the object to...
View ArticleCC FindChangeByList
Is anyone using this script in CC ? Not all of my changes are being processed, the script ignores the lines containing the French guillemets, « and », for example: text{find what:"«"}{change...
View ArticleRe: FindChangeStyles for CC
Thanks, Dave. I wondered about that, and assumed that the "tell document 1" somehow overrode the story selection -- and I assumed that because whatever the script did, it did indeed do it in the entire...
View ArticleFiles not saved out path
Hi Forum, I am converting IDML to INDD in specific paths of IN and OUT folders, my JS is opening multiple files only, but not saved to out folder please can one correct my error my JS:...
View ArticleIs it possible to create new xml file after editing the table values in...
Hi.., Is there any possibilities to create new xml file after editing the table values in indesign through javascript..I am new to javascript.so kindly help me if anyone has idea regarding this....
View ArticleRe: Files not saved out path
change var mySourceFolder = Folder("/Volumes/User/Desktop/IN");var myOutFolder = Folder("/Volumes/User/Desktop/OUT"); to var mySourceFolder = Folder("~/Desktop/IN");var myOutFolder =...
View ArticleRe: When I convert the startup script to binary.
Look around on http://www.indiscripts.com/, I'm pretty sure that Marc describes how to deal with this. Peter
View ArticleRe: Create textFrame along side Rectangle
Hello, maybe this script will be helpful (at least some its parts ) :https://sites.google.com/site/dtpscripting/indesign-scripts/makerectan gle-jsxThere are options Size > Selection and Content >...
View ArticleRe: Files not saved out path
Hi Mac_rk, It works in Desktop only, but not working in server, I found it, as your way. Maybe my fault I asked only for Desktop. the code is: Folder("/SERVER/LiveJobs/IDML/IN") Mac_rk wrote: change...
View Article