Re: Data Merge not picking up all data fields
I tried linking them all, one to the next, but as some of the frames are much larger than the text/table they contain (to allow for the mail merged content) every time I tried to thread one to another,...
View ArticleIs it possible to get font names of the used vector graphics?
Hi All, Is it possible to get the font names of the used vector graphics?
View ArticleRe: How to get exact values.
Hi, you need to round this floats (i.e.): mWidth = Math.round(mWidth*100)/100; Jarek
View ArticleRe: Selected elements from list to separate text frame
Ahhh, who'd of thought you could expand the layer and see its contents. Right, so I got this to work, thanks Jarek, but this would require me to select each 'source' frame and rename it as 'source' in...
View ArticleRe: Data Merge not picking up all data fields
Hi, is modyfiedArray.prototype.find = function (string) { for (var s = 0; s < this.length; s++) if (this[s] == string) return s; return -1; } var mFrames, mFile, mDoc, mFields,...
View ArticleRe: Selected elements from list to separate text frame
Hi, are any other frames on each page then these two?are they placed on the same position (x,y)? describe the way of detect them and I will modify this Jarek
View Articleindesign shit server errorrrr cs6
Hi guys of adobe I have really big problems with indesign server payed more 35'000 EUROOOOOO, and it is full of bugs, full full full of bugs and 00000 support. My first messagge is here...
View ArticleRe: Selected elements from list to separate text frame
Unfortunately there are many other text frames on each page (see original screen shot), so would be good to be able to select the boxes needed first then run the script. They are always in the same...
View ArticleRe: Selected elements from list to separate text frame
Hi, OK. Replace these lines:var source = mDoc.textFrames.item("source");var output = mDoc.textFrames.item("output"); with:if (app.selection.length != 2) exit(); if (app.selection[0].geometricBounds[0]...
View ArticleRe: indesign shit server errorrrr cs6
1) We get this error when opening and exporting to jpg and xml some indesign files. THIS HAPPENS on EXPORT JPG of indesign. Code:app.consoleout("INIT JPG");theDocument.exportFile(ExportFormat.JPG, new...
View ArticleRe: How do I print specific spot color(s) in separations?
That's simply not going to work. We print separations from over a hundred documents each day and each one has a different set of Pantone spot colors in it. I can get the list of those colors easily...
View ArticleRe: indesign shit server errorrrr cs6
Hi thank you very much for this answer, I was not hopping on getting it. Both problems are not reproducable on indesign desktop . FOr example If I replace the text of the stylerange from desktop all...
View ArticleRe: Selected elements from list to separate text frame
You sir, are a gentleman! Thank you very much, this has helped me immensely!
View ArticleRe: How do I print specific spot color(s) in separations?
what you are looking for is Document.inkshttp://jongware.mit.edu/idcs5/pc_Ink.htmleach ink has a printInk property you can use
View ArticleRe: How do I print specific spot color(s) in separations?
Hi, I see, but as you noticed ID Object Model (JS reference) only refer to turning on or off the Cyan, Magenta, Yellow, and/or Black channels. Extremally, how many spot colors in one doc could be...
View ArticleRe: Is it possible to get font names of the used vector graphics?
hmmm... there might be a way.. as i recall the Document.fonts collection includes the fonts from EMBEDDED vector files, but there is no way of telling the difference between one used in a vector file...
View ArticleRe: How to get all the font names in a text file?
using indesign?see: Is it possible to get font names of the used vector graphics? but it might be easier using Acrobat Pro
View ArticleRe: How do I print specific spot color(s) in separations?
I think that is what I was looking for; thank you, Vamitul. This question was bugging me all morning during my drive to work. I will give it a try as soon as I have a chance to do so and post my...
View ArticleRe: How do I print specific spot color(s) in separations?
That definitely sounds like it could be useful in case Vamitul's suggestions falls through. We almost never have jobs that require more than five spot colors, so your idea could work. I'll try the...
View ArticleInsert Slug Text
Hi, I have a few questions. How do I insert Text into a slug. I want to add the phrase "Hello World" Also this may seem silly bit how do I set the Filename. I am using Applescipt.
View Article