Columns calculator
- Details
- Written by robinfredericf
- Category: JS inDesign
-
Also available:
- Hits: 4159
You have a text frame of a given width (for example 277 mm) and you want to split it to several columns (of equal width) separated by gutters, you can do it easily in the "Text Frame Options" dialog.
- If you want 2, 4, 5 or 8 columns, you will easily get column and gutter widths multiples of 0.25 or 0.1 by selecting "Columns: Fixed Number", by changing the "Number" and "Gutter" fields without touching the "Width" field (ex: 5 columns, gutters 4 mm → width 52.2 mm).
- But for other numbers of columns such as 3, 6, 7, 9, 11… You will get unpleasant values (ex: 7 columns, gutters 4 mm → width 36.143 mm).
This script will enable you in the second case to find simpler values: you select your text frame and launch the script, and it will suggest you all possible column and gutter widths multiples of a given increment (by default, the cursor key increment of your document view preferences). This enables you to discover round values you'd never thought about: for example you can split your 277 mm text frame to seven 37 mm columns separated by 3 mm gutters.
Fit a text to an outline
- Details
- Written by robinfredericf
- Category: JS Illustrator
-
Also available:
- Hits: 5369
Someone provided you with a file (such as ai, pdf, eps) and you are now asked to edit a text line in it using Illustrator, but unfortunately this text has been converted to outlines
If you have ever been through this before, you know that you have to cope with some difficulties to get to it : identify the font, get it (legally !) and load it, if this font is not already in your system or font manager, and finally recreate the text with exactly the same typeface size and horizontal scale.
This simple script without any dialog box nor option will help you to accomplish the last step by enabling you to fit exactly the text to the bounds of a vector object. For example you type and format with the needed font the first letter of the text you want to recreate, you select both the text and the corresponding outline and the script fits the text to the outline.
Wordalizer 1.25 | Create Word Clouds in InDesign
- Details
- Written by Eddy
- Category: JS inDesign
-
Also available:
- Hits: 13276
Wordalizer is a “word cloud” generator written in JavaScript for InDesign CS4 and CS5 (Mac and Win). The current stable release (v. 1.25) is based on a new lexical parser that runs up to 100X faster than the previous beta!
It also provides a number of improvements and new features: 6 source languages supported, a full word list editor, session-persistent settings, ability to rework from the active cloud, control of the minimum word length, “rarest words” option, 15 color shemes...
Resize all images in your document to 100%
- Details
- Written by Eddy
- Category: JS inDesign
-
Also available:
- Hits: 23582
It's a good idea to avoid extreme scaling both in expanding and reduction. And you may have to stay around 85/115% ratios.
But the best thing shouldn't be to let the pictures 100% scale ?
Yes but, your document is now compler, all your pictures placed and the last thing you want is spend time modifying all the pictures one by one. So who cares after all, I make my PDF, and let the publisher deals with that. If you do so, it's probably meaning you like playing to the russian roulette (can I just say that ?).
Consciously letting important scales values in Indesign, You are giving to the PDF Engine the control over your image resampling and it's like asking the baker to lay your carpet. And Photoshop does that so well...
Ok but It's not tellin me how to resize all my images in one step! Just use this script from Kasyan Servetsky that will ease your life !