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
1 answer

Separated italic and span tags inside list element in xslt

I am new in XSLT world, thank you in advance for your understending. I need to prepare a xml which will be send to Adobe InDesign server. In the html files, which are my input that I need to transform to xml and send to Adobe InDesign by using XSLT…
nean0502
  • 17
  • 5
0
votes
2 answers

How can I get a real page count in the InDesign Java document

I am using Adobe InDesign CS5 Server Java. For setting the desired preferences, I am using the following code: Document myDocument = myApp.addDocument(OptArg.noDocumentPreset()); DocumentPreference docPrefs =…
nean0502
  • 17
  • 5
0
votes
1 answer

Is there a way to tell which page number the textframe exists in?

I am trying to find out whether a particular text exists and perfectly fits in the text frame and when the text flows to the next text frame, then upon calculating the coordinates(baseline) of the next frame iam increasing the size of the existing…
Sundeep Pidugu
  • 2,377
  • 2
  • 21
  • 43
0
votes
1 answer

Compare InDesign Document with Word OR PDF file

I am working with the InDesign Scripts to compare Word or PDF with InDesign Document. Can anyone help me with the following: 1. Compare a client provided PDF with my InDesign Document to compare Line-Breaks, Page-Breaks & Page Composition. Then…
0
votes
1 answer

Remote InDesign server entrance to my local folders

I have used InDesign server locally and in properties, it goes like indesign.instance=http://localhost:20055and works fine. Now I try to use instances running on a remote server and in properties it goes as…
Ivan Karotki
  • 139
  • 2
  • 15
0
votes
1 answer

Newspaper generator to InDesign: IDML or InDesign Server?

I'm creating a library to generate newspaper in IDML/InDesign format. This library today already outputs the newspaper using PDFLib, which give to us all control (in points) about what is being plotted. In our IDML version engine, we have to deal…
Daniel Koch
  • 277
  • 6
  • 14
0
votes
1 answer

Adobe In-Design in C# or in Java

How to make document of Adobe in-design without opening the application in c# or Java. I am able to create the document but for that, I have instantiated the UI of Adobe in-design Below is the code I tried which is working but for this application…
0
votes
0 answers

Dynamic content replacement using Adobe Illustrator and C#

We are currently looking for a way to automate part of our design/development process. Our product is an asp.net mvc multi-tenant website and we have a need to create marketing materials (such as banners and leaflets) and letters for each of our…
0
votes
0 answers

what is the Purpose of creating in text file before loading in to the indesign file

I have the perl script which converts group of xml in to text file and later it would be coded or formatted to import the text file in to indesign. So the output of the text file has some indesign tags that includes…
0
votes
2 answers

Text frames disappearing after applying a ParagraphStyle

I don't have a lot of Indesign experience to say the least but I was asked to investigate if it was possible (using indesign server of scripting) to start a new document, apply a master spread page, insert some paragraphs and applying some paragraph…
0
votes
2 answers

InDesign links in XML

Overview: we have created a custom plugin for InDesign that allows a user to upload files to our FTP with the same credentials they have for our online based software. When a user clicks "upload package" this allows them to choose where the package…
0
votes
1 answer

Create as many pages as necessary for dynamic content

I have a template which I'm filling with text. There is a header page, and several content pages after the header. Each content pages has two columns, and some logos and things at the bottom. I'm filling in the content dynamically with images and…
Sam Barnum
  • 10,559
  • 3
  • 54
  • 60
0
votes
2 answers

InDesign Server CS6 Scripting - Get TextFrame containing DataMergeField

I am unable to determine if a DataMergeField is contained within a TextFrame. var document = app.open('template.indd'); var dataMerge = document.dataMergeProperties; var field; for (field in document.dataMergeTextPlaceholders) { var story =…
Will B.
  • 17,883
  • 4
  • 67
  • 69
0
votes
1 answer

InDesign Script for importing idml to indd document

I am using InDesign Server and a soap based application to communicate through the server. I am able to get all fields of form used in indd document and also able to replace its text/value. Now, I am looking to get all images used in indd doc and…
Ray
  • 75
  • 1
  • 10
0
votes
1 answer

InDesign Script for identifying and replacing images of indd document

I am using InDesign CS6 server for changing text and images of .indd files. Though I have got scipt for changing texts but I am not able to change the images of indd document. Can some one plz help me out with script for identifying all the images…
Ray
  • 75
  • 1
  • 10