InDesign CC2014 html5 panel v-e-r-y slow on Mac (fine on PC)
We have a <div contenteditable="true"> in our InDesign HTML5 extension. On PC it behaves as expected (typing immediately changes the content of the div). On Mac, key presses when in this...
View ArticleCan you make a script for select cells?
Hi everyone I want to use script to select cells If I selected a cell or slected a character in the cell or the cursor in the one cellI want to script count the cursor position as a first column then...
View ArticleCreate separate indesign documents for each page of a document
I am converting a print indesign file for use with dps. The problem is DPS wants individual files for each page. Is there a script to take each page and save as an indesign file?
View ArticleCreate nested style from selected text
I trying to find a way to simply select a line of styled text and then have InDesign create a nested style based on that text. For example 2012 Chevy Camaro - Leather, Great Car, Super...
View ArticleFinding and replacing Paragraph Style of last line in a bulletted list?
Hi, I'm wondering if there's a way (or a script out there) to automate finding the last item of a bulletted list and apply a paragraph style? I'm dealing with multiple, hundred-page documents with tons...
View ArticleCan you fix this script problem?
Hi everyone I got this scriptfor gen underline text to pdf the problem is it gen each page multi times if the page more then one place has underline text Can you fix it?...
View ArticleSocket#read
I am currently writing my first InDesign/ExtendScript script. After exploring the forums, and the Object Model Viewer, it seems as if there are currently two different methods people take when...
View ArticleHow can I let second column applied to character style “ITALIC”
Hi every one Can you make a script for applied second column of text applied to to character style ITALIC Like this: Thanks John
View ArticleList of fonts
Somebody posted a question about how to write a script listing all fonts with details.But while I was writing the script the post has gone. (How could this happen? ) Here is the script — it writes a...
View ArticleComparison unicode characters in indesign?
How tocomparetwo different filesinunicodecan I do?For example, in the "SampleWord"to a documentby"Sampleword"comparetothe seconddocumentI want to doas aunicode character.And finally,the second...
View Articlefunction call another function variable
Is it possible to call another function variable?Below is my Script: f2(); function f1() { var v2 = 1; } function f2(v2) { var v3= 2; alert(v2); }
View ArticleHow can I make a long list find-change only on Master
Hi everyone I got this script: //---------------------------------------------------------------------------------------- -------------------------------var myDocuments = app.documents.everyItem();var...
View ArticleCan you make a script for select cells?
Hi everyone, How can I tell the script not mater my selection is this: or this:I want to select full tablethanksJohn
View ArticleCan you make a script for count tabs?
Hi everyone, How can make a script for count tabs? for instance: start count from the two tabsadd a tab into shorter at beginningtable not always two or three columnsso any way add a tab into shorter...
View Articlechanging filePath format from slash to colon separators
OSX 10.6 running InDesign CS5.5. Scripting using Javascript. I'm almost finished a script to automate the ePub Export settings dialog box, but I'm having real problems setting the cover...
View ArticlePlace object and add hyperlink [JS] [CS5]
Hi all I'm trying to add a hyperlink to an object after place it. How can I get the ID of this item?I'm reading data from a xml and I have some URLs that I want to convert into icons with hyperlinks. I...
View ArticleRun Script but no need to open the document
Isit possible to run a script (e.g. for find some text, and replace with the other text), but no need to open the documents? Coz I wrote a backup script, and when I opend the file(s), run the backup...
View ArticleHow can I set a point size for staticTexts
Hi everyone How can I set a point size for staticTexts? staticTexts.add({staticLabel:"Please select a tedious job"}); thanks Teetan
View ArticleHow to make a handwriting font look like real handwriting in InDesign CS5
This is a script I've written (AppleScript) that addresses the problem most handwriting fonts have — they look like fonts, mostly because they're settled so regularly along the baseline and their...
View ArticleIndesign script to run on action?
Hi, can anyone help - is it possible to set up an indesign script to be triggered to run on an action such as when you export to PDF (Instead of manually running the script)? To explain, I have a...
View Article