Tagged Questions
InDesign is Adobe's scriptable publishing software.
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.
6
votes
6answers
864 views
How can I improve performance when adding InDesign XMLElements via AppleScript?
I have an AppleScript program which creates XML tags and elements within an Adobe InDesign document. The data is in tables, and tagging each cell takes .5 seconds. The entire script takes several ...
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
2answers
157 views
COM returns type that does not implement any interface
I need to automate some tasks in Adobe InDesign CS3 from a .NET 4.0 application. I've added a reference to the InDesign Type Library using the Add Reference dialog in Visual Studio. It genereates an ...
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 ...
4
votes
4answers
1k views
Getting website data into Adobe InDesign
I'd like our magazine team to be able to download website data in a file that Adobe InDesign can read. They can then import/open the file, make a few tweaks, and cut out a vast deal of repetitive ...
4
votes
6answers
18k views
How to do mail merge on top of a PDF?
I often get a PDF from our designer (built in Adobe InDesign) which is supposed to be sent out to thousands of people.
I've got the list with all the people, and it's easy doing a mail merge in ...
3
votes
2answers
126 views
Regex: How to “step back”
I am having some trouble cooking up a regex that produces this result:
Mike1, misha1,2, miguel1,2,3,4,5,6,7,18, and Michea2,3
How does one step back in regex and discard the last match? That is I ...
3
votes
7answers
231 views
What language should we use for creating print material with lots of tables, colors and images?
We are looking for a good way to produce documents for print like the one below, which have content in them that is shared with other pages (the scanned document below is one page in a 102-page ...
3
votes
1answer
113 views
Generating documents in multiple applications
I need to create an application that generates a bunch of templates for Office (2000), OpenOffice.org (2.0) and InDesign. The design of the templates will be made in each application but we need a ...
2
votes
1answer
160 views
Programmatically Inserting Data into an InDesign Document
I have to use Adobe InDesign for creating documents. We basically need to have a couple variables throughout the document (company name, project name, etc) that need to be filled in.
I was wondering ...
2
votes
1answer
311 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.
...
2
votes
3answers
895 views
Any kind of external IDML Viewer
starting with InDesign CS 5, there is a new format, called IDML, that defines a document to be rendered by InDesign. I'm looking for a way to view this format without opening InDesign (which is damn ...
2
votes
1answer
365 views
How to create our own plugins in adobe indesign
I want to create my own plugin, Is there any tutorial available. I want to do it in java.
Thanks in Advance.
2
votes
5answers
279 views
I'm looking for a better solution on importing catalog data into Adobe InDesign
The last time I produced a catalog I used a software called EasyCatalog that worked with Adobe InDesign to merge data from a spreadsheet with graphics. I wouldn’t say it was completely successful. I ...
1
vote
0answers
15 views
InDesign server CS 5.5 app.scriptArgs.get doesn't work in jsx script
I'm working with Adobe InDesing Server CS 5.5 and having problem that *.jsx script is not able to read input parameters
I run following command:
sampleclient.exe -host localhost:8080 ...
1
vote
2answers
241 views
InDesign Server development with C# over COM
I would like to develop an application based on InDesign Server in C# over COM. At the moment I'm struggling with the ideal setup as I can't find a proper ~interop.dll that I could reference from my ...
1
vote
1answer
35 views
Actionscript - Setting minimum size of a Creative Suite extension
I'm trying to set the minimum size of the window of a creative suite extension. I don't want the user to be able to resize the window to a smaller size than the one I define.
Here is what I've tried ...
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
49 views
Generating flex beans from Java ones and associated serialization code
I have a project that uses Java on the server part and Flex on the client one.
Both sides will (of course) share some common classes (like the beans used to describe my model). Those sides will ...
1
vote
1answer
117 views
Parse InDesign (.indd) files for search index
Could any of you help me with the following:
I have quite a bunch load of InDesign Documents, and I need to be able to search through them, text wise. I don't have the resources of opening these ...
1
vote
1answer
189 views
Adobe InDesign Server examples
I'm new to Adobe InDesign Server and I'm having a hard time finding a good kitchen sink app. All the examples I got from the SDK seem to partially work. All I'm trying to do is use a master page from ...
1
vote
4answers
288 views
image size for iPad
I'm creating a magazine to read on an iPad and am having problems with creating readable pages. What size (DPI and MB) should my files be? And I'm doing an export from InDesign, are there any ...
1
vote
1answer
263 views
Adobe InDesign CS5 Server JavaScript: Get rectangle by XML tag
Current set-up:
Adobe InDesign Server CS5 scripted through ExtendScript via PHP SOAP
The problem:
I'm currently placing an image file into a rectangle using the following code:
frame = ...
1
vote
1answer
437 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
172 views
InDesign Paragraph Return Character from CSV file?
I am currently using the Data Merge functions of ID CS4 to import some data I have exported from a MySQL database. Although I can set ID to remove blank lines, this doesn't always work for my purpose ...
1
vote
2answers
174 views
Adobe InDesign CS5 Scripting - Object does not support the property or method 'resolution'
Ok upgraded to CS5 and now this is not supported:
app.jpegExportPreferences.resolution = 350;
Question is how to specify resolution in CS5 since this worked in CS4?
Thanks in advance,
joe
1
vote
1answer
259 views
Is it possible to generate a thumbnail of an inDesign CS5 Document using jsx?
I am working on an InDesign CS5 plugin that needs to export a thumbnail for each page of a document. For the moment our solution consists in using Document.exportFile, making it export jpeg files with ...
1
vote
1answer
387 views
Dynamically assign URL hyperlinks to an image in XSLT, to be placed in InDesign CS5
I am currently using the following XSLT code to successfully/dynamically place a facebook, linkedin and twitter icon, using a conditional, if the member data in XLM shows that they have facebook (ie ...
1
vote
1answer
323 views
Resize (proportionally) an image when placing XML using XSLT on to InDesign CS5, IF image is >200px wide
Any/all help appreciated, thanks!
Currently the code in XSLT looks like this:
<xsl:if test="logo[.!='']">
<logo>
<xsl:attribute name="href">file://logos/<xsl:value-of ...
1
vote
2answers
828 views
Adobe InDesign .jsx script execute .jsx script
How can I have my .jsx script when finished execute another .jsx script?
Maybe this will help understand what I am trying to do:
// WebCard.jsx file
function mySnippet(){
//<fragment>
...
1
vote
1answer
265 views
HTTP request from Adobe InDesign script?
I add a button in Adobe InDesign with an action to perform request xml from restful webservice, but I couldn't find any objects like XMLHttpRequest or ActiveXObject. I don't know there is any object ...
1
vote
1answer
311 views
Best way of creating graphics-heavy, cross-platform, eBooks?
I have been working on converting graphics and layout heavy books (created in Adobe InDesign) into cross-platform eBooks with non-standard functionality (embedded video, audio, interactivity, etc).
...
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
4answers
448 views
Access Adobe InDesign files
I need some directions for the following problem:
I have a lot of InDesign files and i have to setup a process that will track if a certain paragraph or text block has changed between diferent ...
1
vote
4answers
2k views
Indesign and XML - how to auto flow into multiple pages with differing styles?
I've got a bit of a problem at the moment. I'm trying to work with indesign (cs3) and xml.
Basically i have a template which is has 1 master dps, both pages have the same data (fields 1-5) but one is ...
1
vote
1answer
680 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
4answers
525 views
Indesign to JPG
Hi
I need to save every page of a Indesign CS3 and Quark file as JPEG , in my cocoa application using Objective C...
can anyone suggest me on this?
thank you
1
vote
1answer
459 views
Where are Adobe InDesign (OLE) COM Automation interfaces documented?
I am developing a .NET application (using C#) that needs to massage some Adobe InDesign files and output their content as PDFs. I could use InDesign's scripting but the COM interfaces seem a bit ...
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
1answer
837 views
best practices to import text into html
What is the best practice for importing text into html from a multipage InDesign document, from designer to non-designer. Document designed on a mac going to CMS on PC - hand off the InDesign File or ...
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
17 views
InDesign progress of PDF export
I made a data merged document with some 2000 pages, saved it and now I try to export this to print quality PDF file. Unfortunately there is no progress bar for this operation and I cannot apreciate ...
0
votes
1answer
28 views
InDesign SDK : Drag'n'Drop from a Flex Panel
I have a Flex panel, in InDesign, from which I drag an URL. If I drop this URL on a text editor or a web browser, it works. But when I try to drop it on my InDesign document, it's a little bit harder.
...
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
0answers
31 views
iPhone text message layout
Is there a LaTeX or InDesign template that looks like iOS chat message?
I would like to create chat bubbles maybe with something similar than the following latex library:
...
0
votes
0answers
15 views
Create observer for button on panel Indesign plugin development
Iam working on plugin for Indesign cs5.5, I use Xcode and Dollys for generating code for basic panel. I added some buttons on panel and now I dont know how to create observer for handling button ...
0
votes
0answers
44 views
Can InDesign CS5 do automatic pagination while import XML data?
I have googled a lot about pagination of importing XML data into InDesign CS5, but problems are still unsolved.
Giving a page with four product elements, if I have a XML file with eight products tag, ...
0
votes
1answer
26 views
XCode : dylib linking problems when launching with terminal
I develop a project on XCode, in which I have added somme dylib. The project compiles, and execute nicely when launched with XCode.
But when I try to launch it in my shell, I got lib errors :
...
0
votes
2answers
64 views
How to generate InDesign content using XML data
I'm trying to generate some content in InDesign by importing XML data, but I can't figure out how to do it. Here's what I have:
XML
<stuff>
<person>
...