Re: Apply a paragraph style to the first cell of the first row of a table
Beginner, whenever possible, use everyItem() to apply a setting to a collection, as it is imensely faster than converting the collection to an array an iterating it. It's the difference between...
View Articlehow to unlink text to link in indesign cs6
dear all any one tell me how to unlink text to link in indesign cs6... regardssimbu_devan
View Articleflipped image resize
Hi experts I need to access values marked in red in the below screenshot. My scope is resizeing the image to 100%. I have tried with app.selection[0].absoluteVerticalScale =...
View ArticleRe: Find dpi Photoshop eps
Hi All, Thanks all for your extreme advice and support... If it should possible through script means, then can anyone help me to provide the script to find the photoshop eps dpi. Thanks in...
View ArticleRe: [JS][CC] How can I get the last visible character in an overflowed Text...
It works! Thank you very much.
View ArticleRe: Apply a paragraph style to the first cell of the first row of a table
Thanks Vamitul for the helpful answer. var firstCellText = app.selection[0].tables[0].cells[0].texts[0];firstCellText.appliedParagraphStyle=app.activeDocument.paragraphStyleG roups.itemByName("Group...
View ArticleRe: flipped image resize
how about using the transform method? http://jongware.mit.edu/idcs5/pc_Graphic.html#transform for the scaling transformation: http://en.wikipedia.org/wiki/Transformation_matrix#Scaling
View ArticleRe: Location of InDesign scripts
Try going down the page and in one of the side list is a link ResourcesAdobe ExchangeAdobe ConfiguratorDeveloper CenterAutomating InDesign Custom editorial publishing solutions Creative Suite...
View ArticleGetting a TextFrame from an xmlelement
I have the markupTag name and contents for xmlElements within a document. I now want to get the associated text frame so I can insertLabel onto that frame for that xmlElement. Any ideas? I so far have:...
View ArticleLast insertion point of a line is ignored. Why?
I am writing a script that takes a multiline paragraph and scales down the pointSize to fit all the text on one lines that matches the width of the text frame. Here's how i calculate it. - I add up...
View ArticleRe: Last insertion point of a line is ignored. Why?
Use the endHorizontalOffset property instead. One of the issues with text objects (which can be a blessing or a curse depending on what you happen to want at any particular moment) is a principle I...
View ArticleRe: Last insertion point of a line is ignored. Why?
Amazing. Thank you. That did it. Appreciate your help.
View ArticlePulling data from a specific text container [js]
I have to frequently make a hundred or so PDF overlays for video. I used a template with data merge to make a multi-page PDF file of all the overlays. I then run a jscript that saves each page...
View ArticleFile Save Problem
Hi Experts,I am using MAC OSX 10.8.3My script is : #target indesign var myDocument=app.activeDocument; myDocument.save(File("/var/Untitled-1.indd")); It give error can not save "Untitled-1.indd" under...
View ArticleHow Save File using script ?
Hi Expert I am using MAC OSX 10.8.3 and InDesign CS5.5 I use this script to save the InDesign file and run this script using Adobe ExtendScript ToolKit CS5.5 #target indesignvar...
View ArticleRe: How Save File using script ?
Hi Bill, Please use this code: app.activeDocument.save(File("~/Desktop/New.indd")); RegardsBeginner_X
View ArticleRe: How Save File using script ?
Bill joy wrote: ..Is it Script proble or InDesign problemorMAC OSX problem ?.... Hi Bill, I think it is your path problem. (Are you able to save this file in UI there?) Check: mFile = new...
View Article~b~b+ picks up page breaks too
Hi, I am using ~b~b+ to search for multiple returns in a document and then changing them to a single return (\r). The problem is that when the multiple returns are followed by a page break, the Find...
View Article