Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
0answers
17 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
242 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
170 views

Exporting pages as png with InDesign Server

Is there a way to export a page as a png with InDesign server? The following code works for a text frame. How do I do the same for the complete page contents? var theDocument = app.documents.add(); ...
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
1answer
264 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
3answers
791 views

Is it possible to execute JSX scripts from outside ExtendScript?

Typically when you're writing a .jsx script to automate an Adobe product (like InDesign, Illustrator or Photoshop), you write, debug and execute the script from the ExtendScript IDE. Is it possible to ...
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 ...
0
votes
1answer
39 views

adobe indesign atomation using .net

can you give me some idea on how automate a simple functuin to export indd into pub.Do i need to have indesign server? thanks! how about quark to epub conversion automation? Thanks! regards, jerome ...
0
votes
1answer
55 views

delete xml information / reference without losing structure

I'm currently working on a project that builds catalogs. The catalogs consist of several different, linked INDD-files. Now, those INDD-files are filled up with XML data and saved. When we import them, ...
0
votes
0answers
156 views

Why does Marshal.BindToMoniker throw “Invalid syntax” when a C# console app tries to connect to an InDesign Server (CS5) instance?

Marshal.BindToMoniker throws "Invalid syntax" when our C# console app tries to connect to an InDesign Server (CS5) instance. The platform is .NET Framework 4.0 on Server 2003. The exception: Invalid ...
0
votes
1answer
461 views

Newspaper generator to InDesign: IDML or InDesign Server?

I'm creating a lib to generate newspaper in IDML/InDesign format. This library today already outputs the newspaper using PDFLib, which give to us all control (in points) about what is being plotted. ...