Seeing is believing! StyLighter 1.4 is out and should now support InDesign CC on both Mac and Windows platforms. As already explained here this script is entirely based on a 'deep hook,' it takes advantage of an aborted functionality which Adobe has never even officially mentioned. But that great hidden feature is somewhat fossilized in the bowels of InDesign and still seems to work fine in CC (albeit with some limitations). Thanks to this, StyLighter allows you to easily visualize how paragraph and character styles are applied in your document.
StyLighter 1.4 for InDesign CS4/CS5/CS6/CC
November 22, 2013 | StyLighter | en | fr
The ‘Collect Everything’ Trick
September 19, 2013 | Snippets | en
Given an InDesign document, how to exhaustively collect every persistent object it embeds in a single pass? The following snippet solves the problem in the blink of an eye…
IndexMatic² | Frequently Asked Questions [UPDATE]
August 29, 2013 | IndexMatic² | en | fr
IndexMatic² is without doubt one of the most advanced word indexing scripts ever available to publishers, authors, book designers who use InDesign (CS3, CS4, and CS5+). There are many ways to configure, refine and handle its features. Users gradually discover that what they thought was impossible is, in fact, definitely within scope of the product. The purpose of this page is to boost your learning curve through concrete Q&A.
FontMixer | Extend Typefaces in InDesign CS5/CS6/CC
July 15, 2013 | FontMixer | en | fr
So you have discovered a beautiful typeface that you want to leverage for your layout. Unfortunately some accented characters, diacritics, or needed symbols are missing. Thanks to IndyFont you can easily create a complementary font that will provide those missing glyphs. Then, as an experienced InDesign user, you'll probably be tempted to manage the whole character set through GREP styles. FontMixer offers a very cool alternative based on a secret feature available in InDesign CS5 and later…
Getting Started with InGutter 2 for InDesign CS4-CC [UPDATE]
‘Sprite’ Buttons in ScriptUI [UPDATE]
July 05, 2013 | Tips | en
A sprite usually refers to a primary image which is integrated in a larger scene. The term was popularized by Dave Shea in his 2004 article “CSS Sprites: Image Slicing’s Kiss of Death” which describes how to render the multiple states of a button or icon from a single composite image. I discovered that we can derive this technique to create attractive buttons in ScriptUI 4.0 and later…
HurryCover 2.022 | InDesign CC Compatibility Patch
June 21, 2013 | HurryCover | en | fr
24-May-2024 OUTDATED POST. Please, go to the main product page for further details.
So What's New in InDesign CC Scripting DOM
June 18, 2013 | Extras | en
Considering the size of the PDF, below, you could think that InDesign CC offers plenty of new features. But that's just an optical illusion! In fact, the vast majority of members introduced into the Scripting DOM regard QR Code's API, which is based on the recurring methods createEmailQRCode(), createHyperlinkQRCode(), createPlainTextQRCode(), createTextMsgQRCode(), and createVCardQRCode().
Apart from that a very small number of innovations is identifiable in the scripting area of InDesign CC—most are relative to look-and-feel and EPUB Export options. What is not highlighted here, however, is the fact that many ScriptUI features are now broken, or partially locked. The new InDesign skin subsystem introduces drastic limitations in the way scripters can customize oldschool user interfaces. For example, ScriptUI fonts do not seem to be supported anymore, and many event types or listeners (focus, onDraw…) are quite defective for various widgets. Also, FlashPlayer embedding leads to critical issues—as it has been reported that invokePlayerFunction() just does not work anymore. In short: very bad news for InDesign developers!
• See also:
— “So What's New in InDesign CS6 Scripting DOM”
— “So What's New in InDesign CS5.5 Scripting DOM”
— “So What's New in InDesign CS5 Scripting DOM”
IndyFont 1.1 | Public PRO Release and User's Guide
May 29, 2013 | IndyFont | en | fr
This is a great day for both typography lovers and InDesign fans! IndyFont is a complete typeface builder for InDesign CS4/CS5/CS6/CC. This new and amazing tool created by †Jongware can generate clean and functional OpenType fonts in just a few seconds. Did you ever need to have custom bullets available in your layout? Did you ever imagine to design your own character set, including your logo or any required pictogram, with the ability to edit ligatures, diacritics, oldstyle figures, swashes or any alternate? You no longer have to buy and master a complex font editor to have it done! Check out IndyFont and enjoy drawing from A to Z pure OTF fonts in InDesign…
InDesign Scripting Forum Roundup #4
May 14, 2013 | Snippets | en
Welcome in the new episode of the Scripting Forum Roundup series. Today I decided to focus on solid tricks and in-depth topics that might be of interest to experienced script developers…
IndyFont 1.1 Sneak Peeks
April 25, 2013 | IndyFont | en | fr
As announced in June 2012, IndyFont is a mind-blowing InDesign script that makes it possible to design and distill pure OpenType fonts from scratch! Theunis de Jong and I put all our energy in having the final release available as soon as possible. Meanwhile, let's watch short sneak previews…
Meet Loïc Aigon, Automation Expert!
February 11, 2013 | Extras | en | fr
My colleague Loïc Aigon recently updated his professional website: loicaigon.com. I take this opportunity to let him unveil axis and motions of a misknown job: automation expert…

Making String.split() support U+0000 in ExtendScript CS4
January 31, 2013 | Tips | en
For obscure reasons ExtendScript 3.x is somewhat allergic to the character "\x00" (U+0000). Some String and RegExp routines become silently defective as soon as your source string contains one or more NUL character. Although most of these bugs have been fixed in CS5 (ExtendScript 4.1), this still leads to compatibility and portability issues. Here is a snippet that allows to split any string and get proper results in all versions.
140+ InDesign and Creative Tasks You Didn't Know You Could Automate
January 05, 2013 | Extras | en
New tools, new solutions, new ideas, emerge every day for and from InDesign and Creative Suite heroes. But strangely enough, most graphic designers and InDesign end-users still ignore—or cannot measure—the power of automation. As a kind of proof of concept I decided to start the year with a celebration of the most noticeable scripts, tools and resources that have shaken 2012 in this area. Since I used Twitter as a bookmarking platform, it seemed fun to compile a selection of links I've tweeted or re-tweeted during the last 12 months. This is also an opportunity to pay tribute to my colleagues, scripters, developers, trainers, and time-savers! Now make yourself comfortable and enter in the Productive Dome…
InGutter | Inset Spacing, Gutter and Global Width
December 13, 2012 | InGutter | en | fr
InGutter users often ask the following question: “When the script creates inner rules it also creates an inset around the whole frame. But my layout needs to go the full width of the text frame. How could I prevent InGutter from adding unwanted left and right inset?” The short answer is: you can't! OK, so can we deal with that constraint?
HurryCover 2 | Public PRO Release and User's Guide
November 07, 2012 | HurryCover | en | fr
24-May-2024 OUTDATED POST. Please, go to the main product page for further details.
How to Augment and Process Nested Groups (CS4-CS6)
October 22, 2012 | Tips | en
Dealing with groups is a major headache for InDesign scripters. On one hand, the Group object has no injection method to offer, which makes difficult to append existing page items into a given group. On the other hand, although the Groups API exposes a promising add() method, nobody has ever managed to use this feature from any PageItem.groups area, so we seem doomed to perpetually rebuild groups from scratch.
“ScriptUI for Dummies” (2.0)
September 27, 2012 | Extras | en | fr
My colleague and friend, Peter Kahrel, just put online the version 2.0 of his great eBook, “ScriptUI for Dummies”, a free PDF which teaches us everything about designing and scripting user interfaces based on the Adobe CS ScriptUI module.
« previous entries - Page 9 of 13 - next entries »



