Documentation or Books
Hi all, I'm looking for documentation about InDesign Server. I'm not so bad in JavaScript and Java …I already readed the documentation of Adobe about this server. Do you know a good book about this...
View ArticleInDesign CS3 Server installation problem with DOTNET 2.0SP1, DOTNET 3.0SP1
I am try to install InDesign CS3 server on Win2003R3 Std edition.Software already installed before install InDesign CS3 server.1) jdk 1.5.142) Microsoft DOTNET 2.03) Microsoft DOTNET 2.0 SP14)...
View ArticleJPEG single page export from multipage document
Hello Experts: I have a function to create a JPEG file given a page number from a multipage document. The problem is that InDesign Server will actually create JPEG files for all the pages -despite the...
View ArticleNewbie: How to use InDesign with ASP.Net site?
I'm a total newbie with InDesign, and have been tasked with developing a sample ASP.Net mini app to figure out if we can use InDesign to replace Quark in an existing site. Here are the details, and...
View ArticleCalling Plugin Method through JavaScript
Hello All, Happy New Year to all. I have a plugin under InDesign CS4 Server which had an event exposed with some parameter. Now I am trying to port the plugin into InDesign CS5 server. I have changed...
View ArticleGetting unable to snap in error when trying to run indesign server as service
Hi, I am trying to get the indesign server cs5 as a service to run at a particular port on 64bit windows vm platform. The documentation pointed towards trying to operate the .msc file in...
View ArticleNewbie issues compiling java soap sampleclient
Hi All, I have searched the forums and internet for help with this to no avail. My setup is Windows Server 2003 / Indesign Server CS5 / Coldfusion 9 / Apache 2 / PHP5 I intend to use the Java / Soap...
View ArticleProblem C# InDesign Server
Hi, I'm programming in c#, but I've a problem with sentence: (InDesignServer.Application)(System.Runtime.InteropServices.Marshal.B indToMoniker(configName))The error is {"Sintaxis no válida (Excepción...
View ArticleC# app throws error when connecting to indesign server
It throws this exception:Invalid syntax (Exception from HRESULT: 0x800401E4 (MK_E_SYNTAX)) at System.Runtime.InteropServices.Marshal.MkParseDisplayName(IBindCtx pbc, String szUserName, UInt32&...
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 cannot open more than 140 files? Error 3588.
I'm testing InDesign Server CS6. One instance, one thread. Is it not able to keep opened more than 140 concurrent files? Console Server gives me this Error: 3588. Thanks,
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 ArticleHow to get 'clover.cmd' running as Windows service?
Right now I have the InDesign instances all running great as services so on a server reboot they start up fine. The clover/lbq part is just the .cmd script and it's not running as a service. I looked...
View ArticleDebugging Javascript on InDesign CS3 Server
I, like most developers, need to be able to debug my programs. Thus far I have been opening a file and writing to it if I want to see any debug messages. It looks like this...my_log =...
View ArticleHow to run Indesign CS3 as a Service with Port number
Hello all,I would like to run the InDesign CS3 Server as a service on Windows. It seems that after installing the Server it automatically installs as a service. But where can I assign the port number....
View Articlerectangle.place (Placing Image) - InDesign vs InDesignServer
Any help or suggestions or even guesses appreciated here. Thanks! I have a script that correctly places images in tagged rectangles via script in InDesign, the script then exports to PDF. All is...
View ArticleIssue while trying to reset baseline alignment in IDS CS4
Hi, First of all, sorry for having posted in the scripting section first, I looked for this place without luck and thought it had been removed or merged with the scripting forum. Ok, in IDS CS4, it...
View ArticleHow do I get the Application object for a running instance of InDesign Server...
I have a running instance of InDesign Server CS6 which I launched using the following command:"C:\Program Files\Adobe\Adobe InDesign CS6 Server x64\InDesignServer.com" -port 12345 I tried running the...
View Articleupdating template
What is the best way to update template items with data supplied from a client program. If a template has a couple of text frames and a graphic item, what is the best way to pass the data to the server...
View ArticleSimply open a file
Hi, This is my first attempts to script IDS. I am stuck with the simpliest command: open a file. app.open(File(myFilePath)); It returns an error....
View Article