InDesign 7.0 breaks Visual Basic reference
I've previously posted this to the Indesign SDK & Scripting forums, but haven't gotten a reply.I thought I'd try again, rephrasing it a bit.When I installed Creative Suite 4, InDesign 6.0 installed...
View ArticleHyphenation of the first line of a paragraph
Hello! I was wondering if any of you guys know of a script that can stop the first line of any parapraph from hyphenating? I've looked everywhere and can't find an option on Indesign nor a script that...
View ArticleMove xml element into Lib Item
Hi, I'm currently trying to build a script to move a ELEMENT into anchored objects with a specific object style. Here's my Script myXMLElements =...
View ArticleHow to write data at the end of doc in reverse order?[CS6-jsx]
I need to move all my spec texts entries at et end of doc. To keep correct reference in all found entries i have to process in reverse orderfor (i = mFound.length-1; i>=0; i--){ ...etc but can't to...
View ArticleSelecting parts and entire rows or columns and apply character style
I am trying to apply character styles to certain parts/entire rows and columns. I can change individual cells with the code below. . . table = app.selection[0];if (table.hasOwnProperty("baseline"))...
View Article[CS5.5][JS] Delete character located before search result
Hi, I have a small question. I would like to delete all spaces before all text tagged with a specific character style. Example: "Appel:[SPACE][BEGIN CHAR STYLE FRUIT]5 pieces[END CHAR STYLE FRUIT] I...
View Articlerelink images from different locations
Hi Forum, I have a big tricky thing to do with myself... i have placed an image inside indesign document from desktop of my system(smb://172.11.11.0/). Saved and closed. and only the indesign file is...
View ArticleXML ATTRIBUTE
Hi, xml data with contains attribute values. XML Data: <chapter><div class="figure" id="s9781452281988.n9.i73"><p class="fig-caption" name="Figure 9.2.">Prevention of, and Treatment...
View ArticleHelp! new to script
hi forum!...... I m new to scripting... I want a small things to do with scripting. I want to select an image (link) placed inside page(0) of document. my link name. teddy_1.ai. and the location is...
View ArticleScript for Indesign find paragraph style change to table with table style
Hello, I hope somebody could help me with a script. I have tab tekst with a paragraph style and I want to convert that to a table with a table style. Kind Regards,Patrick
View ArticleStrange behavior function Document.exportFile()
My script uses the exportFile to get files PDF. Usually this is a fairly lengthy process. When you run the script sometimes disappear from the exported files attached pictures PDF. If at the time of...
View ArticleDuplicate pdfExportPreset
This script: app.pdfExportPresets[0].duplicate().bleedMarks = true; Works correctly when run from a pallet Sctipts (new preset created)and does NOT work if you run it from the editor ExtendScript...
View ArticleGrep script: Search for "€.+" and apply character style?
Having spent hours on this I almost give up. I guess it is not a big problem for everyone, but I am kind of new on scripting. My problem:I have a Indesign table (500 + pages) and need to apply...
View Articleselecting ConstrainProportions for scaling
Hi forum, Is it possible to select the Constrain proportions for scaling link button in Control panel, using script. Could forum help on this request. regrds,@ chand.
View ArticleIndesign autosave
I believe there's some autosaving and backup feature in Indesign, where to turn off this option or rather set to a longer time..My Indesign will get slow at some time interval. Heeeeellllp..
View Articlehelp with a grep string needed
hi... a colleague of mine has asked a question and i must admit grep is not something i dabble in much. can someone please help? the question is: The requirement is to find and select from the last EN...
View ArticleStartup script to load shortcuts — in a Citrix environment
Let me offer a sample of what I have and ask if anyone knows how to fill in the gaps. For starters, a listening script upon booting up InDesign: #target InDesign#targetengine session //collect the name...
View ArticleHow to decompile jsxbin to jsx
Hi All,I have a jsxbin script. I want to edit the script, so i need to decompile the script to jsx. How can it possible. Thanks in Advance,Mahesh
View ArticleJS: app.modalState?
app has a property modalState (omv help: "If true, a modal dialog or alert is active."). You'd think that something like this should work: if (app.modalState){ // xyz} But, like any other code, it...
View ArticleHow to solve the Error code :45 for the below mentioned script. Please...
function fontcheck (){ fonts=null;//var fonts=document.fonts.everyItem().getElements();var _docFonts = app.activeDocument.fonts.everyItem().getElements(); var myDoc=app.activeDocument var...
View Article