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

Re: How Save File using script ?

Thanks Jarek for replyAlso thenks to Beginner_X I found the MAC OSX permission problem.If  i use#target indesignvar...

View Article


Image may be NSFW.
Clik here to view.

Create hyperlinks with script, without big increases to size and processing...

Quick summary: I've got a script as part of a process involving a large Data Merge based document that creates hyperlinks using doc.hyperlinkURLDestinations.add(). The script simply turns text snippets...

View Article


Re: Create hyperlinks with script, without big increases to size and...

What about working with smaller sections:Create 2-pages-indd-docs by DataMerge (DataMerge is scriptable too) x 600, add hyperlinks six hundred times and export to pdf six hundred times ... (could all...

View Article

Re: Create hyperlinks with script, without big increases to size and...

Interesting idea, thanks. Can you give any example code or links on how to script the Data Merge tool? I've tried looking in the CS6 InDesign javascript scripting guide and there are no occurences of...

View Article

Re: File Save Problem

While most file managers are not fussy about the cases used in File names, JavaScript is: could it be that your problem is caused by the difference between "var" and "Var"? Just guessing. Dave

View Article


Re: Create hyperlinks with script, without big increases to size and...

simple example: #target indesign  var destFolderPath = Folder.selectDialog('DestFolder').absoluteURI + '/'  var currDoc = app.activeDocument;//already prepared document (csv connected) is open and...

View Article

Re: File Save Problem

Thanks Dave for reply

View Article

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

Thanks for your answer, but that also picks up the page break marker...

View Article


Re: Pulling data from a specific text container [js]

What you could do is while you place the jobnum placeholder inside the textframe, just add a scriptlabel to that textbox using the script label palette or using a simple script to find this textframe...

View Article


how to remove dotted lines in a single column using javascript?

Hi, In InDesign document,i want to remove the dotted lines in a single column using javascript.here i want to remove only the dotted lines has presented at the end of text in a cell.kindly help me if...

View Article

Re: how to remove dotted lines in a single column using javascript?

Hi, Where are those dotted lines coming from? Tell more about... Jarek

View Article

Re: Getting a TextFrame from an xmlelement

try below lineafter select node node[0].insertionPoints[0].parentTextFrames[0].label="label name";

View Article

Re: how to remove dotted lines in a single column using javascript?

Hi, Those dotted lines have added in the document by manually. The dotted lines have presented in all the columns but in a single column i need to remove it. Thanks,Vimala L

View Article


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

try to used "\n\n+"

View Article

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

That doesn't find a match, because the multiple returns are just normal carriage returns...

View Article


Re: Create hyperlinks with script, without big increases to size and...

So it turned out the source of the problem was document tags. Make sure the PDF isn't created as a tagged PDF by InDesign, and it behaves. I don't know what it is about the hyperlinks and tagging that...

View Article

export content from an indesign page

Hi,  i need to export content from an indesign page( a retail catalogue) to create a point of sale ticket for the products on the page(about 10 products x 24 pages). ticket needs to have the prices ie...

View Article


Re: export content from an indesign page

In ESTK's Object Model Viewer, do a search on "exportFile" and that will give you a list of all the objects that support that call. So, if you have on a page of your catalogue one of these items all...

View Article

Re: Find more than 9 digits

Thank you Jarek, for all the reply and support....

View Article

find highlighted text

Hi, I would like to align all highlighted text to the centre. How can I select/find these text. Can I use findtextpreferences or something? Kind regards

View Article
Browsing all 37788 articles
Browse latest View live