Error: "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 ArticleCS4: XMP info missing for placed images
Hi all, in Documents produced on our InDesign Servers, the XMP information is missing from placed images, and also not available to later PDF export.If we re-link the same images via InDesign Desktop,...
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 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 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 ArticleInDesign template editable WYSIWYG
With what technology I can make my InDesing template editable in a Browser?I also need to be able to update the document with information from my existing DB.Thanks
View ArticleHow to copy a table from one text frame to another...
Is there a way to copy a table from one text frame to another? I'm using JavaScript. The following will move a table from one text frame to another, but I need to copy. var srcFrame =...
View ArticleI am facing difficulties activating InDesign CS6 server
I'd like to share with you my frustration about InDesign CS6 Server which tries to do the very same as shown above, but apparenty noone at Adobe did think about the fact that ID Server has NO GUI. So...
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 ArticleCan't Connect To Server
I recently had several Adobe programs downloaded to my mac laptop for my classes and major. My school downloaded these programs onto my laptop and in order to use these programs and share files with...
View ArticleCreating Hyperlink using InDesign CS6 Server
Hello, Could anyone help me to automate hyperlink generation for the web related contents, I can acheive this using desktop, but not in InDesign CS6 server, since 'selection' property is not supporting...
View ArticleHow to start two instances of InDesign server independently?
Hello,we have a multi instance InDesign server installation.And we are able to start two instances of InDesign server on different ports. But now we would like to use different plugins for different...
View ArticleInDesign Server: Ignoring / Supressing EXIF Orientation?
Good day, My clients are uploading images to our system that contain EXIF information. No suprise here, EXIF is ubiquitous feature in all digital cameras since the dawn of time... well. Anyway. Let us...
View ArticleInDesign Server serial number
Hi, We have a customer who bought InDesign server at a company that has gone out of business... We now need to know our customers' serial number, but I cannot find a way to get the serial number of the...
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 ArticleInDesign Server fonts are locked even after document closed
Hi! We get "file in use" messages from windows, after installing latest InDServer update. We create packages from open documents, on the server, then we close the documents.After that a piece of code...
View Article[JS] How to use printbooklet to write directly to disk from InDesign Server?
Hi I'm trying to get the PrintBooklet method to work in InDesign Server CS4. My problem is that my target output is not a printer, but a PDF file, so I have defined a printer preset which is the Adobe...
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 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 ArticleHow do I get the Application object for a running instance of InDesign Server...
I have a running instance of InDesign Server CS6 which I launched using the following command:"C:\Program Files\Adobe\Adobe InDesign CS6 Server x64\InDesignServer.com" -port 12345 I tried running the...
View Article