Artboards & Exporting for Print and Web
Vector Graphics
Chapter 9 · Artboards & Exporting for Print and Web
Chapter 8 closed with text ready to be outlined for export. This chapter covers the two remaining pieces before a design actually leaves either application: artboards, which organize multiple compositions in one file, and export itself, where Chapter 1's own resolution independence finally pays off directly.
Artboards: Multiple Compositions in One File
An artboard is a defined canvas area within a single file — a logo project might use separate artboards for a full-color version, a single-color version, and a horizontal lockup, all in one file, each exportable independently. This avoids juggling several separate files for what's really one connected set of logo variations.
Illustrator's Artboards Panel vs. Inkscape's Multi-Page Support
Illustrator's Artboards panel manages any number of artboards within a single document natively, a long-standing core feature. Inkscape's own multi-page support is a more recently added feature, covering the same basic need — multiple compositions in one file — through its own Document Properties and Pages panel, with a smaller feature set than Illustrator's more mature artboard tooling.
Exporting for the Web: SVG
SVG is the native web format for vector graphics — resolution-independent, readable directly by web browsers, and small in file size compared to an equivalent raster image. Per Chapter 1's own resolution-independence material, an SVG logo displays crisply on any screen size or pixel density without needing separate image files for different resolutions, unlike the raster alternatives Raster Editing Fundamentals' own formats would require.
Exporting for Print: PDF and EPS
PDF is the most broadly compatible print-ready vector format, readable by virtually every design and print tool, and capable of preserving multiple pages or artboards in one file. EPS is an older vector format still requested by some print shops and legacy production workflows, though PDF has largely superseded it for new work. Both preserve a design's vector nature completely, so a printed piece scales to any size without the quality loss a raster file would suffer.
Raster Export When You Actually Need Pixels
Sometimes a raster file is genuinely what's needed — a PNG for a website favicon, a JPG thumbnail for a social media profile. Both applications can export a raster image at any chosen resolution directly from the same vector source, and because the underlying artwork has no fixed pixel grid until that export moment, it can be rendered cleanly at whatever size is actually needed — a small icon or a huge print-resolution image, from the exact same file.
Bringing It All Together: Resolution Independence at Export Time
This is the concrete, practical payoff of Chapter 1's opening idea. A single vector file, maintained once, can produce a crisp web SVG, a print-ready PDF, and raster exports at any resolution — all from the same underlying paths, with no separate "high-res" and "low-res" versions ever needing to be maintained separately the way raster work often requires.
| Format | Best for | Stays vector? |
|---|---|---|
| SVG | Web use — browsers, responsive design | Yes |
| Print, broad compatibility, multi-page/artboard | Yes | |
| EPS | Legacy print workflows | Yes |
| PNG/JPG | Web images needing an actual pixel grid (favicons, thumbnails) | No — rasterized at export |
Hands-On Exercises
A designer needs a logo to display crisply on both a small mobile screen and a large desktop monitor, without maintaining separate image files for each. Using this chapter's own material, explain which export format solves this and why.
📄 View solutionA colleague exports their logo to PDF without outlining the live text first, and the client later reports the text looks wrong on their own machine. Using this chapter's own warning box, explain what went wrong.
📄 View solutionExplain, using this chapter's own material, why a single vector file can produce both a crisp web SVG and a high-resolution print-ready PDF without maintaining two separate source files.
📄 View solutionChapter 9 Quick Reference
- Artboards hold multiple related compositions in one file, each independently exportable
- SVG is the resolution-independent, browser-native web format
- PDF and EPS preserve vector data for print, with PDF now the more broadly used of the two
- PNG/JPG export rasterizes at a chosen resolution, exactly when a real pixel grid is actually needed
- Outline text before export, not instead of exporting carefully — the export format alone doesn't solve font dependency