The adobe-indesign tag has no wiki summary.
2
votes
1answer
231 views
Hyphenation for not supported languages in Adobe CS5
I'm using Adobe InDesign CS4 and CS5 on Mac OS.
I've never written any kind of plugin for Adobe InDesign on Mac OS and I need help to consider what's the best solution for this kind of problem.
The ...
1
vote
0answers
50 views
InDesign server CS 5.5 app.scriptArgs.get doesn't work in jsx script
I'm working with Adobe InDesing Server CS 5.5 and having problem that *.jsx script is not able to read input parameters
I run following command:
sampleclient.exe -host localhost:8080 ...
1
vote
1answer
385 views
Loads a new movieclip/swf file on Button Click in AS3
Good day. I am creating a library like flash file for our game. I am using adobe flash cs5 with as3 and adobe indesign. I am still very new at flash(a real newbie) and i am wondering if anyone could ...
1
vote
1answer
211 views
Adobe InDesign Server examples
I'm new to Adobe InDesign Server and I'm having a hard time finding a good kitchen sink app. All the examples I got from the SDK seem to partially work. All I'm trying to do is use a master page from ...
0
votes
1answer
39 views
Howto anchor a Group of Elements to a specific TextFrame in InDesign CS5 javascript
I have written an importscript which places articles into a Indesign masterspread from a xml file. Every article will be placed into a new textframe. Every article can have multiple pictures with a ...
0
votes
1answer
170 views
Convert indesign ouput to html5
I want to write a viewer that convert in-design output format to html5 format and all the user design in adobe indesign can display in browser but i do not know which output is suitable for me, i ...
0
votes
0answers
34 views
BookContents.Add() gets really slow after a few documents Adobe Interop
I am trying to combine all the documents inside a list of books into a single book then export it as a single pdf. I'm currently using the c# code:
var tempBook = ...
0
votes
1answer
86 views
count tabs gather data from tabbed delimited text .JSX Adobe InDesign
I need to know how to read data from tabbed delimited text file in order to export merged documents to correct location.
-- will always be 4th tab 2nd row (group number) directory will be named by ...
0
votes
1answer
139 views
InDesign Scripting how to quit application (not document)
I'm trying to automate data merge process. Here's what I have:
First of all have created a working datamerge script:
function main(){
mySnippet ();
myTeardown();
}
//<setup>
...
0
votes
1answer
49 views
adobe indesign atomation using .net
can you give me some idea on how automate a simple functuin to export indd into pub.Do i need to have indesign server? thanks!
how about quark to epub conversion automation? Thanks!
regards,
jerome
...
0
votes
0answers
57 views
Analytics in InDesign SWF or Interactive PDF
I am starting to add video to a SWF newsletter that I make. Is there a way to track how many people view the embedded video?
If there is does it work with the Interactive PDF option too?
0
votes
0answers
89 views
String Conversions
It's very difficult for me to explain what I am doing. Actually It's related with bit InDesign and Juce library.
Actually I am making a plugin for InDesign. I have a string as WideString(InDesign UTF ...