What looks good on screen doesn't automatically print well. Screens display color as light (RGB — red, green, blue). Printers create color from ink (CMYK — cyan, magenta, yellow, black). A vibrant electric blue on your monitor may print as a dull purple because CMYK can't reproduce that color. An image that looks sharp at screen resolution (72-150 DPI) prints blurry at physical size because print requires 300 DPI.
These are not minor concerns — they're the difference between a professional result and an embarrassing one. Print shops reject files with wrong color spaces, missing fonts, and insufficient resolution. If they don't reject them, you get a 500-copy print run that looks nothing like your design.
This guide covers the technical requirements for print-ready files: the right format (PDF/X), the right color (CMYK + ICC profiles), the right resolution (300 DPI), and the structural details (bleed, crop marks, font embedding) that ensure your printed output matches your expectations.
PDF/X: The Print Standard
PDF/X (ISO 15930) is a subset of PDF designed specifically for print production. Like PDF/A for archival, PDF/X restricts what a PDF can contain to ensure reliable reproduction. The restrictions:
- All fonts must be embedded — no system font references
- Color spaces must be specified — CMYK, spot colors, or device-independent with ICC profiles
- No transparency (PDF/X-1a) or managed transparency (PDF/X-4) — depending on the version
- No encryption — the print shop must be able to process the file
- Output intent specified — declares the intended printing condition (paper type, ink set)
- Trim box defined — specifies the final trim size of the printed piece
Common PDF/X versions:
- PDF/X-1a — the most widely accepted. Requires CMYK or spot colors only (no RGB). All transparency must be flattened. Based on PDF 1.3. This is the safe choice for offset printing.
- PDF/X-3 — allows device-independent color (Lab, ICC-based RGB). More flexible than X-1a but less universally supported.
- PDF/X-4 — supports live transparency (no flattening required), layers, and ICC-based color management. Based on PDF 1.6. The modern choice for workflows that support it.
When in doubt, ask your print shop which PDF/X version they prefer. Most offset printers accept PDF/X-1a. Modern digital printers may prefer PDF/X-4 for its transparency support.
CMYK vs. RGB: Why Your Colors Look Different
RGB (Red, Green, Blue) is additive color — mixing light. Your screen starts black and adds colored light. More color = brighter = white. RGB can reproduce about 16.7 million colors, including highly saturated blues, greens, and oranges that are vivid on screen.
CMYK (Cyan, Magenta, Yellow, blacK) is subtractive color — mixing ink on paper. Paper starts white and ink absorbs light. More ink = darker = black. CMYK's color range (gamut) is smaller than RGB's. Saturated electric blues, neon greens, and bright oranges fall outside the CMYK gamut — they can't be reproduced with standard process inks.
When you convert an RGB image to CMYK, colors outside the CMYK gamut are "clipped" to the nearest reproducible color. This is called gamut mapping, and it's why your vibrant on-screen design looks muted on paper. The conversion is controlled by an ICC profile that defines exactly how colors map between spaces.
The practical rule: design for print in CMYK from the start. Set your document color mode to CMYK in InDesign, Illustrator, or Photoshop before you begin. If you design in RGB and convert to CMYK at the end, you'll see color shifts that may require design revisions.
Exception: some digital printers (large-format inkjet, photo printers) work in RGB and handle the conversion internally. Ask your printer before converting — they may prefer RGB files with an embedded ICC profile.
Resolution Requirements: Why 300 DPI Matters
DPI (dots per inch) or PPI (pixels per inch) describes how many pixels exist per linear inch of the printed image. The human eye can distinguish detail up to about 300 DPI at normal reading distance (12-18 inches). Below that, you see individual pixels or fuzzy edges.
Standard requirements:
- 300 DPI — standard for all printed materials at arm's length (business cards, brochures, books, flyers)
- 150 DPI — acceptable for large format printing viewed at distance (posters, banners viewed from 3+ feet)
- 72 DPI — screen resolution only. Never print at 72 DPI unless you want a blurry result.
- 600 DPI — used for line art (black and white illustrations, technical drawings) where crisp edges matter more than at 300 DPI
The critical calculation: resolution depends on print size. A 3000x2000 pixel image is 300 DPI at 10x6.7 inches. It's also 150 DPI at 20x13.3 inches. You can't increase resolution by upscaling — stretching a 72 DPI image to 300 DPI just makes the pixels bigger without adding detail.
Check image resolution in your layout application. InDesign shows effective resolution in the Links panel. Photoshop shows it in Image > Image Size. If any image is below 300 DPI at its print size, replace it with a higher-resolution version or reduce its physical size.
Bleed, Crop Marks, and Trim
Bleed: Extra image area extending beyond the trim edge. When a printed piece is cut, the blade can't hit the exact edge every time — there's a tolerance of 1-3mm. Without bleed, this tolerance produces thin white strips at the edges where the image was supposed to extend to the edge. Bleed provides a safety margin: the image extends 3mm (standard) beyond the trim, so even if the cut is slightly off, there's no white strip.
Trim marks (crop marks): Thin lines printed outside the document area that show where to cut. They're guides for the print shop's guillotine or die cutter. Standard crop marks are 0.25pt lines extending 3mm from each corner of the trim area.
Trim box: The final size of the printed piece (e.g., 8.5x11" for US letter, 210x297mm for A4). The trim box is inside the bleed and inside the crop marks. Everything within the trim box appears in the final product. Everything between the trim box and bleed edge gets cut off.
Safe zone (live area): A margin inside the trim edge (typically 3-5mm) where important content should stay. Even though the trim box defines the cut line, cutting tolerance means content right at the edge might get clipped. Keep text, logos, and important graphics inside the safe zone.
Setup in design applications: InDesign (File > Document Setup > Bleed 3mm), Illustrator (File > Document Setup > Bleed 3mm), Affinity Publisher (Document Setup > Bleed 3mm). Include marks when exporting to PDF: InDesign (Export to PDF > Marks and Bleeds > Crop Marks + Use Document Bleed Settings).
Font Embedding vs. Outlining
Font embedding: The font file is included inside the PDF. The print shop's RIP (Raster Image Processor) uses the embedded font to render text at full resolution. Embedded fonts maintain editability — the text is still text in the PDF. This is the standard approach and works in 99% of print workflows.
Font outlining (converting to paths): Each character is converted from a font glyph to a vector shape (a path/outline). The text is no longer text — it's a collection of shapes. Outlining eliminates all font dependency: the PDF has no fonts to embed or miss. The tradeoff: text is no longer searchable or selectable, file sizes increase (especially for body text), and any future edits require the original source file.
When to outline vs. embed:
- Embed for standard print jobs with professional print shops. This is the default and preferred method.
- Outline when the font license prohibits embedding, when you're sending to a print service with known font rendering issues, or when the print shop specifically requests outlined text.
- Never outline body text if you can avoid it. Outlining large amounts of small text increases file size and can cause rendering artifacts at the RIP stage.
Verify fonts in your PDF: Adobe Acrobat (File > Properties > Fonts) lists all fonts with their embedding status. Every font should show "Embedded" or "Embedded Subset." Any font listed as "Not Embedded" will cause rendering failures at the print shop.
Preflighting: Checking Before Sending
Preflighting is the process of checking a print-ready file for errors before sending it to the printer. It catches the problems that cause reprints: missing fonts, low-resolution images, RGB elements in a CMYK workflow, transparency issues, overprint problems, and trim/bleed errors.
Adobe Acrobat Preflight: Window > Output > Preflight offers detailed analysis against dozens of profiles (PDF/X compliance, specific press conditions). It reports every issue with severity levels and can auto-fix many problems (convert RGB to CMYK, subset fonts, flatten transparency).
InDesign Preflight: Window > Output > Preflight runs live checking as you design. Define custom preflight profiles with your print shop's requirements. The panel highlights issues in real-time — a red dot in the bottom-left means problems exist.
Essential preflight checks:
- All fonts embedded or subset (no missing fonts)
- All images at 300+ DPI at print size
- Color space matches intended output (CMYK for offset, RGB for some digital)
- Bleed extends 3mm on all sides where content reaches the edge
- No RGB elements in a CMYK workflow
- Trim/bleed boxes correctly set
- No hairline rules (below 0.25pt — they may not print visibly)
- Black text is pure black (K100) not rich black (C60 M40 Y40 K100) — rich black body text causes registration issues
Large Format Printing
Large format (posters, banners, wall graphics, vehicle wraps) has different requirements than standard commercial print:
Resolution: 150 DPI at final size for posters viewed from 3+ feet. 100 DPI for banners viewed from 6+ feet. 72 DPI for billboards viewed from 25+ feet. Higher viewing distance = lower resolution needed. A billboard at 300 DPI would be an impossibly large file with no visible quality improvement.
Color: Large format printers (inkjet, latex, UV) often work in expanded gamut (8+ inks) and may prefer RGB input with ICC profiles. Ask your large format printer before converting to CMYK — they may get better results from RGB.
File size: A 10-foot banner at 150 DPI is enormous. Work at 50% or 25% scale at proportionally higher resolution (300 DPI at half size = 150 DPI at full size). Most large format RIPs handle scale factors natively.
File format: PDF is preferred. TIFF is accepted. Large format shops often accept native design files (InDesign, Illustrator, Photoshop). Avoid JPEG for large format — compression artifacts become visible at large physical sizes.
ICC Color Profiles
ICC (International Color Consortium) profiles define how colors are interpreted for a specific device or condition. They bridge the gap between how a color is defined digitally and how it appears physically.
Common profiles for print:
- US Web Coated (SWOP) v2 — standard for web offset printing in North America (magazines, catalogs)
- Coated FOGRA39 — standard for coated paper offset printing in Europe
- Uncoated FOGRA29 — standard for uncoated paper offset printing in Europe
- GRACoL 2006 — standard for commercial printing in North America
The output intent in your PDF/X file should match the actual printing condition. If you specify US Web Coated (SWOP) but the job is printed on uncoated stock, the colors will be wrong. Ask your print shop which profile to use. If they don't specify, US Web Coated (SWOP) v2 is the safe default in North America; Coated FOGRA39 in Europe.
Embed the ICC profile in your PDF: InDesign (File > Export > PDF > Output > Color Conversion: Convert to Destination, Destination: [selected profile], Include Destination Profile). Acrobat (Preflight > Profiles > Convert to PDF/X with specified output intent).
Print-ready file preparation is a mechanical process with specific, verifiable requirements. Every parameter — color space, resolution, bleed, font embedding, ICC profile — has a correct answer for your specific print job. The print shop defines most of these requirements; your job is to meet them.
The expensive mistake is assuming that what looks good on screen will print well. It won't, unless you've specifically prepared it for print. The cheap alternative is getting it right: CMYK from the start, 300 DPI images, embedded fonts, 3mm bleed, and a preflight check before you send. These steps take minutes. Reprinting a 5,000-piece run because of a color space error takes weeks and money.