- Details
- Written by robinfredericf
- Category: JS Illustrator
-
Also available:
- Hits: 5382
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.
- Details
- Category: JS Illustrator
-
Also available:
- Hits: 4933
It's so easy to convert an anchor point from angle to rounded and back. An alt clic on your point makes an agled one, an alt clic and drag switches to rounded.
But what if you have a lot of points to handle....? Are you seriuously thinking about clicking hours and hours ? What abour using this script ?
Use
Select points to convert to rounded and then launch the script.
- Details
- Written by Eddy
- Category: JS Illustrator
-
Also available:
- Hits: 4458
Here are two Illustrator scripts for working on paths.
- The first one closes all the selected open paths (or all open paths if there is no selection).
- The second one quickly changes the orientation of one or multiple paths. Interesting if you want to add a shape to that path and need a change in the path direction.
Use
CloseAllPath
- If you have selected open paths, these one only will be closed. On the contrary, any open path will be proceeded.
- Run the script…
reverseAllPath
- Select the paths you want to change the direction
- Run the script…
The scripts are available in three languages (english, french and deutsch). Before the first use, you have to set the script speaking language.
To do so, you have to edit the javascript file. Have a look on the included README.txt for the instructions.
Download
- Details
- Category: JS Illustrator
-
Also available:
- Hits: 56880
randomSelect demonstrates an easy way of randomizing the selection of a given number of objects.
The user can specify a percentage of up to how many objects should be considerred relative (percent) to the number of objects in the current selection. If nothing is selected prior to calling the script then all page items of the foremost document are set as the initial selection. (Source : Adobe Exchange)