This script exports all open Illustrator documents as TIFF files in a user-specified folder.
There are two methods for using this script. For Method 1 the script is installed so it can be selected directly from the scripts menu. Method 2 involves loading the script each time you want to use it.
- Install the script in the Adobe Illustrator Scripts folder (you may have to restart Illustrator after installing). The location of the scripts folder is dependent on the system and version of Illustrator installed:
PC example:C:\Program Files\Adobe\Adobe Illustrator CC 2018\Presets\en_US\Scripts
Mac example:Applications/Adobe Illustrator CC/Presets/en_US/Scripts
- Open each document you wish to save as a TIFF file
- In Illustrator, go to File > Scripts and select the script titled "SaveDocsAsTIFF"
- Complete the prompt asking where you would like to save the TIFF files
- Complete the prompt confirming you wish to overwrite any TIFF files with the same file names
- Place the script in a folder of your choice
- Open each document you wish to save as a TIFF file
- In Illustrator, go to Files > Scripts > Other Scripts and browse to the location of the script and open it
- Complete the prompt asking where you would like to save the TIFF files
- Complete the prompt confirming you wish to overwrite any TIFF files with the same file names
By default, this script saves the TIFF files with a dpi of 300.0. This can be modified by adjusting the options.resolution
parameter in the script. Allowed range is 72.0 to 2400.0.