Adobe Illustrator Saving and Exporting Artwork Questions and Answers 1 — Questions and Answers
Question 1: A web designer needs to export a logo from Illustrator. The key requirements are that the file must have a transparent background, be scalable to any size without losing quality, and have the smallest possible file size for fast web loading. Which format is the BEST choice?
- PNG-24
- JPG
- SVG (Correct answer)
- TIFF
Correct answer: SVG
SVG (Scalable Vector Graphics) is the ideal format because it is vector-based, meaning it can be scaled infinitely without any loss of quality. It also supports transparency and typically has a very small file size for simple shapes like logos, making it perfect for responsive web design.
Question 2: When preparing a full-color brochure file for a commercial printer, the design includes images that extend to the very edge of the page. To avoid unprinted white borders after trimming, which setting must be configured correctly in the 'Save Adobe PDF' dialog box?
- Compression settings under the 'Compression' tab.
- Bleed settings under the 'Marks and Bleeds' tab. (Correct answer)
- The 'Preserve Illustrator Editing Capabilities' checkbox.
- Output color conversion to 'No Conversion'.
Correct answer: Bleed settings under the 'Marks and Bleeds' tab.
Bleed is the area of an artwork that extends beyond the trim edge of a page. By including a bleed area and extending the artwork into it, you ensure that when the physical page is trimmed to its final size, the color or image goes right to the edge without any risk of a white border appearing due to minor shifts in the trimming process. This is configured under 'Marks and Bleeds' when saving a PDF.
Question 3: A designer has created 30 unique icons within a single Illustrator document, and they are not on separate artboards. What is the MOST efficient workflow to export each icon as an individual PNG and SVG file?
- Use File > Save As... and change the file type for each icon.
- Select each icon one by one and use File > Export Selection.
- Drag each icon into the Asset Export panel, select PNG and SVG formats, and click Export. (Correct answer)
- Copy each icon to a new document and use the 'Save for Web (Legacy)' command.
Correct answer: Drag each icon into the Asset Export panel, select PNG and SVG formats, and click Export.
The Asset Export panel (Window > Asset Export) is specifically designed for this purpose. It allows a user to collect individual pieces of artwork, regardless of their location in the document, and export them all at once into multiple formats and sizes with a single click, making it far more efficient than any other method.
Question 4: You need to send an Illustrator (.ai) project to a printing service. The file uses specific fonts and has several linked (not embedded) high-resolution images. What is the BEST command to use to collect the .ai file, all fonts, and all linked images into a single folder for easy handoff?
- File > Save a Copy...
- File > Package (Correct answer)
- File > Export > Export for Screens
- Object > Flatten Transparency
Correct answer: File > Package
The `File > Package` command is the correct professional workflow for this scenario. It creates a folder containing a copy of the Illustrator document, all necessary font files, and copies of all linked graphics. This ensures the printing service has all the required assets to open and print the file correctly without font substitutions or missing links.
Question 5: When using the `File > Export > Export As...` dialog, which of the following file formats is a raster-based format that does NOT support transparency?
- PNG
- TIFF
- SVG
- JPG (Correct answer)
Correct answer: JPG
JPG (Joint Photographic Experts Group) is a lossy raster format that is excellent for photographic images but does not support transparency. Any transparent areas in an Illustrator file will be rendered as a solid color (usually white) when exported as a JPG. PNG and TIFF both support transparency, while SVG is a vector format.
Question 6: What is the key operational difference between using `File > Save As` and `File > Save a Copy` in Adobe Illustrator?
- `Save As` creates a new version of the file and makes it the active document, while `Save a Copy` creates a new file in the background but keeps the original document active. (Correct answer)
- `Save a Copy` can only save in the native .ai format, while `Save As` allows for multiple different file types.
- `Save As` automatically embeds all linked images, whereas `Save a Copy` keeps them linked.
- Only `Save a Copy` allows you to save to a previous version of Illustrator.
Correct answer: `Save As` creates a new version of the file and makes it the active document, while `Save a Copy` creates a new file in the background but keeps the original document active.
When you use `Save As`, you create a new document with a new name or location, and that new document becomes the one you are actively working on. In contrast, `Save a Copy` saves a separate version of your file but leaves your original document as the active window, allowing you to continue working on it without interruption.
A web designer needs to export a logo from Illustrator.
The key requirements are that the file must have a transparent background, be scalable to any size without losing quality, and have the smallest possible file size for fast web loading.
Which format is the BEST choice?