retrieve InDesign server warnings
Hi, I am using InDesign Server via its exposed web service to convert an indesign file to PDF. If there are missing fonts or outdated/missing links, the indesign server console will print out warnings....
View ArticleImport Excel with charts and keep text content
I'm developing solution based on InDesign Server and need to import excel document containing chart and text content to InDesign doc.I haven't found any way to import it and still have a capability to...
View ArticleI can't get indesign server to listen on the admin port on osx.
I've tried the example (with other ports) from the sdk with no success:"/Applications/Adobe InDesign CS6 Server/InDesignServer.app/Contents/MacOS/InDesignServer" -port 12345 -heartbeatupdateinterval 10...
View ArticleLooking for developer for Server Scripting project
Hi everybody, For a customer project we're looking for a developer with experience in InDesign Server Scripting (we have a InDesign Plugin, but not much experience with Server Scripting) and I hope to...
View ArticlePerl client for InDesign Server
Please help to setup a perl client for InDesign server to run javascripts: Below is the code I tried to run "MakeDocument.jsx" use SOAP::Lite; use CGI::Carp qw(fatalsToBrowser); my $soap =...
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 ArticleTroubles importing formatting from xlsx
Hi, everyone!Having troubles importing xlsx with formatting in InDesign Server. Whole file imported as unformatted table. Sample code using for setting preferences:var excelPref =...
View ArticleApplying styles with aid: attributes in InDesign CC
Hi all We've been trying to apply different character styles to <bold> inline elements in InDesign CC, using the methods described in the following post, but without any success. Does anyone know...
View ArticleHardware acceleration / How IDS works behind the scenes
Hi there, this question seems to be a bit off topic, but I'll post it anway.Currently I'm investigating a performance problem we have while rendering some files and how to solve this.Well there are big...
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 ArticleInDesign CS5 Server SDK
Hi, I notice that InDesign CS5 Server is available from the partner download area. However, I haven't been able to find the InDesign CS5 Server SDK; I've looked in the partner download area and also...
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 ArticleLooking up items by script label
Hi, I have a document with a table in in that I want to add content to programatically. I've seen that I can give a label to tables by using InDesign's 'script label' feature...
View ArticleExtendScript Toolkit cannot launch InDesign CS6 Server
I have installed the trial version of InDesign Server CS6 on Windows 2008 and am trying to run scripts against it using the ExtendScript Toolkit, but it is not working. When I select "Adobe 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 ArticleScripts:Application:myscript.jsx not found
Hi, I want to run a script in InDesign Server CS6 Windows. The script is in the subfolder <InDesign Server>/Scripts and I call it as follows: sampleclient.exe -host localhost:18383 -server...
View ArticleINDS CS6 - PDF Export at High Quality issues with Gradients.
Hi all, We're noticing that on our PDF exports from our INDS instances we're seeing that gradients are showing up when the PDF is printed. You can visibly see the gradient lines. We have our INDS set...
View ArticleInDesign Server CC Multi-Instances
Following the documentation for multi-instance support the application, running as a web service under IIS7 on Windows Server 2008 R2, is failing to access the object. For a single instance I use...
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 ArticleCan't create object for multi instance when using GetObject("myconfig1")
Hello, I have the Indesign Server CS6 Multi Instance. I create an instance using the InDesign Server Windows Service:Port: 12000Args: -configuration myconfig1 Now I tried in Visual Basic:...
View Article