Re: Highlight Paragraph Styles
I have not been able to find any plug-ins. My company would be in the market for a plug-in like this.
View ArticleBatch export text from multiple Indesign files, applying and tags
Hi there, I am struggling for a while now with the following workflow: batch exporting all text (text only) as plain text, from multiple Indesign files, applying <em> and <strong> for all...
View ArticleRe: app.applyShortcuts not a function? Options?
I had tried that one but I get the same error.
View ArticleRe: app.applyShortcuts not a function? Options?
is InCopy or InDesign your script target?
View ArticleRe: app.applyShortcuts not a function? Options?
Both will be. I would like to have the script work to get the same result. But I can change and copy if there's diff syntax.
View ArticleRe: app.applyShortcuts not a function? Options?
Right.But are they a targets while you are testing a code now?Cause an error msg looks like script is trying to execute app.applyShortcutSet() with some another application (method anavailable). ESTK...
View ArticleRe: app.applyShortcuts not a function? Options?
I am trying to run them inside InCopy / then InDesign after I get it right. All the code I have is what I pasted above. Do you think I need to establish which application?
View ArticleRe: app.applyShortcuts not a function? Options?
If you are testing them by double clicking in ScriptPanel => NORunning them from ESTK ==> YES- choose target from pop-upOR-write in first script line:#target indesign
View ArticleRe: app.applyShortcuts not a function? Options?
Where are you running the script from at present? From the ESTK or have you saved the script and are trying to run it from within ID/IC? If you are running it from the ESTK, make sure that you have...
View ArticleRe: app.applyShortcuts not a function? Options?
So yeah, I am running the script within InCopy. And of course, the resulting error. But I cant put my finger on why the error.
View ArticleGraphic layer options
Hi guys, I'm experimenting with imported pages and the possibility to hide specific layers of an placed indesign document. To achieve this I am using the following code: var oDoc = app.documents[0]; //...
View ArticleRe: Graphic layer options
Hello, Jongware answered a similar question for me here: http://forums.adobe.com/message/4831577#4831577 Changing a layer invalidates the entire graphics set, so you cannot rely on the value of any of...
View ArticleRe: Graphic layer options
Thank you for that answer, now I know why I am running into this issue Nevertheless, for me this is a strange behavior.
View ArticleRe: app.applyShortcuts not a function? Options?
It should be app.applyShortcutSet("MadMac");
View ArticleRe: app.applyShortcuts not a function? Options?
Hi, There is another thing also: this method works since CS5+ version, I am afraid. Jarek
View ArticleRe: app.applyShortcuts not a function? Options?
Well, thanks guys. I looked twice through the CS3 Object Model and cannot find Shortcuts in there. I thought maybe it could be tackled by trying to forge obj model Panel or Menu or Menu Item or Sub...
View Articlefind text properties and change with created paragraph styles
Hi Forum! Im trying to do something new of myself!. First Step: I store the text properties of the insertion point[0] in findTextPreferences.Second step: I create the paragraphStyles with the...
View ArticleExporting each articles button names to an Excel Spread Sheet or other form
Is there a way to export a list of all the button names in each article to an Excel spread sheet or some other form? If someone knows of a script that does this that would work to. The button names are...
View ArticleGradient Feather Settings CS3 JS
Hello: Hi -- Odd thing with the following snippet: for (var i = (app.activeDocument.rectangles.length - 1); i >= 0; i--) { var myrec = app.activeDocument.rectangles[i]; if (myrec.label ==...
View Article