UserInteractionLevels is undefined
Hello All, While exporting Indesign INDD file to INX file on CS3 Server using javascript (.jsx) I got following error... Error Number: 2Error String: UserInteractionLevels is undefinedLine: 12Source:...
View ArticlePassing parameters from plugin to script
I need to pass some parameters from a plugin to a script. I have tried this method: PMString engineName("myengine"); PMString scriptString("C:/Program Files/Adobe/Adobe InDesign CS4...
View ArticleIndesign CS3 Server crashes while running a script
Hi, I have a javascript .jsx which reads an XML which has the image urls in it.. It places that in an INDD document and then exports them into a pdf file...There are 10 instances created for the...
View Article.Net and multiple instances of InDesign Server CS4
Hi all, I have experienced problems with running multiple instances of InDesign Server CS4:I start 4 process up with different ports:InDesignServer.exe -LogToApplicationEventLog -console -port...
View ArticleAutomate Indesign With VB.NET
Hi, I need some advice from you. I will explain my current condition and suggest me the solution. Currently We are using PageMaker 6.5 to create the packages, these packages contains all the PDF...
View Article[InD. CS5 Server][JS] XML-Import, how to receive data?
Hello everybody! I tried to import an simple XML with the ExtendScript Toolkit on InDesign CS5 Server with the following script: var myXmlFile = new File("../path/blubb.xml");var...
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 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 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 ArticleExport IDML as PNG (JAVA-API)
Hi,I was trying to export PNG using java api. I say that it has an export parameter kExportFormatPNGFormat.But Everytime i tried use it, an error was returned by In Design Server:"Error code =...
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 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 ArticleGrey Lines around the image while generating PNG from INDD file
Hi, I am using the InDesign Server to generate the PNG image and PDF from INDD file. While designing we do mapping of variable data fields, e.g., Text will be replaced by dynamic text, image will be...
View ArticleHow to map the font folder with particular instance?
Hello All, I need a quick clarification on one of the requirement in InDesign Server that whether we can map the fonts folder for particular instance say if there are 5 multiple instances, can we map...
View Articlewhere are adobe fonts installed in Mac OSX?
Hi,I need the same Adobe fonts in Photoshop CS6 and InDesign CS6. Where are they installed in OSX?Do my Adobe programs install fonts in a different folder than other programs do?
View ArticleVS not able to find VersionedScriptElementInfo during compilation.
Hi,I am trying to make my plugin scriptable but VS2010 is not able to recognize the resource VersionedScriptElementInfo in my .fr file and I am getting the below error: error R32735: # Error: Bad...
View ArticleInDesign Server CC for Mac cannot start
I installed InDesign Server CC Mac.(file = InDesignServer_8_LS18) When i click the Application Icon, it has not response and no error/message. Thanks.
View ArticleConnecting Via COM with Indesign CC Server
HiWe are currently using Adobe CS5 Server - and connecting to it VIA COM.We are looking to upgrade to Indesign CC Server - but we want to know if we can still connect to it via COM ?Best RegardsMartin
View Article