Re: batch-find-and-replace.jsx
I wrote to the github support. Maybe they can tell us what the problem is.
View ArticleRe: 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 ArticleRe: 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 ArticleExecute 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 ArticleRe: 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 ArticleRe: 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 ArticleRe: [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 ArticleRe: 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 ArticleRe: 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 ArticleRe: 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 ArticleNeed 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 ArticleTracking 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 ArticleRe: 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 ArticleRe: 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 ArticleRe: 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 ArticleRe: 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 ArticleRe: 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[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 ArticleRe: 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 ArticleRe: [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