Tagged Questions
6
votes
4answers
1k views
How to open a text file using Javascript from Adobe Indesign CS4?
I need to open a text file to read the contents and then insert them into the document.
5
votes
1answer
387 views
Manipulating text in a TextBox in Adobe CS5
How can I do some manipulations with the text in a TextBox on resize in Adobe InDesign CS5?
The main goal is too split the last word on every row to achieve something like a custom hyphenation.
Is ...
4
votes
3answers
187 views
Is it possible to call a web service with Indesign javascript?
I'm an in-house developer for a print company.
We use Adobe Indesign CS3 and CS5 to create documents for printing.
I created a script in Adobe Extendscript that creates an Indesign Document and ...
2
votes
1answer
310 views
Web Link Buttons with Variable URLs in InDesign
My work assignment of late has been developing an interactive PDF catalog of our products that my superior can distribute digitally and let potential customers browse without accessing the website.
...
1
vote
1answer
65 views
External configuration file for Indesign Plugin
I'm developing a JavaScript plugin for Indesign CS5 and I would like to be capable of configuring it from an external file (an XML one for example).
Is-it possible? I haven't found anything on Adobe ...
1
vote
1answer
436 views
Scripting InDesign - Beginner
I am a seasoned JavaScript programmer, and am currently working on a project which requires a lot of work, and I'm hoping that the process can be automated using scripts for InDesign.
Essentially, ...
1
vote
1answer
843 views
Get current page number in InDesign CS5 from Javascript
What is the DOM expression to get current page where the cursor is:
app.activeDocument.currentPage ?
1
vote
1answer
679 views
InDesign CS4 - Javascript - Make a TextArea Transparent
Within the InDesign CS4 designer, I can very easily make a TextArea transparent. I just right click on the TextArea within a document, select Effects-->Transparency, and within the “Effects” window ...
1
vote
1answer
992 views
Reliably detecting text overflows in TextFrames in InDesign Server using javascript scripting?
I'm doing some Javascript scripting with InDesign Server at the moment. I'm having trouble trying to reliably detect overflows in TextFrames, after changing formatting or placing XML into them.
For ...
1
vote
3answers
1k views
What is a javascript hash table implementation that avoids object namespace collisions?
First off: I'm using a rather obscure implementation of javascript embedded as a scripting engine for Adobe InDesign CS3. This implementation sometimes diverges from "standard" javascript, hence my ...
0
votes
0answers
16 views
Why does InDesign lose all keyboard ability if a scriptUI palette is open?
Salvete! I have a simple InDesign script to display a palette window. Problem is, when I display this window, or any other scriptui palette, InDesign loses all keyboard focus - I just can't type ...
0
votes
1answer
107 views
Indesign Scripting: If selected object is rectangle
I'm trying to rewrite the CornerEffects.jsx script in Indesign CS5.5 to make it more user friendly in school, so people know exactly where the first point is and where the last point is etc. The ...
0
votes
0answers
92 views
Problem using a CS4 Script in CS5
I have a CS4 InDesign script written in Javascript. I'm trying to get it to work in CS5 but having problems.
I have read online that adding the line...
app.scriptPreferences.version = 6.0;
Will ...
0
votes
1answer
764 views
How to Change Default Path of File Open Dialog?
I'm writing a script that allows me to do some basic imposition within InDesign CS3, and one of my tasks is to open a dialog allowing the user to select a file to place. I'm currently doing this with:
...
0
votes
0answers
210 views
Dialog box works in script but unable to hard code path
I am writing a java script to read xml document and convert it to pdf using Adobe Indesign
When I try to get path by opening dialog box ..it is working...
var xmlFile = File.openDialog("Select ...
0
votes
1answer
316 views
Getting the geometric bounds of a piece of text
I have an InDesign document which has hyperlinks contained inside a text frame.
I need a way to determine the geometric bounds of the text contained in the hyperlink. Unfortunately, I can't seem to ...
0
votes
1answer
800 views
Adobe InDesign JavaScript XML: How to add XML structure tags programmatically?
This code references the root XML node, adds a FirstXMLObject under it, then adds a few fields under FirstXMLObject:
var myXMLroot = mydocument.xmlElements.item(0); // The root always exists
var b = ...
0
votes
1answer
445 views
Batch export indesign file to pdf with custom footer for each client
I have a fairly large Indesign file with a text field that needs to have a different text for each client. The name of the client must come in the text field. When I have for example 100 clients, I ...
0
votes
1answer
555 views
InDesign Scripting: Need to export INDD file as INX (INDX)
I'm working with InDesign CS4 and CS3.
Both need to export their files down to CS2.
I'd like to use a .jsx code snippet to export to INDX, but I can't seem to do-so with the ExportFormat."formatName" ...