Anybody there who can help tweak a code?
I've constructed a GREP statement that nearly works for me. I need a kind-hearted genius to tell me where I've gone wrong. If anybody is willing, please comment and I'll post the code and an...
View ArticleRe: How to use the script placemultipagePDF with reduction?
@Martha – I do not know that script, but maybe you could use Scott Zanelli's "MultiPageImporter2.5.jsx"-script? See: http://indesignsecrets.com/zanelli-releases-multipageimporter-for-impo...
View ArticleAuto save
Is it possible to set up a script that would run automatically on file open and save a copy periodically, or perhaps better, one that would run on file close
View ArticleRe: How to use the script placemultipagePDF with reduction?
I use cs6 and and OS X (10.7.5)
View ArticleRe: JS ScriptUI CS4: How to create an indeterminate progress bar?
Hi UweThanks for the confirmation! I just realized that we dont really need to have the second part in a while loopTechnically it can be a stand alone code right outside the first loop:while...
View ArticleRe: How to use the script placemultipagePDF with reduction?
try below code, i modifide sample cone provide adobe as per ur requirement. main();function main(){ //var myCounter = 1; var myDocument = app.documents.item(0); var myPage =...
View ArticleRe: Auto save
copy the script in "startup scripts" folder and restart the indesign application #targetengine "MySnazzyEngine";var eventListener;main();function main(){ eventListener =...
View ArticleRe: Check continuous Page Number in Document
Hi All, Mr. Mi_D: Thanks for your excellent solution for my request. Mr. Dirk Becker: Thank you for your helpful answers Mr.Jongware: Always Special thank you By Beginner_X
View ArticleRe: JS ScriptUI CS4: How to create an indeterminate progress bar?
@Davey – thank you again… I'm not so sure, if "myTask" can be ever completed after the while loop.So I think, the if statement will at least do no harm. ;-) Sorry, no time right before Christmas doing...
View ArticleRe: cleaning up text frames
...the saga continues. I don't think Lord of the Rings went on for this long! Just found that this script - as great as it is - doesn't like text on paths. Reports an error on this line: Error 30476...
View ArticleRe: cleaning up text frames
@Colly – yeah, that's one of the pitfalls…The textContainer class could point to textFrames and textPaths as well. So you have to implement another test, if a textFrame contains a textPath and if yes,...
View ArticleRe: cleaning up text frames
Thanks for that Uwe. Have amended my empty box cleaner... again! This one will catch all text frames, graphic frames or unassigned frames that are rectangles, ovals or polygons that have no fillno...
View ArticleGet text selection and properties
Hi All, I need to get the text selection in my active document so that I can access the properties of selected text like paragraphs, font styles, colors etc.I wrote the following script to get text...
View ArticleRe: cleaning up text frames
@Colly – look at my screenshot in answer #9 of this thread. Yes, with threaded text frames there are constellations where the layout could change and overset text would be the result. Did I already...
View ArticlePlace image into table cell based on text value
Hi, I'm looking at converting plain text into InDesign Tagged Text. This tagged text stream will have multiple tables, and each table will have a cell whose text value is the full path to the image...
View ArticleRe: Get text selection and properties
Hi, Everything you wrote is possible to access.If your result is wrong = just paste a code which you expect as correct one. Jarek
View ArticleRe: Auto save
@Mi_D – that is all good and well, but the event will even fire, if you open another LayoutWindow of the same file. Or if you open the StoryWindow of the story editor. In the context of the original...
View ArticleRe: Auto save
Since I'm not familiar with scripting, not sure if this is what we need. We need a script that will auto save an active document every 15 minutes while it's being worked on. Is that what the script...
View ArticleRe: Auto save
thanks launbender for your feedback regaiding codeit's help me lot of for me at time write code.. In future also i hope i get feedback that help me Mi_D
View ArticleRe: Auto save
@mionthebeach – no. This code snippet will not save your open documents every 15 minutes.It's just an reaction to Mi_D's script snippet. My code is showing an alert every time the "afterOpen" event...
View Article