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 ArticleCreate 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 ArticleRe: 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 ArticleRe: 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 ArticleRe: 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 ArticleRe: 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 ArticleRe: ~b~b+ picks up page breaks too
Thanks for your answer, but that also picks up the page break marker...
View ArticleRe: 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 Articlehow 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 ArticleRe: how to remove dotted lines in a single column using javascript?
Hi, Where are those dotted lines coming from? Tell more about... Jarek
View ArticleRe: Getting a TextFrame from an xmlelement
try below lineafter select node node[0].insertionPoints[0].parentTextFrames[0].label="label name";
View ArticleRe: 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 ArticleRe: ~b~b+ picks up page breaks too
That doesn't find a match, because the multiple returns are just normal carriage returns...
View ArticleRe: 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 Articleexport 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 ArticleRe: 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 Articlefind 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