Indesign 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 ArticleHow to use external DLLs in InDesign server plugin
Hi,I am working on a project, which is having dependency on libxml2 library. I compiled the code on 64 bit Windows platform and using InDesign server 64 bit version. I put the required DLLs in Adobe...
View ArticleIDS CS4: Check for neccessary update of image links
Operating System Windows.IndesignServer CS4.Problem:IDS checks links to images if the source file was modifies.It seems that checks are made on the modification date and the size of the file.If the...
View ArticleIndesign Server CS5 crashes at launch
Hi, Indesign Server 7.03 on OSX 10.5.8 Intel Xserve. When Indesign server CS5 is launched at boot (or with launchctl) it crashes with the following errror in the system log: Nov 20 13:32:00 ams1ps01...
View ArticleInDesign server CS 5.5 - app.scriptArgs.get doesn't work in jsx script or...
Hello I'm working with Adobe InDesing Server CS 5.5 and having problem that *.jsx script is not able to read input parameters passwd from sampleclient.exe or SOAP (same story in both cases)I run...
View ArticleSDK for InDesign Server scripting
Hi, I was not able to find guide (pdf or any) on the site for scripting in java script for InDesign Server. Maybe I was looking in the wrong places. Any ideas where I can find it. Thank you for your...
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 ArticleScripting InDesign Server
I understand that when scripting the server, there is no such thing as an activeDocument, so app.activeDocument should be replaced with:app.documents[0].getElements()[0]if you want a resolved reference...
View ArticleImport configuration presets...
When importing office documents in the client application InDesign CS3 you can select presets that have been previously saved. Where can I find those presets in the InDesign Server CS3 JavaScript...
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 ArticleSession wide variables across script requests
Hi, I have a SOAP client which executes runScript method.Three SOAP requests, one after the other, call runScript and execute a corresponding jsx on server.Can I have some session/global-wide variables...
View ArticleIndesign Server CS6 errors
HiWe use indesign server cs6 highly for background processing, but we got often too much problems (bugs) and did not know where to find support, we are going crazy. Problems:1) We get this error when...
View ArticleHow to flush Indesign server.
I am using Indesign server to create documents which contains text and images. My job is to create & export documents to pdf. Document are sometimes contains 100 plus pages. I'm closing the...
View ArticleThe server hardware configuration of IndesignServer ?
I'm going to use IndesignServer within the enterprise network to establish a platform for online editing, there are about 200 users, the server hardware configuration, please?
View ArticleTagging TextFrames With InDesign Server - not showign in desktop?
Hi all,Ive come across a weird issue with marking up text frames with InDesign Server (CS3) whilst processing xml rules during an xml import. I run the following code on desktop it works fine. When run...
View ArticleactualPPI
Does anyone have a clue why this piece of javascript code would work perfectly in InDesign CS2 but not in InDesign Server CS2?....myRectangle.place("myImage.tif");var hRes =...
View ArticleInDesign Server Installation and Configuration Guide
Hi everybodyI try to ask one silly Q. Where can I get this document.I found many references but no link :(
View ArticleInDesign Server, Applescript, and SOAP
Hi All, I've scoured these forums and the rest of the 'net as best I can, but I can't seem to find a solution for my issue, so I'm hoping maybe someone out there can shed some light on it for me. I...
View ArticleChinese indeisgn server console garbled?
Start the Chinese version of indeisgn server and found the Chinese portion of the console are garbled, who can tell me how to solve?thanks.
View ArticleGet linked image path
Hello! I want to change a low res image to a hi res image, but I can't get the low res path. for (var pageItemIdx = 0; pageItemIdx < myDocument.allPageItems.length; pageItemIdx++) { var pageItem =...
View Article