Run Script using shortcut Key in InDesign
Hi, How to run the script in InDesign using shortcut Key. Can anyone help me?? Thanks in advance,Sudha K
View ArticleHigh Res - Low Res Pdf
Hi Friends, How to convert high resoultion to low resolution pdf in Indesign... by manually or by script Thanks,Divya
View ArticleWith CS3, some things have changed
Let's use this topic to record changes that are likely to affect a working script. As I did in the CS2 comparable topic, I'll add an index here in the topic title when the list is long enough (and I...
View ArticleNeed to increase the width/fit of window created by script to fit given text...
#target indesignvar myDoc = app.activeDocument; var w = new Window ("dialog", "Dear User <line break> Select the one option"); // need line break also, i tired with \r.var myButton1 =...
View Articlehaw to restore deleted master page object
If I apply Master Page to some page an then override and delete some object which originates on master page - is there any way to bring it back again with scripting?I'd like to avoid reapplying Master...
View ArticleHow to keep track of all the classes/methods/properties created in a long script
Hi, I'm curious to know what method people use to keep track of all the classes, methods, and properties you've created when writing a longer script. For quick scripts, this isn't a problem. But for...
View Article[AS] How can a script make a custom panel in InDesign?
How can I script a custom floating panel-window with my own parametes in InDesign?
View ArticleHow to set automatic backups to specific folder in InDesign
The following script saves a copy of an InDesign file to a set folder in the same location of its file being backed up.Question:How can I edit the script to save the backup file to a specific path? For...
View ArticleAdding Script to a Button?
Is there a way to add JavaScript to a button when creating an Interactive PDF in InDesign (CS6)? This Interactive PDF is being turned over to other developers, who need to tack on a...
View ArticleIs it possible? with a script in a test question numbers automatically assign
I've got a 400-page documentevery question in the text frame and after point after the point tabsin text frame question numbers mixed and I want to fix as in the picture
View ArticleInserting special character at the beginning of every page in running body of...
Hello all, How do I go about writing a script that can insert a character (the same character) on every page of a document (say a book) within the running body of text? This would be different from a...
View ArticleInDesign automation using watch folder
Hi InDesign experts, Can we use InDesign desktop version (CS5) for a remote batch processing work without any manual intervention? For example, a script automatically picksup the input file and create...
View ArticleCannot handle the request because a modal dialog or alert is active
hi alli try to use indesign product sdk CS5 using com object to open and edit document with asp.netthis error appear to me in this part of my code InDesign.Application indApp =...
View ArticlePath of the Find-Change Queries/Grep folder in ID CC 2014
Hi, Is this var correct to localize the path of the Find-Change Queries/Grep folder in ID CC 2014? var query_folder = app.scriptPreferences.scriptsFolder.parent.parent + "/Find-Change Queries/Grep/";...
View ArticleFindChangeByList script to include Style Groups/sub Style Groups
I've been using this function happily (with varying degrees of success & lots of trial and error) for a while now. I'm not a script writer, understand very little but manage to copy and paste, and...
View Articlehow to fit "frame to content" for a selected textframe by user?
hii am creating a script in which a textframe is selected and several operations are performed but on a line i got stuck since morning.var sourceDoc = app.activeDocument;var myFrame =...
View ArticleChange content with XPath
Dear all, I am attempting to search for XML elements in my document using XPath, and then alter its contents. I do realize that this is supposed to be a rather basic action, but documentation on this...
View ArticleExtracting single pages out of InDesign documents
Is it possible to extract or export single pages from an InDesign document?So far I've done it this way: I remove all the other pages, save to a new document and reopen the original document.Here's my...
View ArticleHow to perform basic mathematical calculations on indesign templates
Hi All, I am building a custom app, where I have to perform basic mathematical calculations on an indesign template(like incrementing value in a text area when a button is clicked). This is similar to...
View ArticleEdit & Read MathType Equation
Hi Genius, Entirely new to this concept. Below is the process doing by manually. 1. Select the Math type equation that is already imported in Indesign 2. Open the equation by "Edit with" & "Text...
View Article