Create Indesign.Application CC
It used to be CreateObject(InDesign.Application.CS6). But now i upgraded to Indesign CC i am facing problem in creating the object.
View Articlescript
Can anyone help me with a script for InDesign CC v 9.2.1 that will pull out the text in one particular paragraph style and copy to another document? [style = d-question]
View ArticleHelp with Combine Docs script
Hi,I am writing a script that combines a list of docs into 1 doc.The script starts with a dialog with a list of all open docs.The user chooses the files he wants to combine.The script reads the list...
View ArticleData Truncate document.importXML()
Hello, after opening an InDesign Template, and importing XML, the new content has less data than the original one. The content that is truncated is a texFrame with 2 columns. The original template...
View Articlecannot establish COM Application object "InDesign.Application.CS6"
I run VBA scripts in Microsoft Excel 2010 that communicate with InDesign via COM Interface.I did that successfully using InDesign CS4 and CS5, but with CS6 the Connection from Excel to the InDesign...
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 ArticleNeed GREP To Identify Multiple Patterns
Hi I am attempting to format text by identifying it with GREP patterns, then applying styles via InDesign's paragraph and character styles. I was able to get half of what I wanted using Nested Styles,...
View ArticleHow to make a handwriting font look like real handwriting in InDesign CS5
This is a script I've written (AppleScript) that addresses the problem most handwriting fonts have — they look like fonts, mostly because they're settled so regularly along the baseline and their...
View ArticleTable of contents creation deletes text of entire document
Every time I try to create a TOC for the document I'm working on, InDesign either tells me the TOC has been updated — in which case the entire text of the document has just disappeared — or else it...
View ArticleHow to group a text frame to graphic frame trough scripting?
I'm using LabelGraphics.jsx (modified) but I would like to add one more feature to the scripting. The script add a text frame to the graphics selected, but I need most of the time group the text frame...
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 ArticleAdding Spreads, Text Frames, and Linking/Threading them... HELP!?
Thank you for taking the time to few my post and trying to help me with this.I'd like to point out and a beginner when it comes to script, so thank you in advance for your patience and understanding....
View ArticleJS/ScriptUI: placeholder madness
I created this yummy text box entry placeholder for CS4 on my Mac: but for some reason this fails to draw correctly on Windows! If the edit box is active and the cursor is in it, the text is not drawn...
View ArticleGREP Problems
Hi experts, I want to check the bracket with specific font and alert which page, but when I run the script, it cause indesign crash, it is something wrong with my script, please help me to fix it below...
View Articlefill color value in the caption
Is there way to have fill color value to be written in the caption ?
View ArticleScript to Convert Attributes to Character Styles
I'm trying to expand on Peter Kahrel's PerfectPrepText.jsx (which uses Jongware's preptext.jsx) to convert italic, bold, bold italic, superscript, subscript, and underscore to character styles prior to...
View ArticleOutput a JPG / PNG of a section of a page
Any help would be appreciated with the following. I have an online preview system where a user can upload an in design document and fill out web form controls (text boxes, check boxes, etc) to generate...
View ArticlePassing object as parameter throws compile error - Type Mismatch
While using VBA, When passing object as parameter throws compile error. Sub layoutAnArticle()Dim myWordDoc As StringDim myDocument As InDesign.DocumentDim myStory As InDesign.StoryDim myTextFrame As...
View Articlehow do you checkOut a story in indesign server?
I'm trying to change the content of an opened indesign document (opened in indesign server)Using the javascript I managed to change the content of several paragraphs when the parent story's lockState...
View Article