Information and Links

Join the fray by commenting, tracking what others have to say, or linking to it from your blog.


Leopard Quick Look for Illustrator Files

quicklook.pngI love Quick Look but when it doesn’t work for a certain file type it makes me sad– especially Illustrator files which by default are PDF compatible and should be quick-lookable.

I’m compiling a list of useful Quick Look plugins here. So far, including plugins for eps, zip, flash, XML, various image formats and folders

UPDATE

I’ve found two ways of getting Quick Look previews of Illustrator files (at least those saved with PDF compatibility).

1. Add a new Quick Look Plugin

So basically, I just copied the pdf plugin and made it an Illustrator plugin.
Here is the file: illust.qlgenerator.zip
Unzip the file and copy the file (illust.qlgenerator) to the below directory (replace YOURUSERNAME with your short user name)
/Users/YOURUSERNAME/Library/QuickLook/
It worked for me from the start but it might be worth restarting/logging in etc. I think this is a better method and easy!

Found this plugin useful? Consider donating a tiny amount of cash to help keep this site going. Thanks-












2. Change the Application info.plist file

MacOSXhints are we all know is a great site and I found the answer to enabling the Finder to Quick Look other file types. The process is similar for Illustrator files.

Edit Illustrator’s info.plist file

showpackagecontents.png
I only have Illustrator CS so you’ll have to change the folders for it to work with later versions.
1. Open your Illustrator Folder, right click on the application icon and select “Show Package Contents”
whereisthefile.png
2. Open the “Contents” folder
3. make a copy of “info.plist” incase things go wrong
4. open info.plist with a Text editor (TextWrangler is great and free), or TextEdit which comes with the system
5. Scroll down to the bottom of the file and:

Just above:

</dict>
</plist>

add:
<key>UTExportedTypeDeclarations</key>
<array>
<dict>
<key>UTTypeConformsTo</key>
<array>
<string>public.composite-content</string>
<string>com.adobe.pdf</string>
</array>
<key>UTTypeDescription</key>
<string>Adobe Illustrator File PDF</string>
<key>UTTypeIdentifier</key>
<string>com.adobe.illustrator.ai-image</string>
<key>UTTypeTagSpecification</key>
<dict>
<key>com.apple.ostype</key>
<string>PDF</string>
<key>public.filename-extension</key>
<array>
<string>ai</string>
</array>
</dict>
</dict>
</array>
You then can move the Illustrator Application to the Desktop and then back to its folder. Or use the terminal command touch to force the Finder to update its records. basically it’s just: touch path_to_illustrator.app (in my case see below).

touch /Applications/Adobe\ Illustrator\ CS/Illustrator\ CS.app

Bingo, you’re done

createpdfcompat.pngSo now Illustrator Files can be previewed with Quick Look with just a touch of the space bar! REMEMBER only illustrator files saved with the PDF compatible checkbox checked will work (this has the side effect of making the files larger but otherwise is useful)

Found this plugin useful? Consider donating a tiny amount of cash to help keep this site going. Thanks-















Write a Comment

Take a moment to comment and tell us what you think. Some basic HTML is allowed for formatting.

Reader Comments

Any graphic designer with many years of clip art and thousands of files is really glad for this tip. Adobe said it wasn’t going to support any of its programs for Leopard before CS3, so we had a sour taste left in our mouths. Haven’t tried it yet, but it sure should help.

We had to turn off the pdf compatible file saving, as some files were turning out in the hundreds of Mbs in size. Yeah, we deal with large format files. Oh well.
PS. Illustrator CS seems to work fine under Leopard.

Sadly, somehow this tip didn’t work for me: all files with extension .ai started opening in Preview, and when I tried to set the preferred up to AI using Get Info, this wouldn’t stick. I removed the added code from the info.plist file, and I got back to where I started (.ai files open in AI, but don’t work with QuickLook).

Hello, I’ve verified that the method works of Illustrator 11 — has anyone else had problems with other versions of Illustrator — post a comment if you’d had it work.. or not :) thanks

Great. If I reload the Finder, I’ll also get the thumbnails back in the Finder. Is there a way to do the same with InDesign files? In newer version there is always a preview image inside the documents.

[...] Illustrator – schneller Blick auf Adobe Illustrator-Files [...]

The download link for illust.qlgenerator.zip does not work :-(

Hm, this seems a little bit too much like a hack to me. But I did something similar to be able to search for text in AI-Files with Spotlight.

Open:
/System/Library/Spotlight/PDF.mdimporter

Edit Info.plist inside. Change this section:

LSItemContentTypes

com.adobe.pdf

to this:

LSItemContentTypes

com.adobe.pdf
com.adobe.illustrator.ai-image

finished.

For the Quicklook-thing: I can see the content of AI-Files in Coverflow-Mode, but with the hit the space-bar it is gone! Why isn’t just the Plug-In itself enough?

Ups, this does not show the “smaller than” and “greater than” brackets, change:

(key)LSItemContentTypes(/key)
(array)
(string)com.adobe.pdf(/string)
(/array)

to

(key)LSItemContentTypes(/key)
(array)
(string)com.adobe.pdf(/string)
(string)com.adobe.illustrator.ai-image(/string)
(/array)

and replace all “(” brackets with “smaller than” and all “)” with the “greater than” brackets.

Brilliant thanks so much!

I installed the plugin, restarted Finder & it worked. No need to alter the plist file for me on 2 Macs (one PPC & the other Intel) using Illustrator CS3.

[...] Illustrator Files [...]

woohoo!

I was looking for this! You really made my day, thanks so much!

Works great on my MacPro with CS3, everything is working normal as far as I can tell, no glitches what so ever!

just downloaded the plugin put in in the quicklook folder and voila!

Thanks again!

This is great. Plugin works well for AI CS3 files. One question, though: unlike other QuickLook previews, the AI preview size doesn’t scale up very large. Any thoughts?

[...] href=”http://hrmpf.com/wordpress/195/leopard-quick-look-for-illustrator-files”>QuickLook Plugin Illustrator – Visualiza ficheros de Adobe Illustrator. [...]

In step 5. of “Change the Application info.plist file”", where should we add the extra text?

Just above: What?

ditto to Ekapon. I don’t see any text there after “Just above:” it’s just a few blank lines ( there’s a in the html, that’s all) :(

[...] More information  [...]

[...] O Quick Look for Illustrator Files mostra apenas um preview de arquivos de Illustrator que foram salvos com compatibilidade para PDF. Não é como o SneakPeek, mas já dá um ajudinha! [...]

Works brilliantly.

Note, View site source, [code] [/code] tags didn’t come out.

[...] El link correspondiente. Un blog con más plugins [...]

[quote]Note, View site source, [code] [/code] tags didn’t come out.[/quote]

I see, thank you dazonic.

Adobe Updater refused to install an Illustrator 13.0.2 update (even though I put back the original Info.plist to the package). Not sure is it because of this modification.

[...] Adobe Illustrator Viewer [...]

[...] zip files quicklook plugin download page folder quicklook plugin download page adobe flash (flv) quicklook plugin download page adobe illustrator files quicklook plugin download page .textclipping quicklook plugin download page [...]

It SHOULD read (let’s hope it displays correctly now):

Just above:


</dict>
</plist>

add:


<key>UTExportedTypeDeclarations</key>
<array>
<dict>
<key>UTTypeConformsTo</key>
<array>
<string>public.composite-content</string>
<string>com.adobe.pdf</string>
</array>
<key>UTTypeDescription</key>
<string>Adobe Illustrator File PDF</string>
<key>UTTypeIdentifier</key>
<string>com.adobe.illustrator.ai-image</string>
<key>UTTypeTagSpecification</key>
<dict>
<key>com.apple.ostype</key>
<string>PDF</string>
<key>public.filename-extension</key>
<array>
<string>ai</string>
</array>
</dict>
</dict>
</array>

BTW, with CS2 and CS3 files (versions 12 and 13), the plugin doesn’t quite work as advertised (it delivers only a very small preview picture). Changing info.plist, however, does. You should get your HTML right, though.

[...] Leopard Feature Love Update: Quicklook is changing my productivity level. On the days when I’m a designer, I’m in Adobe Illustrator all day long. Until now, finding the exact version of a file I want has been somewhat cumbersome. With this Quicklook Plugin for Illustrator, it’s a breeze.  Now I cruise along finding things more efficiently…because I can see inside all of these files without ever opening Illustrator…Sweet!   [...]

[...] 僕が今使っているのはxddさんのflv.qlgenerator,Folder.qlgeneratorと,hrmpf.comさんのillust.qlgeneratorです.flv.qlgeneratorは名前の通りflv,Folder.qlgeneratorはフォルダの中身,illust.qlgeneratorはadobe illustratorのaiファイルをプレビューするQuick Lookプラグインです.ただし,aiファイルのプレビューは拡大・縮小ができません.また,aiファイル保存時にプレビューを保存している必要があるようです.aiファイルのプレビューはpdfなので,そちらを読みに行っているのでしょうね. [...]

I installed the illust.qlgenerator.zip and it works fine. The only bummer: The preview of the file is not very big and does not scale with the window. Instead I get more file details in text form on the right. So this is different to your screenshot on the top of the page. Any ideas how to change that? Bigger preview would be much better…

[...] BetterZip Quick Look Generator allows the previewing of a wide array of compressed file types. File formats that are currently supported include: ZIP, TAR, GZip, BZip2, ARJ, LZH, ISO, CHM, CAB, CPIO, RAR, 7-Zip, DEB, RPM, StuffIt’s SIT, DiskDoubler, BinHex, and MacBinary. QLColorCode allows for integration with Pygments to render source code with syntax highlighting. Works very well on C++, Matlab, HTML, etc. Adobe Illustrator Viewer allows viewing of Adobe Illustrator files; however, the files must be saved with PDF compatibility. EPSQLPlugIn EPS Viewer allows previews and thumbnails for EPS files. If you work with lots of .eps files this is especially nice because it enables a Finder preview icon as well. Folder Viewer allows the previewing of folders by replacing the default view of an enlarged icon with a preview of the folder’s contents. [...]

[...] Bilder & Graphiken Adobe Illustrator Viewer – Kann nur Dateien anzeigen, die PDF-Kompatibel abgespeichert wurden. C64 Images – Wenn man sich koa‑, fp2‑ oder hed-Dateien anschauen möchte. Warum auch immer… CandyBar 3 – Kommt jetzt auch mit einem Quicklook-Plugin daher Corel Painter Essentials 4 – Mehr ein Hack EPS Quicklook Plugin – Für EPS-Dateien Quick Look Filter for QuarkXPress 7 – Quark Xpress 7 Dateien SneakPeekPro- Das Schweizer Taschenmesser für Illustrator‑, InDesign‑, Freehand‑ und EPS-Dateien. (Kostenpflichtig) [...]

[...] Illustrator -  Adobe Illustrator-Files [...]

GREAT TIP!!! Works perfectly!!!

If you follow exactly all the instructions you give, the .ai files (with pdf compatibility) work with quick look.

Thanks a lot!! your tip has solved the boring operation of opening lots of files because I can’t remember which one is the one I need :)

[...] Adobe Illustrator Viewer This is more of a hack than a plugin, but it’ll enable you to view PDF compatible Illustrator files. Posted in: Design, Mac OS X, Quick Look [...]

PERFEITO! TKS BRO!!

It works perfectly in CS3

[...] ??????????xdd???flv.qlgenerator?Folder.qlgenerator??hrmpf.com???illust.qlgenerator???flv.qlgenerator??????flv?Folder.qlgenerator?????????illust.qlgenerator?adobe illustrator?ai????????????Quick Look????????????ai??????????????????????????ai??????????????????????????????ai???????????pdf???????????????????????? [...]

[...] .AI (Adobe Illustrator) – download [...]

Great plug in’s. Work perfect straight away.

[...] Adobe Illustrator Viewer [...]

[...] Leopard Quick Look for Illustrator Files [...]

THANKYOUTHANKYOUTHANKYOU!

It was driving me nuts!

You are my hero! I figured out how to view .ai thumbnails on my windows machine at work and it drove me crazy that I couldn’t do it on my mac! Thank you so so so much!

good

[...] Leopard Quick Look for Illustrator Files (tags: quicklook plugins) [...]

I couldn’t find the proper directory with adding the Quick Look plugin (apparently I don’t have a Quick Look folder in my library, despite the fact that I am running on the latest version of Leopard.) However, changing the info.plist file in Illustrator worked very well for me! Now I don’t have to waste time trying to preview all my Illustrator files!

[...] AI (Adobe Illustrator) – télécharger [...]

The second way (Change the Application info.plist file) works perfectly for me – thanks!

Hell yeah, the first process works fine, although, the proper file hierarchy is as follows: computername > library > Quick Look. At least that’s where I found MY Quick Look folder. This process works like a charm, though it’s shameful that the old adage “if it ain’t broke (using the finder to preview file contents) wasn’t followed by Adobe and/or Apple. Thanks for this!

** FOR THOSE WHO CAN’T FIND THE QUICK LOOK FOLDER **

It’s in your main computer system LIBRARY. You can’t search for it successfully, but I found it there.

[...] Leopard Quick Look for Illustrator [...]

Hi, could you please tell me how you got to work the document path in mac OS X, you know like the breadcrums.

thank you.

The breadcrum in the Finder is available from the View Menu in Finder -> “Show Path Bar”

Just for anyone else who cant find the Quicklook folder – you can just make a new folder with the correct name in the correct place and it works perfectly without having to use the hack.

Thanks very much for an excellent tip – I’ve been looking for this for ages.

THANK YOU SO MUCH! If I wasn’t a near poverty stricken grad student I would send some money your way. Unfortunately you will have to settle for my undying appreciation.

[...] ???? ??????? [...]

Great plugin. Thanks for the hard work!

[...] Adobe Illustrator [...]

What about snow Leopard?

Cant get it to work there – was so happy about the functionality in 10.5, but now I cant use this fantastic plugin anymore

Any tips?

[...] a plu­gin for AI Files, too! YAY! Here. You can leave a response, or trackback from your own [...]

Brilliant, plugin from the zip file works a treat with CS4 ai files!

The Tilde ~ replaces /Users/YOURUSERNAME/. Just write ~/Library/QuickLook/ and you’re fine!

[...] hrmpf.com – » Leopard Quick Look for Illustrator Files [...]

Ops, I tried the first way, now I want to go back to the orange default icons, but removing illust.qlgenerator plugin seems to not work :(
How to restore ther original visualization? I don’t use the PDF compatibility mode when I save my files!
Thanks.

Moved the plug in from the user library to Macintosh HD/Library/QuickLook & am now getting Full previews instead of small previews on .ai files.

Check that…it only worked once & is back to small previews.

[...] Website (met de te volgen stappen!) [...]

Awesome. AwesomeAwesomeAwesome. I have Adobe Illustrator CS3 and I’ve been slamming my head against my desk trying to preview .AI files on Leopard. This worked PERFECTLY. Thank you! You have saved me hours with file searching in InDesign :)

[...] hrmpf.com – » Leopard Quick Look for Illustrator Files [...]

[...] ?EPSQuickLookPlugin EPS??????? ?illust.qlgenerator [...]

This plugin does not work under Snow Leopard 10.6.6!

It worked fine under Leopard 10.5.8

Could you publish an update please that work under Snow Leopard.

The tip about editing applications’ Info.plist contents is still useful, but this QLGenerator itself is obsolete in Lion. Apple’s built-in EPS.qlgenerator handles com.adobe.illustrator.ai-file now.

Hello,
Thanks for putting this together, but I seem to be having some difficulty with the link?

I’d like to Congradulate you for this Very amazing blog post you rock.

[...] du ved å betale for dette programmet eller gratis ved å laste ned dette for Indesign-filer og dette for illustrator-filer.. E-postDigg Avbryt [...]

[...] du ved å betale for dette programmet eller gratis ved å laste ned dette for Indesign-filer og dette for [...]



s