Quantcast
Channel: Adobe Community: Message List - InDesign Scripting
Browsing all 37788 articles
Browse latest View live

Re: batch-find-and-replace.jsx

I wrote to the github support. Maybe they can tell us what the problem is.

View Article


Re: batch-find-and-replace.jsx

The github support fixed it on the fly. Now it works. Man - they are fast. I will have a look into it.

View Article


Re: batch-find-and-replace.jsx

That's so weird, but glad to see github could help you out ! Indeed super fast !Glad to hear you can now view it. Have a great weekend !  Greets,Mirna

View Article

Execute exe (email client) from javascript

I am trying to convert my VBScript that export and attach a jpeg to Thunderbird email client in Javascript, but I am stuck on the execute of thunderbird exe. This is what I am doing in VBScript and it...

View Article

Re: Set tabs in Paragraph Style

I have made two InDesign scripts, one that deletes all TabStops from all ParagraphStyles of a Document and one that adds TabStops to all ParagraphStyles of a Document. var oDoc = app.documents.item(0);...

View Article


Re: Execute exe (email client) from javascript

Hi, run your VB via doScript in ExtendScripthttp://jongware.mit.edu/idcs5/pc_Application.html#doScript addition:use ScriptLanguage.VISUAL_BASIC which is supported although not in the documentation ...

View Article

Re: [JS][CS4] - Conditional statements in a table?

Is there anyway to adjust the script above to search for text content - and if found – apply "Magenta" as a fill color to that cell. ExampleApple        20Orange      10 If the cell contains "Apple"...

View Article

Re: Communicating between Acrobat XI and InDesign CS6

Uwe:    InDesign has a File object that may be used for file I/O, but I cannot find an equivalent in Acrobat.  As Javascript has no native file I/O support, how would one go about writing that text...

View Article


Re: Communicating between Acrobat XI and InDesign CS6

@John – can you use the export functions of Acrobat Pro?In Acrobat Pro v9.x: File / Export / Text / Text(Plain) Uwe

View Article


Re: Communicating between Acrobat XI and InDesign CS6

Alas, this needs to be automated.  The script must do it.  But the very fact that it can be done manually leads me to believe that there must be a way with JS. R,John

View Article

Need to apply table fill color based on text content

Totally new to Indesign-scripting – but really need a solution to this: I have a table I want to fill the table cell with a different color based on text content. If cell contents the text "Apple" fill...

View Article

Tracking changes

Hi, In an InDesign document with Track Changes turned on. I know I can view the changes in the Text Editor. But I cannot find a way to access the text from Javascript Basically if I have: Old Text and...

View Article

Re: Tracking changes

It's called "Change". I hope you find everything you wanted to know at http://jongware.mit.edu/idcs5/pc_Change.html, I haven't ever used it :)

View Article


Re: Get TextColumn of Selected Text

Hi,    I need to get the textcolumn of selected text.  The text is hyphenated in the end of text column.  I need to get the column of the each word in the hyphenated words.   Thanks,Sudha K

View Article

Re: Need to apply table fill color based on text content

Hi Franke, Try the below code, may it will helpful:  var myDoc = app.activeDocument //var myCell = app.activeDocument.textFrames.everyItem().tables.everyItem().cells.ev eryItem().getElements()...

View Article


Image may be NSFW.
Clik here to view.

Re: Communicating between Acrobat XI and InDesign CS6

Hi all,The trick with BridgeTalk worked for me only in InDesign 5.0.3, Acrobat 8.0.0, Windows XP SP3. In all other versions (and on Mac) Acrobat is unavailable. (You can get the list of available...

View Article

Re: Hyphenate a word in user dictionary

Hello!  Peter Kahrel has shown in his script »hyphenate.jsx« as it could work. --- To add words to the dictionary, you can use the following snippet.e.g. userDictionaries[17]: »Deutsch: 2006...

View Article


Image may be NSFW.
Clik here to view.

[JS CS6] Is anybody able to get button’s printableInPdf property?

Hi All, Is anybody able to get button’s printableInPdf property? I always get the following error whenever I’m trying to access it (Grrr! ):The content of this object has multiple values for this...

View Article

Re: Script to insert a character with a given font

Thank you for your advice. I started to read the documentation and used a part of your code and I was able to reach my goal. I had never used java script before so it took quite a lot of time but I am...

View Article

Image may be NSFW.
Clik here to view.

Re: [JS CS6] Is anybody able to get button’s printableInPdf property?

Hallo Kasyan, i got the same error message (in German, CS6). But if i set it true or false then it works. Weird ...  Roland

View Article
Browsing all 37788 articles
Browse latest View live