0
I've been creating a set of networking icons in Adobe Illustrator. To
get these in a usable vector format for Visio and OmniGraffle stencils I
need them in EMF or WMF format. Unfortunately the built-in Export
function in Illustrator doesn't support Artboards for EMF/WMF but
instead outputs one single file, so I needed to find a different
solution...
First of all, I needed to split my main AI file in to individual files
for each Artboard.
To do this, I went to File > Save As > Adobe EPS and selected the
Artboard option.
Next was to individually export these to EMF and WMF.
First choice was to create a Workflow in Automator but for some reason.
Automator's Watch Me Do action was unable to recognise that Illustrator
was open - It returned some error about the application not being open
(even though it was).
Second choice was AppleScript, but as it turns out Adobe don't have the
EMF or WMF available as formats for the export action in their
AppleScript library.
Finally I found the "Actions" menu in Illustrator.
I created a new folder called "My Actions"
Create a new Action called "Export to EMF" and started recording the
Continue reading