Starting InDesign server from a remote location
Hi All, I have a java application program running on a remote machine say M1.I have InDesign Server CS6 installed on another machine say M2. Now my question is as follows.Is it possible to start...
View Article[CS3] [JS] User canceled
I am doing my first steps trying to make the InDesignServer to create some pages. For some reason I sometimes get an error message: "User canceled this action."Obviously there is no user involved. And...
View Article[IDS CS2]File.openDialog does not work!!!
Hi,I tried the following code in Javascript in InDesign Server CS2 to show the file open dialog to choose a txt file but it failed :var myFile=File.openDialog("Choose the txt file","TXT:*.txt");Whats...
View ArticleError Code Definitions
Hello! Can someone please tell me where I can find the definitions of the error codes that get generated from InDesign CS3 Server when an IdsException is thrown? I've searched the SDK, but can't find...
View ArticleDiscuss Technology Deep Dive - InDesign Server's Performance, Profiling and...
This topic will be presented at the Creative Suite Developer Summit on May 11th - 15th. Use this thread to discuss that presentation. Details are here...
View ArticleReplacing Placeholder Images and Text
Hello, I am designing a system which needs to be able to replace images and text in InDesign documents with new versions. For example, we might have many documents containing a company logo and want...
View ArticleJavascript - added images display as grey boxes
I am attempting to add an Image to an InDesign document via a javascript that I am executing via the RunScript() soap method of InDesign Cs4 server. The script I am using to add an image is something...
View Articlereturn value from Indesign SErver CS4 using SOAP
does anybody have a complete example on how to send a script to indesign server and get a response using SOAP in ASP.NET I've already read the post http://forums.adobe.com/message/2255207#2255207 and...
View ArticleHow to Use CS4 using C#
Hello guys am new to adobe forum. please help me. am in trouble!!!i have got one project regarding IN DESIGN. am .net developer, i have downloaded CS4 server free trail.can any one please tell me how...
View ArticleParagraph styles and PDF options in Indesign server
Hi In my jobs I need paragraph styles and pdf options. - How can I define paragraph styles in Indesign server? Is that possible?- How can I define PDF options for using in my PDF export in Indesign...
View ArticleIn some cases mapStylesToXMLTags() method raises an exception!
HI, I am trying to map styles to xml tags, and interestingly it works on some InDesign document while in some cases it dosen't work. It raises an exception IDS exception: 1.0, thats why I am not be...
View ArticleUnable to use sample-java-soap client
Hi all, I am trying to use sample client for java given with indesign server SDK. I am trying to compile it using indesign however I imported all the libraries it is still not importing the following...
View ArticleError: "User cancelled this action."
I'm trying to import and XML but I always get "User cancelled this action." var doc = app.open(File('/c/files/test.indd'));var xml = File('/c/files/test.xml'); doc.importXML(xml); // <-- It halts...
View ArticleFont Not Found.
Hi there, Running InDesign Server with a front-end that takes imported IDML files and creates a print ready .pdf. Something I noticed is that sometimes a font is missing and I get the error message...
View ArticleIndesign Server CS5 Multiple instance - Urgent, Please help!
Hi,I am using a windows service to access the indesign server. The instance is created like below. Dim oType As Type = Type.GetTypeFromProgID("InDesignServer.Application") If oType IsNot...
View ArticleInDesign Server :line 13: 2753 Bus error "$installed_name" "$@"
[InDesign Server CS4, CS5, CS5.5 line 13: 2753 Bus error "$installed_name" "$@"] We support a few clients on various version of InDesign Server and all have exactly the same issue upon having the...
View ArticleDevelopment License for InDesign Server - How to?
Hi there, We have ID5.5 with both the production license and a developer license. I need to put the dev license on a test box for our devs to work on it. What is involved in doing so? We don't have it...
View ArticleIndesign refuses the socket connection with JVM, and not creating any response
Hi all, I am facing the following error while trying to spray the indesign pdf.Actually we need to generate 100's of pdf but after 12 to 15 jobs indesign refuses the connection with JVM.So that is why...
View ArticleInDesign server crashes every time when calling deleteEmptyPages in script
We are evaluting InDesign Server CS6 on a Windows server environment. We have an idml file, sample xml file that is tagged to specific frames inside the idml file and a script file for execution on the...
View ArticleIndesign Server CS6 + SOAP detect edge not working
Hi. We are trying to place a image using scripting in Indesign server cs6 inside a rectangle object. inImage.TextWrapPreferences.TextWrapType = idcontour...
View Article