Exporting FreeHand files to EPS filesI got a job awhile ago that involved converting 50 FreeHand 7 files into EPS files for later use in some brochures and then into GIF files for the web. Well I knew I could use the EPS files for creating GIF files later by importing them into PhotoShop but I was not looking forward to sitting there and manually converting 50 FreeHand files into EPS files. Below is the solution I came up with using AppleScript.
Version: 7-10 (Mac) |
|||||||||
After sending a distress call to the FreeHand e-mail list, I received a quick response from Soren Olin. With the response was some AppleScript code that I quickly compiled into an application and it worked wonderfully. I looked over the code and learned a few things, after which I rewrote the code from scratch and created this script. Below is the downloadable script in a Stuffit archive.
Within this archive are scripts for FreeHand 7-10 depending on what version you wish to work with. Simply drag the native FreeHand files on to the script and it will first ask you where to save the EPS files (This can be the same folder the files come from if you prefer), then it will ask if you want to save the file within the EPS file. It will launch FreeHand, open the files and export them adding the .EPS extension. You don't even have to sit there and watch it. If you want to export FreeHand 7 files from FreeHand 8, just drop the v7 files onto the script for v8, and the same for FreeHand 9 etc. I haven't figured out a way to remove the "(Converted)" part from the file name however. For now it only works if you drop just files, not a folder with files. See more below in Expanding the Script. Also, one other thing. Before you start the script for FreeHand 8-10, Export one file manually. Make sure you check to see that the Convert Color settings are what you want and for FreeHand 10, you can choose to Embed Fonts. After you export that file, all the remaining files will have the same Export settings.
Expanding the ScriptHere are some other options I'd like to add to this script:
Version History
If anyone out there can help out it would be great to make this a fully functional and option packed script that would prove to be very useful for anyone. Just send some info via the FeedBack page.
About the ScriptYou can edit this script yourself with the Script Editor that is free from Apple and is usually installed with the System software. Below is a peice of the driving force behind the exporting script.
|
|||||||||