Quantcast
Channel: Adobe Community: Message List - InDesign Scripting
Browsing all 37788 articles
Browse latest View live

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 Article


how 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 Article


Image may be NSFW.
Clik here to view.

flipped 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 Article

Re: 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 Article

Re: [JS][CC] How can I get the last visible character in an overflowed Text...

It works! Thank you very much.

View Article


Re: 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 Article

Re: 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 Article

Image may be NSFW.
Clik here to view.

Re: 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 Article


Getting 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 Article


Image may be NSFW.
Clik here to view.

Last 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 Article

Re: 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 Article

Re: Last insertion point of a line is ignored. Why?

Amazing. Thank you. That did it. Appreciate your help.

View Article

Image may be NSFW.
Clik here to view.

Pulling 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 Article


File 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 Article

How 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 Article


Re: How Save File using script ?

Hi Bill, Please use this code: app.activeDocument.save(File("~/Desktop/New.indd")); RegardsBeginner_X

View Article

Re: 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

Re: ~b~b+ picks up page breaks too

if you just want returns use "\r\r+"

View Article

Re: How Save File using script ?

Thanks For Reply

View Article
Browsing all 37788 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>