Chinese 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 ArticleHow to get InDesign Server instance on IIS Webservice
<WebMethod()> _ Public Function testIDS() As String Dim idsAP As InDesignServer.Application = Nothing Try idsAP = GetObject("myid2") Catch ex As Exception...
View ArticleInDesign Server Developer Edition, PDF export problem
I'm currently testing our application on IDS CS5, using Developer Edition. Whenever I attempt to export a PDF, I receive the following error:Wed Mar 2 10:17:29 2011 WARN [server] Colour in one or more...
View ArticleSOAP Returns from IDS
Is anybody getting any type of return from IDS through and [java] axis interface? I can send a request and it is executed but I get no return from IDS?
View ArticleInDesign Server command-line flags
How can I get command-line flags list of InDesign Server?Actually the situation is testclient doesn't work.I installed InDesign Server and SDK.I run InDesignServer.com then I use something like this...
View ArticleNeeded help in: how to import image in InDesign Server using Java Code
New to InDesign Server.I am not been able to import image to document. I tried to import image using the sample snippets "PlaceTextFileInFrame.java". modified the line:String placefilepath =...
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 ArticleCopy an Image from one document to another
Is there an easy way to copy a rectangle containing an image (not a link to an image) from one document to another?Thanks.Chris.
View ArticleDuplicate relationship message
Hi,I get the following messages when the CS4 server starts, what do they mean ?Duplicate relationship for element "getStyleForPE 'eGsp' kNAEventScriptElement1[Unknown3rdPartyPrefix + 0 ]" on object...
View ArticleIndesign server CC trial help
I have programmed Applescript and Indesign for desktop for years.I have a solution that should work well with Indesign server and applescript.Downloaded the Trial for Indesign Server CC.Then you have...
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 ArticleIs there any way to load idml file into InDesign server Programmatically
Hi, I am very new to InDesign Server development. I was able to load tagged text and generate image using InDesingServer Java APIs. Now I have new scenario to generate image. My scenario is to load...
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 ArticlePassing arguments to jsx file externally
Hi, I have a script (javascript, jsx) that will parse content from InDesign (.indd) documents using InDesignServer. I want to be able to pass the filename, as well as the path of the indesign file as...
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 Articlelink to InDesign cs5 server trail version
Hi, Can anyone provide me the link to download the trail version of InDesign CS5 server. Thanks,Gopal
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 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 ArticleCS3 server - java : how to find the Page object (or number) of an identified...
Hello everyone,I want to know what's the best solution to find the Page object of an "Identified" element.I do :]iId = 123; //just an example]TextFrame oTextFrame =...
View Article