Posts Tagged ‘eps’

Script: Place Multiple Files in Illustrator (Kelso)

Tuesday, March 10th, 2009

[Editor’s note: This new script allows multiple files to be placed into Adobe Illustrator at once. Illustrator’s native place command can only handle 1 single file at once. This script was commissioned by Eric at Nutshell Communications, Inc.]

This script will allow you to (import) place multiple files as separate named layers from a designated folder to a new Illustrator document. The files are all placed at once, you don’t get to control individual placement (but of course you can modify location after the script runs). Script should work with CS2, CS3, and CS4, both Mac and Windows.

To install new scripts you need to:

  • Download either the IMAGES version (eg, JPG, GIF, TIF, etc) or the EPS version.
  • Quit Illustrator
  • Copy the script file into the Illustrator application folder’s “Presets” » “Scripts” subfolder. If you are in CS4 this will be the application folder’s “Presets” » “en_US” » “Scripts” subfolder (transpose “en_US” with your local language string).
  • After restarting Illustrator, you can find the scripts in the menu “File” » “Scripts”;
  • TIP: You can create subfolders in the scripts folder to organize your scripts

Usage

  • The script asks for a folder to be selected by the user in a normal file open dialog.
  • All loose files are examined and if they match EPS file type then they are placed (nested folders not examined).
  • It is easy to limit this to EPS or add other file types (see below)
  • The files are placed into the middle of the document (or registered to a 9-point page location).
  • Each placed file gets its own layer, the layer name matches the placed file’s name.
  • The file is not auto-saved. You do that manually.

Placement Options

Line 7 controls the placement of the imagesinto the document. These are 9-point registration of ul, ml, ll, um, mm, lm, ur, mr, lr.
var placement9pointAlignment = “mm”;

Adding More File Types

Line 33 controls which file extensions are supported:
if( (fName.indexOf(“.eps”) == -1) ) {

You can easily expand the file types supported as shown in the commented out line in 34:
//if( (fName.indexOf(“.eps”) == -1) && (fName.indexOf(“.gif”) == -1) && (fName.indexOf(“.jpg”) == -1) && (fName.indexOf(“.png”) == -1) && (fName.indexOf(“.bmp”) == -1) && (fName.indexOf(“.tif”) == -1) && (fName.indexOf(“.psd”) == -1)) {

To allow more file types, use the formatting and grammar as in line 34.

Code Line Announces CS4 Compatible Apps (MacNN)

Tuesday, February 24th, 2009

[Editor’s note: I originally promoted SneakPeek Pro back in March of 2008. It’s a great tool for Mac users to see what your design files look like, their fonts, images, and colors without opening them while staying in the Finder. Now new and improved for CS4 versions supports updated Illustrator and InDesign file formats.]

Republished from MacNN.
Originally published 20 Feb. 2009.

Code Line has announced its Art Files and SneakPeek Pro now compatible with Adobe Creative Suite 4. Art Files is a stand-alone application that helps users gather and package Illustrator documents, linked images, and fonts for graphics files, which in turn can be archived, shared, or printed off. The software is designed for production artists who work with graphics files, and features the ability to collect several documents at once to help minimize the time spent organizing.

SneakPeek Pro is a QuickLook plugin that allows users to preview Illustrator, InDesign, EPS and Freehand documents without having to launch an application. In addition, people can also view fonts, images and colors that are used in CS3 and CS4 documents.

Art Files is compatible with Mac OS X 10.4 or higher and is priced at $50, while SneakPeek Pro requires Mac OS X 10.5 or later and costs $20. Code Line also offers a bundle pack of both Art Files and SneakPeek Pro that is priced at $60. Any pre-existing users can download the update for free.

Getting Illustrator Map Symbols into ArcMap (ESRI)

Sunday, October 19th, 2008

A friend recently asked me if it was possible to get the same custom map symbols he is using in the Adobe Illustrator design package into his ESRI ArcMap project. I recommended saving them out as EMF (Windows Meta File format) which are readable in ArcMap. Newer version of Adobe Illustrator save this format on both the Mac and PC (early Mac versions didn’t).

ESRI has two official workflow recommendations in their Mapping Center “Ask a Cartographer” section, both which involve EMF export. Kudos to Charlie and Aileen at ESRI for making the Mapping Center helpful:

1. Convert EPS symbols into a ESRI style (view at ESRI.com)

Q: I have symbols that are right now in EPS format and I would like to create a style with them. What is the best way to proceed ?

Mapping Center Answer:

There are two potential workflows:

  1. If the EPS files are multi-color use a graphics software package to export them to .EMF files that you can make picture marker symbols from.  I’t important to set the artboard for each EPS file to match the extent of the graphics in order to get a good result.  This will work for single color EPS artwork as well.

2. Getting Illustrator-made symbols into ArcMap (view at ESRI.com)

Q: I would like to take symbols/icons that I created in Illustrator then export them into ArcMap for use in map production. If this question is already answered, could you direct me to that resource?

Mapping Center Answer:

You should export each of your Illy symbols/icons to a .EMF file and those can be used to create Picture Marker Symbols in ArcMap.  Our help topic on Creating Marker Symbols explains how to create picture markers from EMF files; it’s the next to the last procedure in that topic.

  • In many cases we copy EPS artwork into a font editing software package and create a TrueType font.  We do that because we’ve developed the in-house expertise to do so and that had a bit of a learning curve.  However, if you want to create representation marker symbols you can dispense with the refined aspects of that workflow because it is possible to create representation markers from font-based markers, but not with EMF files.  Once the artwork is converted to a representation marker it is easier to edit any remaining qualities of the graphic in the representation marker editor.
  • SneakPeek Pro – Look inside Illustrator and FH files with QuickLook

    Tuesday, March 18th, 2008

    sneak peek pro logoOne of the key new features of Mac OS X 10.5 Leopard is QuickLook. This features looks inside files and shows you the contents. So instead of seeing a big Ai icon in the preview, you would see the actual graphic contained in the file. The problem is, QuickLook doesn’t support some key file types. SneakPeek Pro fixes that (go to developer’s site).

    This QuickLook plugin allows you to preview Illustrator, InDesign and EPS documents in the Finder, dialog boxes, cover flow, other applications. SneakPeek Pro also allows you to see fonts, images and colors used in many CS3 documents. It also supports looking inside Freehand files!

    sneakpeekpro supported file types     

    • Quickly flip through your graphics files in Cover Flow
    • View list of fonts, images and swatches used in Quick Look (CS3)
    • See previews of graphics documents within any open dialog box
    • File previews magically appear on your Desktop and Finder windows
    • Illustrator files preview whether or not they’re saved with PDF compatibility
    • Intelligent parser uses embedded preview for large AI or EPS documents

    sneakpeek pro screen grab