Questions tagged [indesign-server]

"Adobe® InDesign® CS6 Server software delivers a robust and scalable engine that leverages the design, layout, and typographical capabilities of Adobe InDesign CS6 software to enable you to programmatically create engaging automated documents." - Adobe® InDesign®

"Adobe® InDesign® CS6 Server software delivers a robust and scalable engine that leverages the design, layout, and typographical capabilities of Adobe InDesign CS6 software to enable you to programmatically create engaging automated documents."

Source

73 questions
0
votes
2 answers

InDesign server COM error

I am using InDesign server on windows. And developing application using Microsoft .Net web platform (ASP.NET). I am generating Indd file using ImportXML() method provided by InDesign. I am getting following error randomly (sometimes more…
Tejas Vaishnav
  • 492
  • 2
  • 14
0
votes
1 answer

Cannot access kerningValue property of character or paragraph

I am trying to ascertain the kerning of the characters in a TextFrame using IDS's SOAP API. For the sake of simplicity I am currently still trying to examine only the first character, which is not any kind of special character (it's an uppercase T).…
p.g.l.hall
  • 1,961
  • 2
  • 15
  • 26
0
votes
1 answer

Why "FindTextPreferences" not working?

I have 1 Font missing : [ddddの]. I want find and replace to Font [Ab] This is my Code, but it can't find . > oIndesign.FindTextPreferences = 1851876449 > oIndesign.ChangeTextPreferences = 1851876449 > …
D T
  • 3,522
  • 7
  • 45
  • 89
0
votes
2 answers

How to convert InDesign (.indd) file to .idml file (and back) online or without installing InDesign Suite?

I am being handed a Indesign (.indd) file from which I extract out .idml file using Indesign App. Can this & other way conversion be done through Adobe's SDK or any online api without the need to have the app installed. Didn't see any reference for…
Chinmay
  • 731
  • 1
  • 8
  • 19
0
votes
1 answer

how to store adobe page maker data in database?

One of the educational data was stored in adobe page maker file (.PMD) file. Which consist of scientific formulas like mathematical equations, chemistry formulas, I would like to store those data on a MSSQL database then represent in browser. I…
sridharnetha
  • 2,104
  • 8
  • 35
  • 69
0
votes
1 answer

find methods in COM object

I'm trying to use the COM object of InDesign Server CS6 to export an InDesign document as a PDF. Checking the object model viewer that comes with InDesign I find a method 'exportFile()' for the Document object, but using this results in an error…
0
votes
1 answer

Programming a Indesign table - aid5:cellstyle (ID CS5)

i have a Indesign CS5 document. In the middle is a table, which is filled by my java code, than it's pushed to our Indesign. My code looks like this: StringBuffer table = new StringBuffer(); int tableSize = 10; table.append("
Joergi
  • 1,527
  • 3
  • 39
  • 82
0
votes
2 answers

idlk file gets created in MAC

I have a program and a plugin which makes me a indesign document via indesign server. On running the program, it would make some API calls like openDoc, CreateElement, closeDoc etc and make the document ready. Once the server opens the file on mac,…
shridatt
  • 896
  • 4
  • 15
  • 39
0
votes
0 answers

InDesign Server - Exporting PDF with embedded transparent TIFF images

I'm trying to export a PDF with embedded transparent TIFF images. These images have extremely large dimensions. During the embed process, they are shrunk down to fit in the placeholder frames within the target InDesign file. Because of the dramatic…
0
votes
1 answer

Adobe InDesign Server data merging

I'm using Adobe InDesign Server CC and I want to do datamerging. It does merging well, the only problem is that Indesgin Server is SO SLOW. Here is my code: var source = File(app.scriptArgs.getValue("sourceIndd")); //.indd file var destination…
0
votes
1 answer

Represent text in Flash Player true to InDesigns representation of text

I would like to display an editable text field in Flash, with the same text format, columns, padding and letter-spacing, as it would have been defined in an InDesign document. Is this possible at all? - can the newer Text Layout Format be used to…
0
votes
2 answers

How to convert InDesign IDML to Tiff?

I have a requirement to take idml files provided by a client, twiddle them a bit to fill in some placeholders and generate a TIFF file. This needs to happen automatically and I have InDesign Server at my disposal. I have the first part down. I have…
George Mauer
  • 117,483
  • 131
  • 382
  • 612
-1
votes
1 answer

Can a JSXBIN script be called in InDesign server via SOAP?

I'm making a SOAP request to InDesign Server running on a Windows VPS. We've been running JSX scripts on this server for ages, so we know it works fine. However a third party development house has provided to us a JSXBIN file to run, and we aren't…
halfer
  • 19,824
  • 17
  • 99
  • 186
1 2 3 4
5