Re: Export library to snippets
This is something i have been wanting to do for a long time, but I can't get your script to work.Should this work in CS4Don't surpose you could post someplace the actual script
View ArticleRe: Importing word file into InDesign problems
I even tried a brand new doc and see below word screen
View ArticleRe: Importing word file into InDesign problems
By the way, when I hit a hard return at the end of the last bullet item. I don't have the problem.
View ArticleImport TXT file in User Dictionary
Hi Forum, This is the script I m using for importing txt file in "User Dictionary" but the result is "undefined". Could anybody help me how to import Txt file in User dictionary. var myUserDictionaries...
View ArticleRe: I got bored, so I made this
Thanks Trevor. It's true i don't exercise much these days, however i'm in pretty good shape.
View ArticleRe: Calling scripts between applications
As Trevor already mentioned, you can achieve this by using BridgeTalk (btw it has nothing to do with Bridge application).Here is an example -- a script and sample files -- of interacting InDesign with...
View ArticleRe: [JS IDCS5] Resize Tables proportionally
Hi Jongware, I have a need to find all the tables in an document and resize the table width to its containing frame. I tried the code you provided and it is not working for me (Indesign CS6 v8.0.1)...
View ArticleRe: [JS IDCS5] Resize Tables proportionally
Muthuraj Durairaj wrote: I have a need to find all the tables in an document and resize the table width to its containing frame. I tried the code you provided and it is not working for me (Indesign CS6...
View ArticleRe: Import TXT file in User Dictionary
Hi, the addWord-methods expects a array of string. So you've got to open and read the txt. Then split the string to array ... Shure you want to add those words to every userDictionary regardless of the...
View ArticleRe: [JS IDCS5] Resize Tables proportionally
Hi Jongware, Apologies. I am receiving the error message Error number: 55Error String: Object does not support the property or method 'geometricBounds'Line: 2Source: parentWidth =...
View ArticleMoving frames upstream or downstream
I'm new to InDesign scripting. Is it possible to programmatically move text frames upstream or downstream? My understanding is that numbered paragraphs are numbered by frame/story, not by order on the...
View ArticleRe: Search for items and access your content [CS5.5] [JSX] [Win XP]
Pretty cool it that way. It's an option that I learn.But I had a problem. I better give you an example. I created two scripts:The first script I called for TextFrame as you suggested: var myDoc =...
View ArticleRe: Search for items and access your content [CS5.5] [JSX] [Win XP]
Well, I think it's back to post 1, above: iterating over allPageItems.
View ArticleRe: Import TXT file in User Dictionary
Hi -hans-! Thank you sir!... Yes hans i need to import all the speech contains in the text file.Because I need to detect only the spell errors recently and mistakenly happend while keying text by...
View ArticleRe: Import TXT file in User Dictionary
Hi -hans- (I want the object modules to call the "userDictionary" Import options". I cannot find it.. How can i import TXT file through script. thanks & regards,Shil....
View ArticleRe: Import TXT file in User Dictionary
Hi, you may try this example for English USA: var myUserDict = app.userDictionaries[21];//Should be English USA var txtFile = File('~/Desktop/test.txt'); txtFile.open('r'); wordsArray =...
View ArticleRe: applied styles
Hello Thomas, you can try this script. (For displaying the character styles you have to check »Style Ranges«). Here a movie what it makes. Roland
View ArticleRe: Import TXT file in User Dictionary
thank you -hans-.. much appreciates to you. thanks & regards,shil....
View ArticleRe: [JS IDCS5] Resize Tables proportionally
Muthuraj Durairaj wrote:I am receiving the error message Error number: 55Error String: Object does not support the property or method 'geometricBounds'Line: 2Source: parentWidth =...
View Article