Re: [JS CS6] Is anybody able to get button’s printableInPdf property?
Hi Marc and all Firstly thank you Marc for your speedy reply to my PM at somewhat of an unearthly hour. I very much appreciate it.I had no doubt that your code would be original with a lot to learn...
View ArticleRe: [basiljs] set text properties of overflow text
yeah maybe it's return like you said.Anyway, value is pretty close so i keep it like this.
View ArticleRe: Write a string to text with .write
Thanks alot, it worked! I don't understand tough why in this script, it worked without the encoding info. var newPrefs = volumeClientNum + "\n" + myMissingLinks + "\n" +...
View ArticleProblems with document flowing after placing a movie inline
I'm trying to place a movie inline and have the contents surrounding it reflow, instead when the movie is placed it overlaps all of the contents above it. I'm placing a movie using the following code:...
View ArticleRe: Write a string to text with .write
ExtendScript is (quite unusually ;-) very fussy when writing files. If there is anything in your text string that cannot be handled by the encoding of your choice, it refuses to output *anything* at...
View ArticleRe: Write a string to text with .write
Ahhh now i get it. The missing puzzle piece. Thank you Jongware. So i should always specify the encoding then? Here is the script if someone need it. It may not be as clean as it should be but it...
View ArticleRe: Problems with document flowing after placing a movie inline
This is not related to you placing a movie; the same would happen if you place an image, or even an empty rectangle. Your existing text has a fixed leading, and your default text setting must be set to...
View ArticleRe: Write a string to text with .write
> So i should always specify the encoding then? It actually depends on what further purpose you use the exported "plain text" file for. Not all plain text editors can read UTF-8 (TextWrangler, my...
View ArticleRe: Problems with document flowing after placing a movie inline
Yep as Jongware said it's not Movie issue.It's a wordwrap issue. You can see that simply by drawing a rectangle then do cut and pasted to make it an inline object.If you want to place as an inline and...
View ArticleRe: Write a string to text with .write
[Jongware] wrote: You could try to stuff all of the above options into a dialog box and let the user decide :-/ Very funny! They are not aware that there are multiple text encoding options. The...
View ArticleRe: Problems with document flowing after placing a movie inline
Just to make it a bit easier to refer to anchored object you could probably useparagraph.insertionPoints[-1].words[0].allPageItems[0].anchoredObjectSettings.anchorYoffset = 10;Not the best but unlikely...
View ArticleRe: GREP: Find multiple paragraphs between brackets
This is great I've been using thisFind: (?s)<CC>(.+?)<\/CC>Change: $1 Couple of thing though more for my sanity then anything else... If whetever is inbetween () is a copied then why is it...
View ArticleDictionary
I want to change the dictionary target from user dictionary to 3rd party dictionaryI got the name via the following code but when i use addedWords property I get an error.So what can I do to get the...
View ArticleRe: Hyphenate a word in user dictionary
Hello ! drerol64It was realy very helpful thank you.
View ArticleRe: Write a string to text with .write
Hi, had a short view to the script.One thing: a layer has a own property allPageItems, so there is no need to get the pageItems of the whole doc ...
View ArticleRe: GREP: Find multiple paragraphs between brackets
There are various so-called non-capturing modifiers: (?s), (?i), etc. And even capturing parentheses can be made non-capturing if you just want to group something. E.g. (this|that)? captures all this...
View ArticleRe: Urgent
thanks for the reply but i wanted to export the word with hyphenation.I got the correct answer from peter kharel.
View Articlekeyboard shortcuts to userscripts - chaos
Hello, all you scripters must be having the same problem - everytime you flush your indesign preferences (perhaps to fix a broken palette) - basically everytime indesign re-assigns new action-IDs to...
View ArticleNeed to get all the text from the particular applied character style
Can anyone help me I need to get all the texts from the particular applied character style app.findTextPreferences.appliedCharacterStyle = "Character style1";
View ArticleRe: keyboard shortcuts to userscripts - chaos
Stephan Moebius wrote: ..i don't think this is relevant. It's because indesign doesn't assign the shortcuts to the scripts by filename but by those volatile action-IDs. Are you sure about that? I just...
View Article