Simply 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 ArticleImportant Changes to InDesign Server CS6
There are a couple of changes that were introduced specific to InDesign Server in CS6. 1) Java APIs are no longer supported. All scripting must be done using the same scripting languages as InDesign...
View ArticleFailed to export the JPEG file: Maximum size exceeded
When exporting a page to JPEG you might get the following error message: "Failed to export the JPEG file: Maximum size exceeded. Try decreasing the resolution." After some research I believe this...
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 ArticleUnable to run Multiple Sessions in InDesign Server
Hi, I was trying to execute the following code simultaneously using two threads. But it executed only the first thread and it got stuck with the second thread while it was exceuting the line...
View ArticleHow to disable sessions in CS6?
InDesign Server CS6 added a mechanic of multi-threading jobs via sessions.Now you can begin session and end session via SOAP web service call. However, the sessions add a huge overhead for those who...
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 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 ArticleProblem with InDesign Server CS5
Hi all,when i run from prompt (of Windows Server 2008) the command "InDesign Server.com -port 18383" the system respond "Adobe InDesign Server is not properly licensed and will now quit", until some...
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 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 Article[CS5 Windows] LBQ crashes Java
Hi all, I'm trying to follow the instructions in the "Working With Load Balancing and Queueing" document for CS5 server. I've run four instances of ID Server using the recommended CORBA parameters in...
View ArticleCS4: export to pdf problem using COM in vb.net
Hi, I try to export to a pdf in a vb.net console app but it keeps giving me an error. The rest of my code works fine and when I save the document I can see that everything went well. Basically my code...
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 ArticleSurikogiflex getting "Error Getting Page List"
Hi guys,I’m totally new with InDesign Server and relatively new with Flex. I’ve installed the surikogi/suribachi demo for (with) InDesign-Server CS5.5 and Flex. It’s all running fine, but I get one...
View ArticleInDesign Server CS5.5 installation issue
I am developing solution using InDesign Servers via COM which is hosted on Windows Server 2008 R2. And I am experiencing problem utilizing CS 5.5 server: When InDesign Server CS5.5 is installed on...
View ArticleInDesign Server on virtual machine
Hello all, We are planning to install InDesign server 5 on virtual machine. Can anybody let me know if this ok to go ahead or are there any known issues Thanks in advance. Murthykb
View ArticleInDesign Server to manage reporting services
Hi, Im looking for help/guidelines regarding InDesign. I'm a software architect working on a line-of-business application that will eventually require printing about 5 hundred thousand personalized...
View ArticleIssue in setting Load balancing for Indesign Server CS5.5
Hi All, I need to set up load balancing mechanism for Indesign Server CS5.5 on Windows Server 2008 R2(64 bit version).I have dutifully following all steps defined in "WORKING WITH LOAD BALANCING AND...
View ArticleIn-design Server CS4 Export to RTF format with Images not working via Java API
I'm using Adobe In-Design Server CS4. And I'm accessing it via the Java SDK API interface. While attempting to export my story to Rich Text Format (RTF), the images are getting left out. Yet, taking...
View Article